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

route {
        # send packet to "sip_capture"
        route("sip_capture");
...

route["sip_capture"] {

        setflag(22);
        #Duplicate this sip message to capture node
        sip_trace();
}

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.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/802
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to