trunk etc/openser.cfg has

        #initial requests

        # CANCEL processing
        if (is_method("CANCEL"))
        {
                if (t_check_trans())
                        t_relay();
                exit;
        }

if CANCEL has route headers (like some UAs include based on received
Record-Route headers), will t_relay forward CANCEL based on them or will
it handle CANCEL hop by hop?

-- juha

_______________________________________________
Devel mailing list
[email protected]
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to