Browse Source

KAZOO-3494 fix FAST_PICKUP_CHK call in dispatcher

3.20
lazedo 11 years ago
committed by karl anderson
parent
commit
be11631479
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/dispatcher-role.cfg

+ 1
- 1
kamailio/dispatcher-role.cfg View File

@ -70,7 +70,7 @@ route[DISPATCHER_FIND_ROUTES]
#!endif
#!ifdef FAST_PICKUP-ROLE
route(FAST_PICKUP);
route(FAST_PICKUP_CHK);
#!endif
if (!ds_select_dst("$var(ds_group)", "0") || $(avp(ds_dst)[0]) == $null) {


Loading…
Cancel
Save