<div dir="ltr"><br clear="all"><div>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: </div><div><br></div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">    if (is_method("</span><span style="color:rgb(255,255,255);background-color:rgb(0,0,0)">REGISTER</span><span style="color:rgb(0,0,0)">")) {</span><br>        sl_send_reply(200, "OK");
<br>        if ($var(sipcapture_host) != "disabled") {
<br>            trace("tid", "t", "sip|xlog", "opensips@<IP Address>");
<br>        }
<br>        exit();
<br>    }</span><div><span style="font-family:monospace"><br>
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<br></span><div> </div>Regards,<br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;color:rgb(68,68,68);background-color:transparent;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><b><font size="4">Alana Heim</font></b></span></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><font color="#444444" face="Arial"><span style="font-size:12px;white-space:pre-wrap"><i>Software Engineer</i></span></font></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><font color="#444444" face="Arial"><span style="font-size:12px;white-space:pre-wrap">E: <a href="mailto:aheim@pindrop.com" target="_blank">aheim@pindrop.com</a></span></font></p><p style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><font color="#444444" face="Arial"><span style="font-size:12px;white-space:pre-wrap"><i><br></i></span></font></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><br></p></div></div></div></div></div>