Răsfoiți Sursa

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

Kamailio Dev 1 an în urmă
părinte
comite
1947763c17
1 a modificat fișierele cu 19 adăugiri și 4 ștergeri
  1. 19 4
      src/modules/ims_qos/README

+ 19 - 4
src/modules/ims_qos/README

@@ -64,6 +64,7 @@ Carsten Bock
               3.21. omit_flow_ports integer
               3.22. rs_default_bandwidth integer
               3.23. rr_default_bandwidth integer
+              3.24. suspend_transaction integer
 
         4. Functions
 
@@ -101,8 +102,9 @@ Carsten Bock
    1.21. omit_flow_ports parameter usage
    1.22. rs_default_bandwidth parameter usage
    1.23. rr_default_bandwidth parameter usage
-   1.24. Rx_AAR_Register
-   1.25. Rx_AAR
+   1.24. suspend_transaction parameter usage
+   1.25. Rx_AAR_Register
+   1.26. Rx_AAR
 
 Chapter 1. Admin Guide
 
@@ -139,6 +141,7 @@ Chapter 1. Admin Guide
         3.21. omit_flow_ports integer
         3.22. rs_default_bandwidth integer
         3.23. rr_default_bandwidth integer
+        3.24. suspend_transaction integer
 
    4. Functions
 
@@ -202,6 +205,7 @@ Chapter 1. Admin Guide
    3.21. omit_flow_ports integer
    3.22. rs_default_bandwidth integer
    3.23. rr_default_bandwidth integer
+   3.24. suspend_transaction integer
 
 3.1. rx_dest_realm (string)
 
@@ -492,6 +496,17 @@ modparam("ims_qos", "rs_default_bandwidth", 600)
 modparam("ims_qos", "rr_default_bandwidth", 2000)
 ...
 
+3.24. suspend_transaction integer
+
+   If eneabled, suspends the tm transaction while doing the AAR.
+
+   Default value is 1 (enabled)
+
+   Example 1.24. suspend_transaction parameter usage
+...
+modparam("ims_qos", "suspend_transaction", 2000)
+...
+
 4. Functions
 
    4.1. Rx_AAR_Register(route_block, domain)
@@ -522,7 +537,7 @@ modparam("ims_qos", "rr_default_bandwidth", 2000)
    p.s. this is executed asynchronously. See example on how to retrieve
    return value
 
-   Example 1.24. Rx_AAR_Register
+   Example 1.25. Rx_AAR_Register
 ...
 if(Rx_AAR_Register("REG_AAR_REPLY","location")==0){
     exit;
@@ -566,7 +581,7 @@ route[REG_AAR_REPLY]
    p.s. this is executed asynchronously. See example on how to retrieve
    return value
 
-   Example 1.25. Rx_AAR
+   Example 1.26. Rx_AAR
 ...
 if(Rx_AAR("ORIG_SESSION_AAR_REPLY","orig","",-1)==0){
     exit;