Module: kamailio
Branch: 5.5
Commit: 37814e67dac6772ff08e85133898182aea0f9de6
URL:
https://github.com/kamailio/kamailio/commit/37814e67dac6772ff08e85133898182…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-10-05T16:37:02+02:00
rtpengine: docs - note that rpc reload is limited to 10secs frequency
(cherry picked from commit a9c9b83c9dd1c09738b5a33362a8e339c20b786c)
---
Modified: src/modules/rtpengine/doc/rtpengine_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/37814e67dac6772ff08e85133898182…
Patch:
https://github.com/kamailio/kamailio/commit/37814e67dac6772ff08e85133898182…
---
diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml
b/src/modules/rtpengine/doc/rtpengine_admin.xml
index ef7d5a4fd7..9e8dee5d80 100644
--- a/src/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/src/modules/rtpengine/doc/rtpengine_admin.xml
@@ -3188,7 +3188,7 @@ play_dtmf("code=1 volume=5 duration=300 pause=150");
<title>RPC Commands</title>
<section id="rtpengine.r.reload">
- <title>rtpengine.reload</title>
+ <title><function
moreinfo="none">rtpengine.reload</function></title>
<para>
Reloads the database node table content <emphasis>if
configured</emphasis>.
Returns specific message related to success, failure and no db_url configured.
@@ -3198,6 +3198,9 @@ play_dtmf("code=1 volume=5 duration=300 pause=150");
hides old ones, based on the database content. If allow_op modparam is enabled,
the sessions are still allowed to finish for the hidden old nodes.
</para>
+ <para>
+ The execution of this command is limited to 10 seconds intervals.
+ </para>
<example>
<title>
<function moreinfo="none">rtpengine.reload</function>
usage</title>