Browse Source

always check ds list 2 if not found

3.17
karl anderson 12 years ago
parent
commit
fa88eb7ab7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/dispatcher-role.cfg

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

@ -112,7 +112,7 @@ route[DISPATCHER_REORDER_ROUTES]
$var(i) = $var(i) + 1;
}
if ($var(ds_group) == 1 && !$var(found) && ds_select_dst("2", "0")) {
if (!$var(found) && ds_select_dst("2", "0")) {
$var(i) = 0;
while($(avp(ds_dst)[$var(i)]) != $null) {
if($(avp(ds_dst)[$var(i)]) == $var(prefered_route)) {


Loading…
Cancel
Save