Module: kamailio
Branch: master
Commit: 00fb95b51572d0b057de99c28ea8f1cd7fe8361f
URL:
https://github.com/kamailio/kamailio/commit/00fb95b51572d0b057de99c28ea8f1c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-12-05T13:01:15+01:00
modules: readme files regenerated - cfgt ... [skip ci]
---
Modified: src/modules/cfgt/README
---
Diff:
https://github.com/kamailio/kamailio/commit/00fb95b51572d0b057de99c28ea8f1c…
Patch:
https://github.com/kamailio/kamailio/commit/00fb95b51572d0b057de99c28ea8f1c…
---
diff --git a/src/modules/cfgt/README b/src/modules/cfgt/README
index 0db7b5ed26..6cad032f14 100644
--- a/src/modules/cfgt/README
+++ b/src/modules/cfgt/README
@@ -32,6 +32,8 @@ Victor Seva
4. RPC Commands
4.1. cfgt.mask
+ 4.2. cfgt.list
+ 4.3. cfgt.clean
5. Usage
6. Report format
@@ -61,6 +63,8 @@ Chapter 1. Admin Guide
4. RPC Commands
4.1. cfgt.mask
+ 4.2. cfgt.list
+ 4.3. cfgt.clean
5. Usage
6. Report format
@@ -144,6 +148,8 @@ modparam("cfgt", "callid_prefix",
"TEST-ID%")
4. RPC Commands
4.1. cfgt.mask
+ 4.2. cfgt.list
+ 4.3. cfgt.clean
4.1. cfgt.mask
@@ -159,6 +165,43 @@ modparam("cfgt", "callid_prefix",
"TEST-ID%")
kamcmd cfgt.mask 32
...
+4.2. cfgt.list
+
+ Lists reports info in memory.
+
+ Name: cfgt.list
+
+ Example:
+...
+kamcmd cfgt.list
+{
+ uuid: unknown
+ msgid: 2
+}
+{
+ uuid: whatever
+ msgid: 1
+}
+200 ok
+...
+
+4.3. cfgt.clean
+
+ Removes reports from disk and cleans info in memory.
+
+ Name: cfgt.clean
+
+ Parameters:
+ * report : string value
+ use 'all' to clean any report
+
+ Example:
+...
+kamcmd cfgt.clean unknown
+...
+kamcmd cfgt.clean all
+...
+
5. Usage
This module is used by the debugger module, so it must be loaded first.