yup..seems good enough<div><br></div><div><span class="Apple-style-span" style="font-family: Helvetica, Arial; background-color: rgb(239, 248, 248); font-size: medium; "><pre class="programlisting" style="font-family: monospace; white-space: pre; background-color: rgb(254, 254, 238); border-width: initial; border-color: initial; color: rgb(0, 0, 0); border-left-style: solid; border-left-color: rgb(153, 204, 204); border-left-width: 1px; border-right-style: solid; border-right-color: rgb(153, 204, 204); border-right-width: 1px; border-top-style: solid; border-top-color: rgb(153, 204, 204); border-top-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(153, 204, 204); border-bottom-width: 1px; padding-left: 15pt; ">
if (load_balance(&quot;1&quot;,&quot;pstn&quot;)) {
        # dst URI points to the new destination
        xlog(&quot;sending call to $du\n&quot;);
        t_relay();
        exit;
}</pre></span><div>else{</div><div>xlog(&quot;Load Balancer Failed\n&quot;);</div><div>sl_send_reply(&quot;503&quot;,&quot;Something Bad happened to Load Balancer&quot;);</div><div>exit();</div><div>}</div><div><br></div>
<br><div class="gmail_quote">On Fri, Sep 23, 2011 at 11:57 AM, Faisal Rehman <span dir="ltr">&lt;<a href="mailto:faisal.rehman22@yahoo.com">faisal.rehman22@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="color:#000;background-color:#fff;font-family:tahoma, new york, times, serif;font-size:10pt"><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><span>Hi Everyone,</span></div>
<div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><span><br></span></div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt">I want to do load balancing of two asterisk servers which are dealing with PSTN calls only, the script that I found on OpenSIPS website is a little complex and not my requirement. Let&#39;s say I have two asterisk boxes to be load balanced &amp; whose IP addresses with allocated resources are added in the load_balancer table like:</div>
<div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><br></div><div><font size="2" face="&#39;Courier New&#39;, courier, monaco, monospace,
 sans-serif">+----+----------+-------------------------+-----------+------------+-------------+</font></div><div><font size="2" face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif">| id | group_id | dst_uri                 | resources | probe_mode | description |</font></div>
<div><font size="2" face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif">+----+----------+-------------------------+-----------+------------+-------------+</font></div><div><font size="2" face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif">|  1 |        1 | sip:<a href="http://1.1.1.1:1111" target="_blank">1.1.1.1:1111</a>        |   </font><font face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif"><font size="2"> </font><font color="#666666"><span style="font-size:12px;line-height:14px;white-space:pre-wrap">pstn=32</span></font></font><span style="font-family:&#39;Courier New&#39;, courier, monaco, monospace, sans-serif;font-size:13px"> |          0 |             |</span></div>
<div><font size="2" face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif">|  2 |        1 | sip:<a href="http://2.2.2.2:2222" target="_blank">2.2.2.2:2222</a><span style="white-space:pre-wrap">        </span>  |    pstn=50|          0 |             |</font></div>
<div><font size="2" face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif">+----+----------+-------------------------+-----------+------------+-------------+</font></div><div style="font-size:10pt"><font face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif"> </font></div>
<div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><br></div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt">So what will be the possible changes for load balancing script or will the below simple load balancing script/function will work for me:</div>
<div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><br></div><div><font face="&#39;Courier New&#39;, courier, monaco, monospace, sans-serif"><font size="2">load_balance(&quot;1&quot;,&quot;pstn&quot;);</font><br>
</font></div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><br></div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><br></div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt">
Thanks in Advance!!</div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"><br></div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt"> </div><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt">
With Best Regards,<br><br></div><font color="#888888"><div style="font-family:tahoma, &#39;new york&#39;, times, serif;font-size:10pt">Faisal Rehman</div></font></div></div><br>_______________________________________________<br>

Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>