<div dir="ltr">Hi<div>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?</div><div>opensips version is 2.4 and I'm calling sip_trace like this:</div><div><br></div><div>if (is_method("INVITE")) {<br>                 sip_trace("$var(trace_id)", "d", "sip|xlog|rest", "$var(user)");<br>              }<br></div><div><br></div><div>thanks</div></div>