[sr-dev] git:master:ed518fd6: modules: readme files regenerated - rtpengine ... [skip ci]
Kamailio Dev
kamailio.dev at kamailio.org
Tue Jul 13 15:16:22 CEST 2021
Module: kamailio
Branch: master
Commit: ed518fd6fa4652e2a06a09e6d54ce5b19d0b9493
URL: https://github.com/kamailio/kamailio/commit/ed518fd6fa4652e2a06a09e6d54ce5b19d0b9493
Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2021-07-13T15:16:15+02:00
modules: readme files regenerated - rtpengine ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff: https://github.com/kamailio/kamailio/commit/ed518fd6fa4652e2a06a09e6d54ce5b19d0b9493.diff
Patch: https://github.com/kamailio/kamailio/commit/ed518fd6fa4652e2a06a09e6d54ce5b19d0b9493.patch
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README
index 24d02d1c5d..8a1abb2643 100644
--- a/src/modules/rtpengine/README
+++ b/src/modules/rtpengine/README
@@ -648,9 +648,11 @@ modparam("rtpengine", "rtpengine_tout_ms", 2000)
4.5. rtpengine_allow_op (integer)
Enable this setting to allow finishing the current sessions while
- denying new sessions for the manually deactivated nodes via kamctl
- command i.e. "disabled(permanent)" nodes. Probably the manually
- deactivated machine is still running(did not crash).
+ denying new sessions for deactivated nodes.
+
+ Nodes can be manually deactivated via kamctl command i.e.
+ "disabled(permanent)" nodes. Probably the manually deactivated machine
+ is still running(did not crash).
This is useful when deactivating a node for maintenance and reject new
sessions but allow current ones to finish.
@@ -664,6 +666,12 @@ modparam("rtpengine", "rtpengine_tout_ms", 2000)
Default value is â0â to keep the current behaviour.
+ If value set to â1â it will send commands to all disabled nodes for the
+ existing call.
+
+ If value set to â2â it will send commands only to manually disabled
+ nodes. (Not when timeout is disabled or node broken)
+
Example 1.5. Set rtpengine_allow_op parameter
...
modparam("rtpengine", "rtpengine_allow_op", 1)
More information about the sr-dev
mailing list