Hi Alana,

Do the trace() *before* sending the reply.

Regards,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
OpenSIPS eBootcamp 2021
  https://opensips.org/training/OpenSIPS_eBootcamp_2021/

On 9/16/21 5:54 PM, Alana Heim wrote:

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: ah...@pindrop.com <mailto:ah...@pindrop.com>

//



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

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

Reply via email to