you didn't escape url:
have to be something like this:
modparam("siptrace", "duplicate_uri", "udp:127.0.0.1:9060")
On 11 June 2015 at 13:25, Shyamtechm <notifications(a)github.com> wrote:
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>.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/201#issuecomment-111094116