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