Thanks for the information, I will try this different approach.  Can anyone tell me if the &quot;method&quot; test includes response to that method, or just the initial message?  For example would my config the way it is now only execute that block for the REGISTER, or the REGISTER, 401 and 200?  Right now it would appear the latter, but I want to confirm what I&#39;m seeing.<br>
<br>if(!(method == &quot;REGISTER&quot;)){<br><br>Thanks<br><br>-dg<br>
<br><br><div class="gmail_quote">On Wed, Apr 7, 2010 at 5:46 AM, Flavio Goncalves <span dir="ltr">&lt;<a href="mailto:flavio@asteriskguide.com">flavio@asteriskguide.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;">Hi, </span></p>
<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;"> </span></p>
<div style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;">The problem occurs because setflag(22) only traces the requests after being processed by the proxy while sip_trace traces the requests before. </span></div>


<div style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;"></span> </div>
<div style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;">I’m using the sip trace combined with the dialog module. Try with trace_dialog() instead of setflag or sip_trace, the dialog module has to be loaded. There is a bit more overhead and you have to enable just in the initial request.  As I use it sporadically, only for a few users and keep it deactivated most of the time, the additional overhead it is not causing any trouble. </span></div>


<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;"> </span></p>
<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;">Flavio E. Goncalves</span></p>
<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;">OpenSIPS Bootcamp – San Francisco – April 19-23</span></p>
<p style="margin: 0in 0in 0pt;" class="MsoNormal"><span style="color: rgb(31, 73, 125); font-size: 11pt;"> </span></p><br><br>
<div class="gmail_quote">2010/4/7 CheeWii <span dir="ltr">&lt;<a href="mailto:quanwei87@gmail.com" target="_blank">quanwei87@gmail.com</a>&gt;</span><div><div></div><div class="h5"><br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div>Have a test as follows:</div>
<div>
<div>if(!(method == &quot;REGISTER&quot;)){<br>                    setflag(22);<br></div>                    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" target="_blank">dan@goepp.net</a>&gt;</span><br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div>
<div></div>
<div>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>

</div></div>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org" target="_blank">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><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org" target="_blank">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></div></div><br>
<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>