Module: kamailio
Branch: master
Commit: ed518fd6fa4652e2a06a09e6d54ce5b19d0b9493
URL:
https://github.com/kamailio/kamailio/commit/ed518fd6fa4652e2a06a09e6d54ce5b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)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/ed518fd6fa4652e2a06a09e6d54ce5b…
Patch:
https://github.com/kamailio/kamailio/commit/ed518fd6fa4652e2a06a09e6d54ce5b…
---
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)