<div dir="ltr">Hi Bogdan,<div><br></div><div>I&#39;m trying to use the siptrace module to capture SIP traffic, as I am using TLS.</div><div><br></div><div>In my config file I have the following:</div><div><br></div><div><div>...</div><div><br></div><div>loadmodule &quot;siptrace.so&quot;</div><div>modparam(&quot;siptrace&quot;, &quot;db_url&quot;, &quot;mysql<span style="color:rgb(0,0,0);background-color:rgb(254,254,238)">://user:passwd@host/dbname</span>&quot;)<br></div><div>modparam(&quot;siptrace&quot;, &quot;trace_flag&quot;, &quot;TRACE_FLAG&quot;)</div></div><div><br></div><div>...</div><div><br></div><div><div>route{</div><div>sip_trace();</div><div>setflag(TRACE_FLAG);</div></div><div><br></div><div>...</div><div><br></div><div>I also did &#39;<span style="color:rgb(0,0,0);font-family:Helvetica,Arial;font-size:12px;text-align:justify">opensipsctl fifo sip_trace on&#39;, but </span>nothing is captured in the sip_trace table of the database.  </div><div><br></div><div>I want to capture all traffic.  What am I missing?</div><div><br></div></div>