[OpenSIPS-Users] Siptrace usage in 2.2.2
Ramachandran, Agalya (Contractor)
Agalya_Ramachandran at comcast.com
Tue Feb 21 16:02:33 EST 2017
Hi,
Am trying to use Homer tool to display the packets that have arrived in OpenSIPS.
And here is my setup when I used with opensips1.11 version.
OpenSIPS (Siptrace) ---->Homer. (kamailio+sipcapture ,DB)
In order to achieve the same setup in OpenSIPS 2.2.2 version, for the siptrace, we can use either sipuri , hepuri or DB - Correct?
In the older version, I have used modparam("siptrace", "duplicate_uri", "sip: remoteipofHomer:9060")
With the new version of OpenSIPS, in order to send the packet to Homer, is this configuration correct?
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_local_ip", "localip")
modparam("siptrace", "trace_id","[tid]uri=sip:remoteipofHomer:9060;") ---> sip/hep -? Which one I should use?
And for traced_user_avp, I will be using the following in old version.
modparam("siptrace", "traced_user_avp", "$avp(traced_user)")
In Route function , the below lines will be used.
$avp(traced_user) = "1";
sip_trace();
How this can be achieved in new sip_trace()?
Kindly clarify me.
Regards,
Agalya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20170221/a3f5cfd3/attachment-0001.html>
More information about the Users
mailing list