[OpenSIPS-Users] Script for Load Balancing of PSTN calls on Asterisk Servers
Faisal Rehman
faisal.rehman22 at yahoo.com
Fri Sep 23 09:22:57 CEST 2011
Hi Sam,
Okay I will surely try it.
With Best Regards,
Faisal Rehman
________________________________
From: Sam Govind <govoiper at gmail.com>
To: Faisal Rehman <faisal.rehman22 at yahoo.com>; OpenSIPS users mailling list <users at lists.opensips.org>
Sent: Friday, September 23, 2011 12:11 PM
Subject: Re: [OpenSIPS-Users] Script for Load Balancing of PSTN calls on Asterisk Servers
yup..seems good enough
if (load_balance("1","pstn")) { # dst URI points to the new destination xlog("sending call to $du\n"); t_relay(); exit;
}
else{
xlog("Load Balancer Failed\n");
sl_send_reply("503","Something Bad happened to Load Balancer");
exit();
}
On Fri, Sep 23, 2011 at 11:57 AM, Faisal Rehman <faisal.rehman22 at yahoo.com> wrote:
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
>Users at lists.opensips.org
>http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20110923/efda278a/attachment.htm>
More information about the Users
mailing list