[OpenSER-Devel] question on t_relay on CANCEL

Juha Heinanen jh at tutpro.com
Fri Feb 8 10:06:14 CET 2008


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



More information about the Devel mailing list