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><br>-dg<br>