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

Alexandr Dubovikov notifications at github.com
Thu Jun 11 13:37:33 CEST 2015


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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150611/242366da/attachment.html>


More information about the sr-dev mailing list