Hello All,

I have this config:

modparam("tracer","trace_id","[siptrace]uri=sip:127.0.0.1:9999")
modparam("tracer","trace_id","[siptrace]uri=file:/var/log/siptrace.log")

route {
    trace("siptrace","d","sip");

...

When I look at the messages that show up on UDP:9999 I only see egress sip messages, but when I look at /var/log/siptrace.log I see both sides of the conversation.  Is this by design?  Is there a way to send all messages to a port, or a socket, or perhaps define a pipe to another process?  I'm trying to setup a second daemon that monitors all of the sip dialog between opensips and other hosts.

Thanks!
Matt

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to