<html><body><div style="color:#000; background-color:#fff; font-family:tahoma, new york, times, serif;font-size:10pt"><div><span><b>Hi Andrew,</b></span></div><div><span><br></span></div><div>Okay thanks I hope it will help me, by the way did you implement standard load balancing (with Database), I am just asking because I may need your help in the coming days. I am working on load balancing involving PSTN.</div><div><br></div><div><br></div><div>Regards,</div><div><br></div><div><b>Faisal Rehman&nbsp;</b></div><div><br></div><div style="font-size: 10pt; font-family: tahoma, 'new york', times, serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> Andrew Pogrebennyk &lt;apogrebennyk@sipwise.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Faisal Rehman &lt;faisal.rehman22@yahoo.com&gt;; OpenSIPS users
 mailling list &lt;users@lists.opensips.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, September 13, 2011 1:12 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [OpenSIPS-Users] Load Balancing Using OpenSIPS<br></font><br>On 09/13/2011 10:05 AM, Faisal Rehman wrote:<br>&gt; <br>&gt; Thanks for your prompt response, yeah I have seen that table specified<br>&gt; only for the load balancing work in opensips database, but I got a task<br>&gt; to do load balancing without any database involvement, so is that<br>&gt; something I can do?<br><br>In that case you would have to hardcode the IP addresses in the config file which is not very nice. Alternatively, you could use a simple file-based dbtext database like:<br><br>id(int,auto) setid(int) destination(str) priority(int) flags(int) description(str)<br>1:1:sip\:10.0.0.1\:5060:1:0:box1<br>2:2:sip\:10.0.0.2\:5060:1:0:box2<br><br>OpenSIPS works with that just like with a
 normal SQL DB.<br>Regards,<br>Andrew<br><br><br></div></div></div></body></html>