<div>Have a test as follows:</div>
<div>if(!(method == "REGISTER")){<br> setflag(22);<br> sip_trace();</div>
<div>}<br><br></div>
<div class="gmail_quote">2010/4/7 Daniel Goepp <span dir="ltr"><<a href="mailto:dan@goepp.net">dan@goepp.net</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I'm having some trouble understanding why I'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("siptrace", "db_url", "mysql://opensips:opensipsrw@localhost/opensips")<br>modparam("siptrace", "trace_on", 1)<br>
modparam("siptrace", "enable_ack_trace", 1)<br>modparam("siptrace", "table", "sip_trace")<br>modparam("siptrace", "trace_flag", 22)<br><br>And then:<br>
<br> if(!(method == "REGISTER"))<br> setflag(22);<br><br>Thoughts on why I'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>