[OpenSIPS-Devel] [opensips] [siptrace] all types of tracing are done using sip_trace function (#752)

Ionut Ionita notifications at github.com
Tue Jan 12 11:04:50 CET 2016


* added trace_id parameter with which one is able to define
database urls and trace uris (HEP and SIP); the trace id is given
as an argument to sip_trace() function;
* multiple trace_id s can be defined under the same name which
will alow users to do multiple types of tracing using only one
function call;
* sip_trace() now accepts flags to specify what to trace: message,
transaction or dialog; in stateless mode only message trace does
a valid type of trace;
* traced_user_avp now is as an argument to sip_trace() function;
setting it won't duplicate entries in the database; it will do
only one insert setting the traced_user column accordingly;
* removed traced_table avp, now having this option through the
trace_id parameter;
* most of the parameters in the modparam section(db_url, table,
duplicate_uri, duplicate_with_hep) are now part of a trace_id
called 'default'; marked them in the docs as outdated;
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSIPS/opensips/pull/752

-- Commit Summary --

  * [siptrace] all types of tracing are done using sip_trace function

-- File Changes --

    M modules/siptrace/README (316)
    M modules/siptrace/doc/siptrace_admin.xml (372)
    M modules/siptrace/siptrace.c (1322)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/752.patch
https://github.com/OpenSIPS/opensips/pull/752.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/752
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160112/0ef76b1b/attachment.htm>


More information about the Devel mailing list