Skip to content

Commit

Permalink
warn when call in replaces header is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed Mar 1, 2017
1 parent 255bf90 commit e96f775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kamailio/fast-pickup-role.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ route[FAST_PICKUP_ATTEMPT]
route(EXTERNAL_TO_INTERNAL_RELAY);
exit();
} 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");
}
} else {
Expand Down

0 comments on commit e96f775

Please sign in to comment.