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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to