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

Reply via email to