[OpenSIPS-Users] Siptrace on ver 2.2.4

Bogdan-Andrei Iancu bogdan at opensips.org
Tue Jun 6 12:29:50 EDT 2017


Hello Oliver,

In 2.2 the tracing is a bit different (as more complex) from 2.1. See 
the trace_id parameter:
http://www.opensips.org/html/docs/modules/2.2.x/siptrace.html#idp154384

You should do like:

/*DB trace id*/
modparam("siptrace", "trace_id",
"[tid]
uri=mysql://xxxx:xxxx@10.10.10.10/opensips;
table=new_sip_trace;")

and later in the script:
     sip_trace("tid","...");

Best regards,

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

OpenSIPS Bootcamp 2017, Houston, US
   http://opensips.org/training/OpenSIPS_Bootcamp_2017.html

On 05/24/2017 09:08 PM, Oliver Santos via Users wrote:
> Hi,
>
> I am trying siptrace on opensips-2.2.4 but I am an error below
>
> ERROR:core:set_mod_param_regex: parameter <db_url> not found in module 
> <siptrace>
>
> Part of the config is listed below
>
> loadmodule "siptrace.so"
> modparam("siptrace", "db_url",
> "mysql://opensips:opensipsrw@localhost/opensips")
>
> I appreciate any help.
>
> Thanks
>
> Sent from Yahoo Mail on Android 
> <https://overview.mail.yahoo.com/mobile/?.src=Android>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20170606/ad421e6a/attachment.html>


More information about the Users mailing list