Browse Source

restrict ack's that need tracing

credits to sergey-safarov for noticing
update-rsyslog-config
lazedo 7 years ago
parent
commit
cb746053de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -887,7 +887,7 @@ onsend_route {
} }
#!ifdef SIP_TRACE_ROLE #!ifdef SIP_TRACE_ROLE
if (is_method("ACK")) {
if (is_method("ACK") && isflagset(FLAG_SIP_TRACE)) {
sip_trace(); sip_trace();
} }
#!endif #!endif


Loading…
Cancel
Save