[Users] Any trick to log ACK with siptrace?

Daniel-Constantin Mierla daniel at voice-system.ro
Sun Nov 5 11:08:40 CET 2006


Hello,

ACK is relayed stateless, the flag will not arm the TM call backs, use 
sip_trace() method to log the ACK.

Cheers,
Daniel


On 10/30/06 23:43, Rodrigo P. Telles wrote:
> Hi Folks,
>
> Is there any trick to log ACK method using siptrace module?
> I'm trying with:
>
> ...
> modparam("siptrace", "trace_flag", 22)
> modparam("siptrace", "trace_on", 1)
>
> route {
> 	if (is_method("INVITE|ACK|BYE")) {
> 		setflag(22);
> 	};
>
> ...
>
> but only INVITE and BYE method has been logged!
> I'm using OpenSER 1.1.0-notls.
>
> Thanks for any help
>
> Rodrigo Telles
>
> _______________________________________________
> Users mailing list
> Users at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
>   




More information about the Users mailing list