[OpenSIPS-Users] Script for Load Balancing of PSTN calls on Asterisk Servers
Faisal Rehman
faisal.rehman22 at yahoo.com
Fri Sep 23 08:57:47 CEST 2011
Hi Everyone,
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's say I have two asterisk boxes to be load balanced & whose IP addresses with allocated resources are added in the load_balancer table like:
+----+----------+-------------------------+-----------+------------+-------------+
| id | group_id | dst_uri | resources | probe_mode | description |
+----+----------+-------------------------+-----------+------------+-------------+
| 1 | 1 | sip:1.1.1.1:1111 | pstn=32 | 0 | |
| 2 | 1 | sip:2.2.2.2:2222 | pstn=50| 0 | |
+----+----------+-------------------------+-----------+------------+-------------+
So what will be the possible changes for load balancing script or will the below simple load balancing script/function will work for me:
load_balance("1","pstn");
Thanks in Advance!!
With Best Regards,
Faisal Rehman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20110922/247fa871/attachment.htm>
More information about the Users
mailing list