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:  [email protected]
AIM:     originaljimdandy

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to