We are on OpenSIPS 3.2.2 and are attempting to trace REGISTER messages
coming in. We have the following in opensips.cfg, with the IP address
redacted:

    if (is_method("REGISTER")) {
       sl_send_reply(200, "OK");
       if ($var(sipcapture_host) != "disabled") {
           trace("tid", "t", "sip|xlog", "opensips@<IP Address>");
       }
       exit();
   }

With this configuration, we are not seeing REGISTERs coming in to our
capture box. We know tracing is otherwise working because we do receive
dialogs when tracing INVITEs. Is there something else we can do? Thank you

Regards,

*Alana Heim*

*Software Engineer*

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

Reply via email to