mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
illogical condition specified in fax_send (#6812)
This commit is contained in:
@@ -738,7 +738,7 @@ if (!function_exists('fax_split_dtmf')) {
|
||||
$channel_variables["toll_allow"] = !empty($fax_toll_allow) ? $fax_toll_allow : null;
|
||||
$route_array = outbound_route_to_bridge($domain_uuid, $fax_prefix . $fax_number, $channel_variables);
|
||||
|
||||
if (!empty($route_array) && count($route_array) == 0) {
|
||||
if (empty($route_array)) {
|
||||
//send the internal call to the registered extension
|
||||
$fax_uri = "user/".$fax_number."@".$domain_name;
|
||||
$fax_variables = '';
|
||||
@@ -1178,5 +1178,3 @@ function showgrid($pdf) {
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user