Module: kamailio Branch: master Commit: 10c0c1889be5b1aed27a41a87c45b5c5e8a92cf3 URL: https://github.com/kamailio/kamailio/commit/10c0c1889be5b1aed27a41a87c45b5c5...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2023-01-05T15:01:40+01:00
modules: readme files regenerated - permissions ... [skip ci]
---
Modified: src/modules/permissions/README Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/10c0c1889be5b1aed27a41a87c45b5c5... Patch: https://github.com/kamailio/kamailio/commit/10c0c1889be5b1aed27a41a87c45b5c5...
---
diff --git a/src/modules/permissions/README b/src/modules/permissions/README index 86823d3ce1..41da6798a2 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 006ec9f3cc..3fb1520c10 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.