Module: kamailio
Branch: master
Commit: 2d2c0bec3170b3ef6c10dc9a3b9e990b8d50e0bc
URL: https://github.com/kamailio/kamailio/commit/2d2c0bec3170b3ef6c10dc9a3b9e990…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-01-11T22:30:09+01:00
siptrace: documented trace_mode parameter
---
Modified: modules/siptrace/doc/siptrace_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/2d2c0bec3170b3ef6c10dc9a3b9e990…
Patch: https://github.com/kamailio/kamailio/commit/2d2c0bec3170b3ef6c10dc9a3b9e990…
---
diff --git a/modules/siptrace/doc/siptrace_admin.xml b/modules/siptrace/doc/siptrace_admin.xml
index c766531..7c454f7 100644
--- a/modules/siptrace/doc/siptrace_admin.xml
+++ b/modules/siptrace/doc/siptrace_admin.xml
@@ -469,6 +469,30 @@ modparam("siptrace", "force_send_sock", "sip:10.1.1.2:5000")
</programlisting>
</example>
</section>
+ <section id="siptrace.p.trace_mode">
+ <title><varname>trace_mode</varname> (integer)</title>
+ <para>
+ If set to 1, the module uses core events triggered when receiving
+ or sending SIP traffic to mirror traffic to a SIP capture server
+ using HEP. It will automatically do the mirroring of all traffic,
+ no need to set the siptrace flag per request.
+ </para>
+ <para>
+ If set to 0, no automatic mirroring of SIP traffic via HEP.
+ </para>
+ <para>
+ Default value is <emphasis>0</emphasis>.
+ </para>
+ <example>
+ <title>Set <varname>trace_mode</varname>
+ parameter</title>
+ <programlisting format="linespecific">
+...
+modparam("siptrace", "trace_mode", 1)
+...
+</programlisting>
+ </example>
+ </section>
</section>
<section>
If final_unit_action flag is set in initial ccr response, kamailio need to send terminate request after time out but it is sending update request.but it is fine for intermediate requests.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/467
-- Commit Summary --
* If final_unit_action flag is set in initial ccr response, kamailio need to send terminate request after time out but it is sending update request.but it is fine for intermediate requests.
-- File Changes --
M modules/ims_charging/ims_ro.c (3)
M modules/ims_charging/ro_session_hash.h (1)
M modules/ims_charging/ro_timer.c (12)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/467.patchhttps://github.com/kamailio/kamailio/pull/467.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/467