[OpenSIPS-Users] siptrace trace_dialog() not capturing ACKs or other replies 1.11.11

Kneeoh kneeoh at yahoo.com
Wed Jun 13 09:31:22 EDT 2018


I've followed the documentation for using the siptrace module to capture packets and transmit them to a sipcapture node. Things are kind of working, however, I'm not getting ACKs or other replies in the capture node. I'm using the following in my script. Any ideas or pointers on what I might be doing wrong?
#### SIP Trace moduleloadmodule "siptrace.so"modparam("siptrace", "db_url", "mysql://user:passwd@host/dbname")modparam("siptrace", "duplicate_uri", "sip:10.10.61.191:9060")modparam("siptrace", "duplicate_with_hep", 1)modparam("siptrace", "trace_to_database", 0)modparam("siptrace", "enable_ack_trace", 1)modparam("siptrace", "trace_on", 1)modparam("siptrace", "trace_flag", "TRACE_FLAG")modparam("siptrace", "hep_version", 2)

# create dialog with timeout and hide topology if ( !create_dialog("B") ) { xlog("L_INFO", "Unable to create dialog \n"); send_reply("500","Internal Server Error"); exit;
 } else {
 # We have a dialog, Lets hide the topology from where the call originated topology_hiding(); $T_fr_timeout = 5; }


# Trace this dialog setflag(TRACE_FLAG); #sip_trace(); trace_dialog();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20180613/de667eea/attachment.html>


More information about the Users mailing list