mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
outbound_route_to_bridge break only after matching a route
Changing this to behave like a call in the dialplan only break if a matching outbound route has been found.
This commit is contained in:
@@ -413,7 +413,7 @@ function outbound_route_to_bridge($domain_uuid, $destination_number, array $chan
|
||||
}
|
||||
}
|
||||
|
||||
if ($dialplan["dialplan_continue"] == "false") {
|
||||
if (!empty($bridge_array) && $dialplan["dialplan_continue"] == "false") {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user