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