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