<div>Have a test as follows:</div>
<div>if(!(method == &quot;REGISTER&quot;)){<br>                    setflag(22);<br>                    sip_trace();</div>
<div>}<br><br></div>
<div class="gmail_quote">2010/4/7 Daniel Goepp <span dir="ltr">&lt;<a href="mailto:dan@goepp.net">dan@goepp.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">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><font color="#888888"><br>-dg<br></font><br>
_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br>