Module: kamailio
Branch: 5.5
Commit: 84c08acade0e548de11867866ec52223295c2f4a
URL:
https://github.com/kamailio/kamailio/commit/84c08acade0e548de11867866ec5222…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-12-06T14:31:24+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff:
https://github.com/kamailio/kamailio/commit/84c08acade0e548de11867866ec5222…
Patch:
https://github.com/kamailio/kamailio/commit/84c08acade0e548de11867866ec5222…
---
diff --git a/src/modules/tm/README b/src/modules/tm/README
index 5ccd4af6c7..0b0d385a3e 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)
@@ -317,7 +317,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)
@@ -693,7 +693,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)
@@ -1290,7 +1290,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
@@ -1307,7 +1307,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)