Hello,
The documentation of the siptrace module specifies duplication of sip messages to a capture server using the HEP protocol or plain SIP mode. Which params to I need to set (and with which values) in the siptrace and sipcapture to enable plain SIP mode? I tried several configurations but none of the worked. Seems like only HEP works. My test kamailio (sip capture node with sipcapture module) doesn't receive the duplicated SIP messages.
Any ideas?
Regards,
Grant
Hi,
My test kamailio (sip capture node with sipcapture module) doesn’t receive the duplicated SIP messages.
This works for me with the below settings (version: kamailio 4.3.4 (x86_64/linux))
loadmodule "siptrace.so" modparam("siptrace", "trace_on", 1) modparam("siptrace", "trace_to_database", 0) modparam("siptrace", "hep_mode_on", 0) modparam("siptrace", "duplicate_uri", "sip:192.168.X.X:5060")
and in routing logic I call;
sip_trace();
on the remote server "sip:192.168.X.X:5060" I receive the packets in clear.
-vella
Hi Vella,
Could you please share your configuration on the capture node?
Here is my kamailio.cfg on the capture node:
modparam("sipcapture", "db_url", "unixodbc://........................ ") modparam("sipcapture", "capture_on", 1) modparam("sipcapture", "table_name", "SIPCapture") modparam("sipcapture", "hep_capture_on", 0)
Regards,
Grant
-----Original Message----- From: sr-users [mailto:sr-users-bounces@lists.sip-router.org] On Behalf Of Christopher Vella Sent: Tuesday, February 16, 2016 5:54 PM To: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Subject: Re: [SR-Users] siptrace module plain sip mode
Hi,
My test kamailio (sip capture node with sipcapture module) doesn’t receive the duplicated SIP messages.
This works for me with the below settings (version: kamailio 4.3.4 (x86_64/linux))
loadmodule "siptrace.so" modparam("siptrace", "trace_on", 1) modparam("siptrace", "trace_to_database", 0) modparam("siptrace", "hep_mode_on", 0) modparam("siptrace", "duplicate_uri", "sip:192.168.X.X:5060")
and in routing logic I call;
sip_trace();
on the remote server "sip:192.168.X.X:5060" I receive the packets in clear.
-vella
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users