Module: kamailio Branch: master Commit: 10a95d7c327a4bb83645723781d5885839f6fd0b URL: https://github.com/kamailio/kamailio/commit/10a95d7c327a4bb83645723781d5885839f6fd0b
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2023-06-14T11:46:19+02:00 modules: readme files regenerated - cfgt ... [skip ci] --- Modified: src/modules/cfgt/README --- Diff: https://github.com/kamailio/kamailio/commit/10a95d7c327a4bb83645723781d5885839f6fd0b.diff Patch: https://github.com/kamailio/kamailio/commit/10a95d7c327a4bb83645723781d5885839f6fd0b.patch --- diff --git a/src/modules/cfgt/README b/src/modules/cfgt/README index 6cad032f141..7133ef3d643 100644 --- a/src/modules/cfgt/README +++ b/src/modules/cfgt/README @@ -28,6 +28,8 @@ Victor Seva 3.1. basedir (string) 3.2. mask (int) 3.3. callid_prefix (string) + 3.4. skip_unknown (int) + 3.5. route_log (int) 4. RPC Commands @@ -43,6 +45,8 @@ Victor Seva 1.1. Set cfgtrace parameter 1.2. Set mask parameter 1.3. Set callid_prefix parameter + 1.4. Set skip_unknown parameter + 1.5. Set route_log parameter Chapter 1. Admin Guide @@ -59,6 +63,8 @@ Chapter 1. Admin Guide 3.1. basedir (string) 3.2. mask (int) 3.3. callid_prefix (string) + 3.4. skip_unknown (int) + 3.5. route_log (int) 4. RPC Commands @@ -99,6 +105,8 @@ Chapter 1. Admin Guide 3.1. basedir (string) 3.2. mask (int) 3.3. callid_prefix (string) + 3.4. skip_unknown (int) + 3.5. route_log (int) 3.1. basedir (string) @@ -145,6 +153,30 @@ modparam("cfgt", "mask", 12) modparam("cfgt", "callid_prefix", "TEST-ID%") ... +3.4. skip_unknown (int) + + If enabled, value different from 0, cfgt will not generate the report + of any message that doesn't match the callid_prefix. + + Default value is ???0???, false. + + Example 1.4. Set skip_unknown parameter +... +modparam("cfgt", "skip_unknown", "1") +... + +3.5. route_log (int) + + If enabled, value different from 0, cfgt will log (WARN) the execution + time of routes. + + Default value is ???0???, false. + + Example 1.5. Set route_log parameter +... +modparam("cfgt", "route_log", "1") +... + 4. RPC Commands 4.1. cfgt.mask
_______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org