From 10c0c1889be5b1aed27a41a87c45b5c5e8a92cf3 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 5 Jan 2023 15:01:40 +0100 Subject: [PATCH] modules: readme files regenerated - permissions ... [skip ci] --- src/modules/permissions/README | 8 ++++++++ src/modules/tls/README | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/src/modules/permissions/README b/src/modules/permissions/README index 86823d3ce1a..41da6798a28 100644 --- a/src/modules/permissions/README +++ b/src/modules/permissions/README @@ -1069,6 +1069,10 @@ if (allow_trusted("$si", "any", "$ai")) { Parameters: none + This RPC command is exported with "RPC_EXEC_DELTA" flag, therefore its + execution rate can be restricted to specific time intervals by setting + the "rpc_exec_delta" core parameter. + 5.2. permissions.addressDump Causes the permissions module to dump the contents of cache memory @@ -1113,6 +1117,10 @@ if (allow_trusted("$si", "any", "$ai")) { Parameters: none + This RPC command is exported with "RPC_EXEC_DELTA" flag, therefore its + execution rate can be restricted to specific time intervals by setting + the "rpc_exec_delta" core parameter. + 5.8. permissions.trustedDump Causes the permissions module to dump contents of the trusted database diff --git a/src/modules/tls/README b/src/modules/tls/README index 006ec9f3cc8..3fb1520c100 100644 --- a/src/modules/tls/README +++ b/src/modules/tls/README @@ -1643,6 +1643,10 @@ verify_client = optional_no_ca are not terminated and they continue to use the old certificates. The new configuration will be used for new connections. + This RPC command is exported with "RPC_EXEC_DELTA" flag, therefore its + execution rate can be restricted to specific time intervals by setting + the "rpc_exec_delta" core parameter. + Parameters: * None.