Update fax_to_email.php

This commit is contained in:
FusionPBX 2022-04-02 23:04:23 -06:00 committed by GitHub
parent 929d8cbaab
commit f71e6563e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ if (!function_exists('fax_split_dtmf')) {
fclose($fp);
}
}
else {
if ($fax_send_mode == 'enqueue') {
$wav_file = '';
$response = fax_enqueue($fax_uuid, $fax_file, $wav_file, $mailto_address, $fax_uri, $fax_dtmf, $dial_string);
}