Module: kamailio Branch: 5.5 Commit: a2969015b92667a728c0ec8df64adb99859b5f84 URL: https://github.com/kamailio/kamailio/commit/a2969015b92667a728c0ec8df64adb99...
Author: Zion Dials me@ziondials.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-12-06T14:24:08+01:00
Fix TM Module Doc unmatched_cancel param
(cherry picked from commit c060e9000f9c6cca98e23bef7aa8c295c8863de6)
---
Modified: src/modules/tm/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a2969015b92667a728c0ec8df64adb99... Patch: https://github.com/kamailio/kamailio/commit/a2969015b92667a728c0ec8df64adb99...
---
diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml index 3fdb0a7a497..247d6ad5e6d 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>