Hi,<br><br>I searched around the web to load balance asterisk servers and found Kamailio for possible solution. Let&#39;s say I have two identical asterisk servers with same dialplan and configuration and I want both servers look like they have same IP address from clients. Based on my understanding, we need 1 Kamailio as load balancer and 2 Asterisk servers as the real servers. Let&#39;s say the setup is :<br>
<br>Kamailio load balancer 192.168.2.1<br>Asterisk Server #1 192.168.2.2<br>Asterisk Server #2 192.168.2.3<br><br>My question is, X-Lite softphone Configuration should be set to domain 192.168.2.1, right?<br><br>I also want to know the step by step configuration to set kamailio as load balancer. I have not used Kamailio before. However after searching the documentation, the step (based on my understanding) is somewhat like this :<br>
<br>1. Install Kamailio. I will use the step by step here : <a href="http://kamailio.org/dokuwiki/doku.php/install:kamailio-1.5.x-from-svn">http://kamailio.org/dokuwiki/doku.php/install:kamailio-1.5.x-from-svn</a><br><br>
2. Then, using dipatcher module, I will configure it using this guide here : <a href="http://kamailio.org/dokuwiki/doku.php/asterisk:load-balancing-and-ha">http://kamailio.org/dokuwiki/doku.php/asterisk:load-balancing-and-ha</a><br>
Then modify the dispatcher.list file to match the IP address of my asterisk servers :<br><br><i>1 sip:<a href="http://192.168.2.2:5060">192.168.2.2:5060</a><br>1 sip:<a href="http://192.168.2.3:5060">192.168.2.3:5060</a></i><br>
<br>Am I missing some steps? <br>Do I also need to configure dialplan or any other file at Kamailio load balancer? Or those two steps basically done it all for simple load balancing configuration? Thanks for your responses.<br>
<br>Best Regard,<br>Kurt Weasel.<br>