|
@@ -140,6 +140,11 @@ modparam("cfgt", "callid_prefix", "TEST-ID%")
|
|
Example of configuration:
|
|
Example of configuration:
|
|
...
|
|
...
|
|
#!ifdef WITH_DEBUG
|
|
#!ifdef WITH_DEBUG
|
|
|
|
+loadmodule "cfgt.so"
|
|
|
|
+loadmodule "debugger.so"
|
|
|
|
+#!endif
|
|
|
|
+...
|
|
|
|
+#!ifdef WITH_DEBUG
|
|
# ----- cfgt params -----
|
|
# ----- cfgt params -----
|
|
modparam("cfgt", "basedir", "/tmp/kamailio/cfgtest")
|
|
modparam("cfgt", "basedir", "/tmp/kamailio/cfgtest")
|
|
modparam("cfgt", "callid_prefix", "TRACE-ID%")
|
|
modparam("cfgt", "callid_prefix", "TRACE-ID%")
|