Browse Source

KAZOO-4989 reply error if pickup cookie not found (#96)

4.0
lazedo 9 years ago
committed by bitbashing
parent
commit
b7b63a4922
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      kamailio/fast-pickup-role.cfg

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

@ -24,6 +24,10 @@ route[FAST_PICKUP_ATTEMPT]
xlog("L_INFO", "$ci|log|call-id fast pickup call $var(replaced_call_id), redirecting to $du\n");
route(EXTERNAL_TO_INTERNAL_RELAY);
exit();
} else {
xlog("L_INFO", "$ci|log|call-id fast pickup call not found $ru\n");
send_reply("404", "Not Found");
exit();
}
}


Loading…
Cancel
Save