<p>We have implemented sip_trace to capture all packets being sent to OpenSIPs, which is then forwarded to our capture server...</p>

<p>route {<br>
        # send packet to "sip_capture"<br>
        route("sip_capture");<br>
...</p>

<p>route["sip_capture"] {</p>

<pre><code>    setflag(22);
    #Duplicate this sip message to capture node
    sip_trace();
</code></pre>

<p>}</p>

<p>The capture flag is set to 22 within the sip_trace module configuration. We have noticed this is capturing all packets, except for the initial "100 Trying" response to the initiating UA. Other initial responses, such as "401 Unauthorized" are being logged correctly. It would appear the issue, as far as our testing has revealed, only affects 100 responses.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/issues/802">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AFOcibjFsMIPvOrznnv8e6SP8QTj9598ks5plzxLgaJpZM4HeIdc.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/OpenSIPS/opensips/issues/802"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>