Hi Nabeel,

Put the setflag() before the siptrace() .

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 06.01.2016 16:26, Nabeel wrote:
Hi Bogdan,

I'm trying to use the siptrace module to capture SIP traffic, as I am using TLS.

In my config file I have the following:

...

loadmodule "siptrace.so"
modparam("siptrace", "db_url", "mysql://user:passwd@host/dbname")
modparam("siptrace", "trace_flag", "TRACE_FLAG")

...

route{
sip_trace();
setflag(TRACE_FLAG);

...

I also did 'opensipsctl fifo sip_trace on', but nothing is captured in the sip_trace table of the database.

I want to capture all traffic.  What am I missing?


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

Reply via email to