Browse Source

add "pass" log to early return

4.3
lazedo 6 years ago
parent
commit
9ce20f996e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

@ -790,6 +790,7 @@ failure_route[INTERNAL_FAULT]
if (!is_method("INVITE") || has_totag()) {
xlog("L_INFO", "$ci|failure|internal reply $T_reply_code $T_reply_reason\n");
xlog("L_INFO", "$ci|pass|$si:$sp\n");
return;
}


Loading…
Cancel
Save