Module: kamailio
Branch: master
Commit: f2c31f5948cc8f6df652d193372973b1da748d51
URL: 
https://github.com/kamailio/kamailio/commit/f2c31f5948cc8f6df652d193372973b1da748d51

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-08-23T12:18:13+02:00

tm: docs for headers_mode parameter

---

Modified: src/modules/tm/doc/params.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/f2c31f5948cc8f6df652d193372973b1da748d51.diff
Patch: 
https://github.com/kamailio/kamailio/commit/f2c31f5948cc8f6df652d193372973b1da748d51.patch

---

diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml
index 2c42e2cea5e..ffef9a4eec3 100644
--- a/src/modules/tm/doc/params.xml
+++ b/src/modules/tm/doc/params.xml
@@ -1355,13 +1355,14 @@ 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).
+                       Default value: 1 (hop-by-hop mode).
                </para>
                <example>
                        <title>Set <varname>e2e_cancel_hop_by_hop</varname> 
parameter</title>
@@ -1373,6 +1374,25 @@ modparam("tm", "e2e_cancel_hop_by_hop", 0)
                </example>
        </section>
 
+       <section id="headers_mode">
+               <title><varname>headers_mode</varname> (int)</title>
+               <para>
+                       Control if headers from incoming CANCEL should be 
propagated to
+                       hop-by-hop generated CANCEL.
+               </para>
+               <para>
+                       Default value: 0 (do not propagate).
+               </para>
+               <example>
+                       <title>Set <varname>headers_mode</varname> 
parameter</title>
+                       <programlisting>
+...
+modparam("tm", "headers_mode", 1)
+...
+                       </programlisting>
+               </example>
+       </section>
+
        <section id="remap_503_500">
                <title><varname>remap_503_500</varname> (boolean)</title>
                <para>

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to