Hi,

Thanks for the reply, but this helps us for distributing traffic backbone Asterisk/FreeSwitch. I am trying to distributing traffic Tier 2 Kamailio
There should be path module for load balancer config file for example.

loadmodule "path.so"
modparam("path", "use_received", 1)


Sample Topology, I want to implement is as follows. I could not find such a complex topology configurations results of my research.

                          Kamailio (Tier 1)
                            Load Balancer


Kamailio #1             Kamailio#2  ...................      Kamailio#N  (Tier 2)


Kindly Regards,
Melek



On Tue, May 18, 2021 at 7:12 PM Henning Westerholt <hw@skalatan.de> wrote:

Hello,

 

you find a small sample cfg e.g. in this docs:

 

https://kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.ex.config

 

Cheers,

 

Henning

--

Henning Westerholt – https://skalatan.de/blog/

Kamailio services – https://gilawa.com

 

From: sr-users <sr-users-bounces@lists.kamailio.org> On Behalf Of Melek Oktay
Sent: Tuesday, May 18, 2021 10:59 AM
To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org>
Subject: [SR-Users] Kamailio as Load Balancer

 

Hi,

 

 

I have been investigating distributing incoming/outgoing SIP traffic to behind Kamailio SIP  servers in order to scale and other advantages too!.

 

SRV type distribution is not a good option, it is already tested.

 

So,  I am trying to deploy Kamailio as a LoadBalancer in Tier1 , so it distributes traffic backbone Kamilio servers in Tier 2. There is a good presentation as follows, actually I want to implement it.

 

However, I could not find sample configurations and sample study ! Would you show me sample configurations that Kamailio uses as a Load Balancer if you have it.

 

Current Kamailio responsibilities in my system are:

 1. Registar Server  
 2. Presence Server
 3. Sip proxy server  
 4. WebSocket 

 

Maybe it will be very good to separate  Registar Server &  Presence Server, but could not find sample configurations too. 

 

 

Best Regards

Melek

 

P.S.  If we could collect such configurations, I would share them for community on Github.