removed duplicate code (#6410)
Co-authored-by: mskenderian <michael@wireprosolutions.com>
This commit is contained in:
co-authored by
mskenderian
parent
0e3f286ff7
commit
b3fc6e6857
@@ -297,12 +297,6 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
//check if the uuid exists if it does then end the script
|
|
||||||
if (trim(event_socket_request($fp, "api uuid_exists ".$origination_uuid)) == 'true') {
|
|
||||||
echo "FAX job in progress.\n";
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
//fax options, first attempt use the fax variables from settings
|
//fax options, first attempt use the fax variables from settings
|
||||||
if ($fax_retry_count == 0) {
|
if ($fax_retry_count == 0) {
|
||||||
$fax_options = "";
|
$fax_options = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user