Hi Kneeoh,

Did you remember to set these important module parameters?

modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_flag", "TRACE_FLAG")

If I remember correctly, in 1.11 you should also set the "TRACE_FLAG" - seflag(TRACE_FLAG) - before calling trace_dialog().

Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com

On 28.03.2016 20:50, Kneeoh wrote:
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...



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to