[OpenSIPS-Users] SIP Trace question
Daniel Goepp
dan at goepp.net
Wed Apr 7 04:16:06 CEST 2010
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 :)
I have a pretty generic setup:
# ----- sip_trace ------
modparam("siptrace", "db_url", "mysql://opensips:opensipsrw@localhost
/opensips")
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "enable_ack_trace", 1)
modparam("siptrace", "table", "sip_trace")
modparam("siptrace", "trace_flag", 22)
And then:
if(!(method == "REGISTER"))
setflag(22);
Thoughts on why I'm not seeing inbound requests from the caller?
Thanks
-dg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100406/80d3ffed/attachment.htm
More information about the Users
mailing list