[OpenSIPS-Users] Load balancer sending 403 when caller hangs uo
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Fri Jun 19 09:18:33 CEST 2009
Hi James,
Could you please check if the "dialog" module sees the call as ended? Use "opensipsctl fifo dlg_list" (http://www.opensips.org/html/docs/modules/1.5.x/dialog.html#id272726)
and paste the output here.
Also, do you have a full SIP trace of the call (ngrep) ?
Regards,
Bogdan
James Wiegand wrote:
> Hi all,
>
> I am using OpenSIPS 1.5.1 and the lb module. Following the example I
> see this chunk of code execute when the caller hangs up as the dial
> progresses (but before the other side answers):
>
> # from now on we have only the initial requests
> if (!is_method("INVITE")) {
> send_reply("405","Method Not Allowed");
> exit;
> }
>
> This leaves a session hanging in the load balancer:
>
> Destination:: sip:XXX.XXX.XXX.XXX id=3
> Resource:: pstn max=1 load=1
>
> I'm seeing CANCEL come in from the caller and it looks like
> !t_check_trans() is not picking this up? How do I catch this case?
>
> Thanks for the help,
>
> -jim
>
>
>
More information about the Users
mailing list