Browse Source

filter log for external reply

master
lazedo 6 years ago
parent
commit
675cd158e1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      kamailio/default.cfg

+ 3
- 1
kamailio/default.cfg View File

@ -639,7 +639,9 @@ route[EXTERNAL_TO_INTERNAL_RELAY]
onreply_route[EXTERNAL_REPLY]
{
xlog("L_INFO", "$ci|log|external reply $T_reply_code $T_reply_reason\n");
if ($rs < 300) {
xlog("L_INFO", "$ci|log|external reply $T_reply_code $T_reply_reason\n");
}
if($rs == 100) {
if($sel(cfg_get.kazoo.use_progressive_timers) == 1) {


Loading…
Cancel
Save