Browse Source

warn when call in replaces header is not found

4.1
lazedo 9 years ago
parent
commit
e96f775046
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/fast-pickup-role.cfg

+ 1
- 0
kamailio/fast-pickup-role.cfg View File

@ -48,6 +48,7 @@ route[FAST_PICKUP_ATTEMPT]
route(EXTERNAL_TO_INTERNAL_RELAY); route(EXTERNAL_TO_INTERNAL_RELAY);
exit(); exit();
} else { } else {
xlog("L_WARN", "$ci|log|call-id $var(replaced_call_id) not found in cluster, proceeding with normal dispatch\n");
remove_hf_re("^Replaces"); remove_hf_re("^Replaces");
} }
} else { } else {


Loading…
Cancel
Save