Hi,

No, I am not using trace_mode parameter in config, so i guess it is default to 0. However, i am using trace_on parameter set to 1. But i think that should not triggers sip trace unless i call sip_trace method or set transaction flag for sip trace.

Here are my module param settings,

modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_flag", FLT_SIP_TRACE)
modparam("siptrace", "traced_user_avp", "$avp(traced_user)")
modparam("siptrace", "duplicate_uri", "127.0.0.1:5060")
modparam("siptrace", "trace_to_database", 0)

Thank you.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.