I&#39;ve installed 2 Freeswitch on different servers and would like to have Kamailio load balance between them.<br><br>I&#39;ve installed Kamailio following:<br><a href="http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git">http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.1.x-from-git</a><br>

<br>I&#39;ve created dispatcher.list and added:<br><pre class="programlisting">loadmodule &quot;dispatcher.so&quot;
<br>modparam(&quot;dispatcher&quot;, &quot;list_file&quot;, &quot;../etc/dispatcher.list&quot;)<br></pre>in the kamailio.cfg.<br><br>But looking at:<br><a href="http://kamailio.org/docs/modules/3.1.x/modules_k/dispatcher.html">http://kamailio.org/docs/modules/3.1.x/modules_k/dispatcher.html</a><br>

I&#39;m having difficulties to placing:<br><pre class="programlisting">ds_select_dst(&quot;1&quot;, &quot;0&quot;); <br></pre>in the kamailio.cfg that was created originally.<br><br>Can anyone help me?<br>