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,
<pre>
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)
</pre>
Thank you.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1040#issuecomment-288019252