From 41975bd9d757a395c6b6e330a8ad243aefde4c4e Mon Sep 17 00:00:00 2001 From: Giacomo Vacca Date: Fri, 18 Dec 2015 08:25:12 +0000 Subject: [PATCH] cfgt: recompiled README --- modules/cfgt/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/cfgt/README b/modules/cfgt/README index dca039d7d2d..d65d5606d68 100644 --- a/modules/cfgt/README +++ b/modules/cfgt/README @@ -140,6 +140,11 @@ modparam("cfgt", "callid_prefix", "TEST-ID%") Example of configuration: ... #!ifdef WITH_DEBUG +loadmodule "cfgt.so" +loadmodule "debugger.so" +#!endif +... +#!ifdef WITH_DEBUG # ----- cfgt params ----- modparam("cfgt", "basedir", "/tmp/kamailio/cfgtest") modparam("cfgt", "callid_prefix", "TRACE-ID%")