Update fax_to_email.php
This commit is contained in:
parent
929d8cbaab
commit
f71e6563e7
|
|
@ -536,7 +536,7 @@ if (!function_exists('fax_split_dtmf')) {
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
if ($fax_send_mode == 'enqueue') {
|
||||||
$wav_file = '';
|
$wav_file = '';
|
||||||
$response = fax_enqueue($fax_uuid, $fax_file, $wav_file, $mailto_address, $fax_uri, $fax_dtmf, $dial_string);
|
$response = fax_enqueue($fax_uuid, $fax_file, $wav_file, $mailto_address, $fax_uri, $fax_dtmf, $dial_string);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue