Module: kamailio
Branch: master
Commit: 96a285dbb193a7eb7b4080963bee69bce859abd8
URL:
https://github.com/kamailio/kamailio/commit/96a285dbb193a7eb7b4080963bee69b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-11-29T17:46:20+01:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff:
https://github.com/kamailio/kamailio/commit/96a285dbb193a7eb7b4080963bee69b…
Patch:
https://github.com/kamailio/kamailio/commit/96a285dbb193a7eb7b4080963bee69b…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 2af6b9a703..dbe63719e2 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -55,7 +55,7 @@ Daniel-Constantin Mierla
3.26. contact_flows_avp (string)
3.27. fr_timer_avp (string)
3.28. fr_inv_timer_avp (string)
- 3.29. unmatched_cancel (string)
+ 3.29. unmatched_cancel (integer)
3.30. ruri_matching (integer)
3.31. via1_matching (integer)
3.32. callid_matching (integer)
@@ -319,7 +319,7 @@ Chapter 1. Admin Guide
3.26. contact_flows_avp (string)
3.27. fr_timer_avp (string)
3.28. fr_inv_timer_avp (string)
- 3.29. unmatched_cancel (string)
+ 3.29. unmatched_cancel (integer)
3.30. ruri_matching (integer)
3.31. via1_matching (integer)
3.32. callid_matching (integer)
@@ -696,7 +696,7 @@ failure_route["serial"]
3.26. contact_flows_avp (string)
3.27. fr_timer_avp (string)
3.28. fr_inv_timer_avp (string)
- 3.29. unmatched_cancel (string)
+ 3.29. unmatched_cancel (integer)
3.30. ruri_matching (integer)
3.31. via1_matching (integer)
3.32. callid_matching (integer)
@@ -1294,7 +1294,7 @@ modparam("tm", "fr_inv_timer_avp",
"$avp(my_fr_inv_timer)")
modparam("tm", "fr_inv_timer_avp", "my_fr_inv_timer")
...
-3.29. unmatched_cancel (string)
+3.29. unmatched_cancel (integer)
This parameter selects between forwarding CANCELs that do not match any
transaction statefully (0, default value), statelessly (1) or dropping
@@ -1311,7 +1311,7 @@ modparam("tm", "fr_inv_timer_avp",
"my_fr_inv_timer")
Example 1.29. Set unmatched_cancel parameter
...
-modparam("tm", "unmatched_cancel", "2")
+modparam("tm", "unmatched_cancel", 2)
...
3.30. ruri_matching (integer)