瀏覽代碼

modules: readme files regenerated - tm ... [skip ci]

Kamailio Dev 3 年之前
父節點
當前提交
96a285dbb1
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/modules/tm/README

+ 5 - 5
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)