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();
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to