Browse Source

KAZOO-3494: updated the route name again to avoid confusion

3.20
karl anderson 11 years ago
parent
commit
708063d3a2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      kamailio/dispatcher-role.cfg
  2. +1
    -1
      kamailio/fast-pickup-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(ATTEMPT_FAST_PICKUP);
#!endif
if (!ds_select_dst("$var(ds_group)", "0") || $(avp(ds_dst)[0]) == $null) {


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

@ -2,7 +2,7 @@
modparam("htable", "htable", "fp=>size=32;autoexpire=3600;");
route[FAST_PICKUP]
route[ATTEMPT_FAST_PICKUP]
{
if (!is_method("INVITE")) {
return;


Loading…
Cancel
Save