Module: kamailio
Branch: master
Commit: 7a390e0a297278b6d319c78f74b8179ed6a25c3b
URL: https://github.com/kamailio/kamailio/commit/7a390e0a297278b6d319c78f74b8179…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2024-08-27T12:46:11+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/7a390e0a297278b6d319c78f74b8179…
Patch: https://github.com/kamailio/kamailio/commit/7a390e0a297278b6d319c78f74b8179…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 35c2e5d0ec0..dbeff43d002 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -1631,8 +1631,12 @@ modparam("tm", "e2e_cancel_hop_by_hop", 0)
3.44. headers_mode (int)
- Control if headers from incoming CANCEL should be propagated to
- hop-by-hop generated CANCEL.
+ Control how headers from incoming CANCEL should be propagated to
+ hop-by-hop generated CANCEL. If bit (flag) 1 is set (value 1),
+ propagate the headers that are not branch specific (e.g., From, To). If
+ bit (flag) 2 is set, in case processing ends in stateless forwarding by
+ tm, forward CANCEL with a single Via header (the one added by
+ Kamailio).
Default value: 0 (do not propagate).
Module: kamailio
Branch: master
Commit: b67bb7a1bc4c710d33e242cea94a192297660c75
URL: https://github.com/kamailio/kamailio/commit/b67bb7a1bc4c710d33e242cea94a192…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-08-27T12:42:13+02:00
tm: docs for header_mode flag 2
---
Modified: src/modules/tm/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b67bb7a1bc4c710d33e242cea94a192…
Patch: https://github.com/kamailio/kamailio/commit/b67bb7a1bc4c710d33e242cea94a192…
---
diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml
index ffef9a4eec3..e8a16182e42 100644
--- a/src/modules/tm/doc/params.xml
+++ b/src/modules/tm/doc/params.xml
@@ -1377,8 +1377,12 @@ modparam("tm", "e2e_cancel_hop_by_hop", 0)
<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.
+ Control how headers from incoming CANCEL should be propagated to
+ hop-by-hop generated CANCEL. If bit (flag) 1 is set (value 1),
+ propagate the headers that are not branch specific (e.g., From, To).
+ If bit (flag) 2 is set, in case processing ends in stateless
+ forwarding by tm, forward CANCEL with a single Via header (the one
+ added by &kamailio;).
</para>
<para>
Default value: 0 (do not propagate).