Hello,
What is the purpose of  t_check_trans(); at line 253 in opensips.cfg trunk
version.
This function is only a check so should not be necessary here?
No?
 
 
        # CANCEL processing
        if (is_method("CANCEL"))
        {
                if (t_check_trans())
                        t_relay();
                exit;
        }
 
        t_check_trans();
 
-- --
Marc LEURENT
lf...@leurent.eu
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to