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
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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users