Module: kamailio Branch: master Commit: 0374befe491522e0bcdf005477f1d26b20d6b8fe URL: https://github.com/kamailio/kamailio/commit/0374befe491522e0bcdf005477f1d26b...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-07-04T14:31:17+02:00
modules: readme files regenerated - cdp ...
---
Modified: modules/cdp/README
---
Diff: https://github.com/kamailio/kamailio/commit/0374befe491522e0bcdf005477f1d26b... Patch: https://github.com/kamailio/kamailio/commit/0374befe491522e0bcdf005477f1d26b...
---
diff --git a/modules/cdp/README b/modules/cdp/README index 1eec91d..964afea 100644 --- a/modules/cdp/README +++ b/modules/cdp/README @@ -33,6 +33,7 @@ Richard Good 4.1. config_file (string) 4.2. latency_threshold (int) 4.3. workerq_length_threshold_percentage (int) + 4.4. debug_heavy (int)
5. RPC Commands
@@ -123,7 +124,8 @@ Richard Good 1.1. Set config_file parameter 1.2. Set latency_threshold parameter 1.3. Set workerq_length_threshold_percentage parameter - 1.4. DiameterPeer.xml example + 1.4. Set debug_heavy parameter + 1.5. DiameterPeer.xml example
Chapter 1. Admin Guide
@@ -141,6 +143,7 @@ Chapter 1. Admin Guide 4.1. config_file (string) 4.2. latency_threshold (int) 4.3. workerq_length_threshold_percentage (int) + 4.4. debug_heavy (int)
5. RPC Commands
@@ -207,6 +210,7 @@ Chapter 1. Admin Guide 4.1. config_file (string) 4.2. latency_threshold (int) 4.3. workerq_length_threshold_percentage (int) + 4.4. debug_heavy (int)
4.1. config_file (string)
@@ -244,6 +248,19 @@ modparam("cdp", "latency_threshold", 1000) modparam("cdp", "workerq_length_threshold_percentage", 25) ...
+4.4. debug_heavy (int) + + Flag to enable a more verbose log, which tells you more details about + peers. This is disabled by default because it brings to a log too much + verbose in DBG mode Can be enabled upon needs + + Default value is “0”. + + Example 1.4. Set debug_heavy parameter +... +modparam("cdp", "debug_heavy", 1) +... + 5. RPC Commands
5.1. cdp.disable_peer @@ -269,7 +286,7 @@ modparam("cdp", "workerq_length_threshold_percentage", 25) This is an example CDP configuration file. The location of this file is configured as a CDP parameter (config_file) - See section 4.1 Above
- Example 1.4. DiameterPeer.xml example + Example 1.5. DiameterPeer.xml example <?xml version="1.0" encoding="UTF-8"?> <!--