<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm trying to use siptrace to getting copy of my SIP transactions, especially in TLS.</div><div><br></div><div>Here's my configuration :</div><div><i>loadmodule "siptrace.so"<br>  modparam("siptrace", "trace_mode", 1)<br>  modparam("siptrace", "trace_to_database", 0)<br>  modparam("siptrace", "trace_on", 1)<br>  modparam("siptrace", "duplicate_uri", "sip:<i>MY_IP</i>:5065")<br>  modparam("siptrace", "trace_local_ip", "MY_IP:5061")<br>  modparam("siptrace", "hep_mode_on", 1)<br>  modparam("siptrace", "hep_version", 2)<br>  modparam("siptrace", "hep_capture_id", 1)<br>  modparam("siptrace", "trace_flag",22); </i><br></div><div><br></div><div>And in my Routing Logic :</div><div></div><div><i>request_route {</i></div><div><i>sip_trace();<br>setflag(22);</i></div><div><i>(...)<br></i></div><div><br></div><div>But I didn't receive anything on my listening port 5065 according my TCPDUMP.</div><div><br></div><div>Status confirm me siptrace is working :<br></div><div><i>root@debian:/# kamcmd siptrace.status check<br>Enabled</i><br></div><div><br></div><div>I think I made a mistake in the configuration, but I don't know where.</div><div><br></div><div>My second question is when I try to use sip_trace_mode("t"); I getting : failed to find command sip_trace_mode. <br></div><div>Is it in an other module ?</div><div><br></div><div>Many thanks for your help.<br></div><div><br></div><div>Regards,</div><div>Arnaud<br></div></div>