Browse Source

HELP-21051 reselect when associated media is unavailable (#77)

if the associated media is unavailable, clear the association and reselect
3.22
lazedo 10 years ago
committed by bitbashing
parent
commit
d0eab21f59
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      kamailio/dispatcher-role.cfg

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

@ -104,7 +104,8 @@ route[DISPATCHER_FIND_ROUTES]
$var(prefered_route) = $sht(associations=>$var(contact_uri));
xlog("L_INFO", "$ci|log|found association for contact uri $var(contact_uri)");
if (!route(DISPATCHER_REORDER_ROUTES)) {
$sht(associations=>$var(association)) = $null;
$sht(associations=>$var(contact_uri)) = $null;
route(DISPATCHER_FIND_ROUTES);
}
}
}


Loading…
Cancel
Save