<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym18_1_1459180806441_6814" dir="ltr">I need a little help figuring out why my implementation of the siptrace module isn't working as expected. I've placed:</div><div id="yui_3_16_0_ym18_1_1459180806441_6815" dir="ltr"># Trace this dialog<br>&nbsp;&nbsp;&nbsp; trace_dialog();</div><div id="yui_3_16_0_ym18_1_1459180806441_6881" dir="ltr"><br></div><div id="yui_3_16_0_ym18_1_1459180806441_6824" dir="ltr">In my main route block right after:</div><div id="yui_3_16_0_ym18_1_1459180806441_6872" dir="ltr">if ( !create_dialog("B") ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; xlog("L_INFO", "Unable to create dialog \n");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; send_reply("500","Internal Server Error");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exit;<br><br>&nbsp;&nbsp;&nbsp; } <br></div><div id="yui_3_16_0_ym18_1_1459180806441_6790"><br></div><div id="yui_3_16_0_ym18_1_1459180806441_6905">When I place a call and tcpdump the destination host defined in:</div><div dir="ltr" id="yui_3_16_0_ym18_1_1459180806441_6910">modparam("siptrace", "duplicate_uri", "sip:192.168.2.142:9060")</div><div id="yui_3_16_0_ym18_1_1459180806441_6954" dir="ltr"><br></div><div id="yui_3_16_0_ym18_1_1459180806441_6949" dir="ltr">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<br></div><div id="yui_3_16_0_ym18_1_1459180806441_6916"><br></div>DBG:siptrace:trace_dialog: Nothing to trace here<br>DBG:siptrace:trace_sl_onreply_out: trace slonreply out<br>DBG:siptrace:trace_sl_onreply_out: nothing to trace...<br>DBG:siptrace:trace_onreq_in: trace on req in<br>DBG:siptrace:trace_onreq_in: nothing to trace...<br>DBG:siptrace:trace_msg_out: trace off...<br><div id="yui_3_16_0_ym18_1_1459180806441_6680"><br></div></div></body></html>