[sr-dev] [kamailio] Enabling message forwarding in sip_trace (#201)

Shyamtechm notifications at github.com
Thu Jun 11 13:25:59 CEST 2015


I am copying below kamailio cfg contents related to sip_trace.

# Destination, where to send the traffic
modparam("siptrace", "duplicate_uri", sip:127.0.0.1:9060)
# Trace all traffic
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_to_database", 1)
modparam("siptrace", "trace_flag", 22)
modparam("siptrace", "hep_mode_on", 1)
modparam("siptrace", "hep_version", 2)
modparam("siptrace", "traced_user_avp", "$avp(i:2)")
modparam("siptrace", "traced_user_avp", "$avp(s:root)")


The sip_trace module is still forwarding SIP messages to 127.0.0.1:4060.
But as per my knowledge, it should forward it to 9060, then another Kamailio can listen on 9060.

Please suggest.

Thanks,
Shyam



---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/201#issuecomment-111089849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150611/b538a075/attachment.html>


More information about the sr-dev mailing list