I&#39;m having some trouble understanding why I&#39;m not seeing all messages in the DB.  All I see are messages back to the calling party, and the message to and from the called party, but I see nothing from the calling party.  Making it a bit hard to tell what the initial request looked like :)<br>
<br>I have a pretty generic setup:<br><br># ----- sip_trace ------<br>modparam(&quot;siptrace&quot;, &quot;db_url&quot;, &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)<br>modparam(&quot;siptrace&quot;, &quot;trace_on&quot;, 1)<br>
modparam(&quot;siptrace&quot;, &quot;enable_ack_trace&quot;, 1)<br>modparam(&quot;siptrace&quot;, &quot;table&quot;, &quot;sip_trace&quot;)<br>modparam(&quot;siptrace&quot;, &quot;trace_flag&quot;, 22)<br><br>And then:<br>
<br>        if(!(method == &quot;REGISTER&quot;))<br>                    setflag(22);<br><br>Thoughts on why I&#39;m not seeing inbound requests from the caller?<br><br>Thanks<br><br>-dg<br>