[OpenSIPS-Users] CANCELing the connection - no totag in ACK

Maciej Bylica mbsip at gazeta.pl
Fri Nov 19 00:11:04 CET 2010


Iñaki


> It's well explained in RFC 3261.
> An ACK for a [3456]XX response must have same branch and same CSeq
> number (but "ACK" method) as the INVITE of the transaction.

I meant some hints regarding script configuration, because as far as i
understand i should double check my .cfg
Okay i may proxy auth only INVITE methods - at this moment i do have
	if (!(method=="REGISTER") && from_uri==myself)  /*no multidomain version*/ {
		if (!proxy_authorize("", "subscriber")) {
			xlog("L_INFO","proxy auth");
			proxy_challenge("", "0");
			exit;
		}
so there wont be any problem to filter that out, but how to inspect
branch, CSeq - isn't that functionality hardcoded?

Thx,
Maciej.



More information about the Users mailing list