Browse Source

fix sip trace config initialization

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
e113303e9c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/sip_trace-role.cfg

+ 2
- 2
kamailio/sip_trace-role.cfg View File

@ -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"


Loading…
Cancel
Save