From e113303e9c35be37ab427d351dc683a7b3fe849f Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 13 Dec 2018 08:48:38 +0000 Subject: [PATCH] fix sip trace config initialization --- kamailio/sip_trace-role.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamailio/sip_trace-role.cfg b/kamailio/sip_trace-role.cfg index 736975d..6fb847b 100644 --- a/kamailio/sip_trace-role.cfg +++ b/kamailio/sip_trace-role.cfg @@ -4,8 +4,8 @@ ## kamcmd cfg.seti kazoo trace_external 0 ## kamcmd cfg.seti kazoo trace_internal 0 -kazoo.trace_external = KZ_TRACE_INTERNAL descr "activates tracing from external sources" -kazoo.trace_internal = KZ_TRACE_EXTERNAL descr "activates tracing from internal sources" +kazoo.trace_external = KZ_TRACE_EXTERNAL descr "activates tracing from external sources" +kazoo.trace_internal = KZ_TRACE_INTERNAL descr "activates tracing from internal sources" kazoo.trace_internal_incoming = KZ_TRACE_INTERNAL_INCOMING descr "traces the original request as received from internal sources" kazoo.trace_internal_outgoing = KZ_TRACE_INTERNAL_OUTGOING descr "traces the outgoing request to external sources after possible modification"