Browse Source

use proper variable for resetting associations

update-rsyslog-config
lazedo 7 years ago
parent
commit
a15ec5a060
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/dispatcher-role.cfg

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

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


Loading…
Cancel
Save