[OpenSIPS-Users] SIPTrace not sending to duplicate_uri

Kneeoh kneeoh at yahoo.com
Mon Mar 28 19:50:33 CEST 2016


I need a little help figuring out why my implementation of the siptrace module isn't working as expected. I've placed:# Trace this dialog
    trace_dialog();
In my main route block right after:if ( !create_dialog("B") ) {
        xlog("L_INFO", "Unable to create dialog \n");
        send_reply("500","Internal Server Error");
        exit;

    } 

When I place a call and tcpdump the destination host defined in:modparam("siptrace", "duplicate_uri", "sip:192.168.2.142:9060")
I do not see any packets heading towards that host. I've run a debug 4 and am getting the following output. Which is confusing me, since I've established a dialog and have issued the trace_dialog command. There should be "something to trace here". Where am I going wrong? I'm on 1.11.5

DBG:siptrace:trace_dialog: Nothing to trace here
DBG:siptrace:trace_sl_onreply_out: trace slonreply out
DBG:siptrace:trace_sl_onreply_out: nothing to trace...
DBG:siptrace:trace_onreq_in: trace on req in
DBG:siptrace:trace_onreq_in: nothing to trace...
DBG:siptrace:trace_msg_out: trace off...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20160328/1965235d/attachment.htm>


More information about the Users mailing list