Module: kamailio
Branch: master
Commit: c060e9000f9c6cca98e23bef7aa8c295c8863de6
URL:
https://github.com/kamailio/kamailio/commit/c060e9000f9c6cca98e23bef7aa8c29…
Author: Zion Dials <me(a)ziondials.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2021-11-29T17:44:21+01:00
Fix TM Module Doc unmatched_cancel param
---
Modified: src/modules/tm/doc/params.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/c060e9000f9c6cca98e23bef7aa8c29…
Patch:
https://github.com/kamailio/kamailio/commit/c060e9000f9c6cca98e23bef7aa8c29…
---
diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml
index 8614fdac85..ee305b891c 100644
--- a/src/modules/tm/doc/params.xml
+++ b/src/modules/tm/doc/params.xml
@@ -876,7 +876,7 @@ modparam("tm", "fr_inv_timer_avp",
"my_fr_inv_timer")
</section>
<section id="tm.p.unmatched_cancel">
- <title><varname>unmatched_cancel</varname> (string)</title>
+ <title><varname>unmatched_cancel</varname> (integer)</title>
<para>
This parameter selects between forwarding CANCELs
that do not match any transaction statefully (0,
@@ -899,7 +899,7 @@ modparam("tm", "fr_inv_timer_avp",
"my_fr_inv_timer")
<title>Set <varname>unmatched_cancel</varname>
parameter</title>
<programlisting>
...
-modparam("tm", "unmatched_cancel", "2")
+modparam("tm", "unmatched_cancel", 2)
...
</programlisting>
</example>