Module: kamailio
Branch: master
Commit: 1947763c176f33bcd3cbdfc54d980648855dff8a
URL:
https://github.com/kamailio/kamailio/commit/1947763c176f33bcd3cbdfc54d98064…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-09-28T15:46:23+02:00
modules: readme files regenerated - ims_qos ... [skip ci]
---
Modified: src/modules/ims_qos/README
---
Diff:
https://github.com/kamailio/kamailio/commit/1947763c176f33bcd3cbdfc54d98064…
Patch:
https://github.com/kamailio/kamailio/commit/1947763c176f33bcd3cbdfc54d98064…
---
diff --git a/src/modules/ims_qos/README b/src/modules/ims_qos/README
index e9c150274eb..b0981a0c151 100644
--- a/src/modules/ims_qos/README
+++ b/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;