Hi
I'm using sip_trace to capture all traffic and logs to Homer, everything
works fine except for OPTIONS packets generated by the dialog module. How
can I capture those messages?
opensips version is 2.4 and I'm calling sip_trace like this:

if (is_method("INVITE")) {
sip_trace("$var(trace_id)", "d", "sip|xlog|rest", "$var(user)");
}

thanks
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to