Module: kamailio
Branch: master
Commit: 2d2daa0e69e57787d974dfae6826f03397109be2
URL:
https://github.com/kamailio/kamailio/commit/2d2daa0e69e57787d974dfae6826f03…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-08-22T13:22:56+02:00
tm: docs for e2e_cancel_hop_by_hop parameter
---
Modified: src/modules/tm/doc/params.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/2d2daa0e69e57787d974dfae6826f03…
Patch:
https://github.com/kamailio/kamailio/commit/2d2daa0e69e57787d974dfae6826f03…
---
diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml
index b8d7a8a3db4..2c42e2cea5e 100644
--- a/src/modules/tm/doc/params.xml
+++ b/src/modules/tm/doc/params.xml
@@ -1351,6 +1351,23 @@ modparam("tm", "local_cancel_reason", 0)
<programlisting>
...
modparam("tm", "e2e_cancel_reason", 0)
+...
+ </programlisting>
+ </example>
+ </section>
+ <section id="e2e_cancel_hop_by_hop">
+ <title><varname>e2e_cancel_hop_by_hop</varname> (int)</title>
+ <para>
+ Enable/disable sending CANCEL in hop-by-hop mode.
+ </para>
+ <para>
+ Default value: 1 ( hop-by-hop mode).
+ </para>
+ <example>
+ <title>Set <varname>e2e_cancel_hop_by_hop</varname>
parameter</title>
+ <programlisting>
+...
+modparam("tm", "e2e_cancel_hop_by_hop", 0)
...
</programlisting>
</example>