[OpenSIPS-Users] Load balancer sending 403 when caller hangs uo
James Wiegand
originaljimdandy at gmail.com
Fri Jun 19 00:28:57 CEST 2009
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
--
--
Jim Wiegand
-----------
Home: originaljimdandy at gmail.com
AIM: originaljimdandy
More information about the Users
mailing list