<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hi All,</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">We have finished the Kamailio &amp; Asterisk real time integration and load balancing also done using dispatcher module.</div>

<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

Queue and voice mails are load balancing as well.When we are calling extension to extension it is showing in all the servers.It seems extension are not load balancing as per our knowledge.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I have attached the kamailio.cfg for your reference,Find my coding below as mentioned.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<font color="#ff0000"><br></font></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><div><b><font color="#ff0000"># -- dispatcher params for DB support --</font></b></div>

<div><b><font color="#ff0000">modparam(&quot;dispatcher&quot;,&quot;db_url&quot;, &quot;mysql://<a href="http://openser:openserrw@192.168.1.170/openser" target="_blank" style="color:rgb(17,85,204)">openser:openserrw@192.168.1.170/openser</a>&quot;)</font></b></div>

<div><b><font color="#ff0000">modparam(&quot;dispatcher&quot;, &quot;table_name&quot;, &quot;dispatcher&quot;)</font></b></div><div><b><font color="#ff0000">modparam(&quot;dispatcher&quot;, &quot;setid_col&quot;, &quot;setid&quot;)</font></b></div>

<div><b><font color="#ff0000">modparam(&quot;dispatcher&quot;, &quot;destination_col&quot;, &quot;destination&quot;)</font></b></div><div><b><font color="#ff0000">modparam(&quot;dispatcher&quot;, &quot;flags_col&quot;, &quot;flags&quot;)</font></b></div>

<div><b><font color="#ff0000">modparam(&quot;dispatcher&quot;, &quot;priority_col&quot;, &quot;priority&quot;)</font></b></div><div><b><font color="#ff0000"><br></font></b></div><div><b><font color="#ff0000">-----------------------------------------------------------------------------------------</font></b></div>

<div><b><font color="#ff0000"># Dispatch requests</font></b></div><div><b><font color="#ff0000">route[DISPATCH] {</font></b></div><div><b><font color="#ff0000">if ( method==&quot;INVITE&quot; ) {</font></b></div><div><b><font color="#ff0000"># dst_select( &quot;GROUP&quot;, &quot;HASH METHOD&quot;)</font></b></div>

<div><b><font color="#ff0000">  ds_select_dst(&quot;1&quot;,&quot;4&quot;);</font></b></div><div><b><font color="#ff0000">  sl_send_reply(&quot;100&quot;,&quot;Trying&quot;);</font></b></div><div><b><font color="#ff0000">  forward();#uri:host, uri:port);</font></b></div>

<div><b><font color="#ff0000">  exit();</font></b></div><div><b><font color="#ff0000">}}</font></b></div></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Kindly suggest the solution for the same.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Thanks in advance.</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Regards,</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">N.Prakash</div>