From b3fc6e6857c61e0be1a925e2c2ea7bbbd30f69d2 Mon Sep 17 00:00:00 2001 From: "M. Skenderian" Date: Thu, 16 Jun 2022 09:04:28 -0700 Subject: [PATCH] removed duplicate code (#6410) Co-authored-by: mskenderian --- app/fax_queue/resources/job/fax_send.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/fax_queue/resources/job/fax_send.php b/app/fax_queue/resources/job/fax_send.php index 452954a4e7..92c1f92f47 100644 --- a/app/fax_queue/resources/job/fax_send.php +++ b/app/fax_queue/resources/job/fax_send.php @@ -297,12 +297,6 @@ 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 if ($fax_retry_count == 0) { $fax_options = "";