[OpenSIPS-Users] Tracing REGISTER with HEP

Bogdan-Andrei Iancu bogdan at opensips.org
Wed Oct 6 09:26:24 EST 2021


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: aheim at pindrop.com <mailto:aheim at pindrop.com>
>
> //
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20211006/d4ea0bbb/attachment.html>


More information about the Users mailing list