[OpenSIPS-Users] Calls using openSips LB

dileep r dileep0206 at gmail.com
Mon Jun 11 10:08:17 CEST 2012


Hi Sammy, Thanks for your quick reply. i have pasted the script snippet of
load_balance. Here t_relay doesn't change the destination URI in the INVITE
 to be the server.

  if (!load_balance("1","calls")) {
                        send_reply("503","Service Unavailable");
                        exit;
                }
                else{
                  # dst URI points to the new destination
                  xlog("sending call to $du\n");
                  t_relay();
               }


On Mon, Jun 11, 2012 at 1:30 PM, SamyGo <govoiper at gmail.com> wrote:

> Hi,
> can you paste the piece of code you are sending to select load-balanced
> server and then...hmm...Are you sure you are using t_relay() after
> selecting the destination!
>
> Regards,
> Sammy
>
>
> On Mon, Jun 11, 2012 at 12:50 PM, dileep r <dileep0206 at gmail.com> wrote:
>
>> HI all,
>>   I'm trying to set up openSips with LB module enabled. I have done the
>> all the required configuration for LB. The load_balance() API returns
>> success, but i'm not receiving the INVITE request to my destination server
>> as configured in the DB. If any one has faced similar problems or know why
>> this might be happening,please let me know ?
>>
>>
>> Thanks
>> Dileep
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
> _______________________________________________
> 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/20120611/a028e4f7/attachment-0001.htm>


More information about the Users mailing list