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

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to