From 3f8e4328fe2df6cfc31f3c8881ed5986641cd42f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 5 Apr 2022 14:01:56 -0600 Subject: [PATCH] Use this for now until FAX queue is prepared better. --- app/fax/fax_send.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/fax/fax_send.php b/app/fax/fax_send.php index c6f1c99534..4836bcf2f7 100644 --- a/app/fax/fax_send.php +++ b/app/fax/fax_send.php @@ -778,7 +778,8 @@ if (!function_exists('fax_split_dtmf')) { if (!$included && is_uuid($fax_uuid)) { message::add($response, 'default'); if (isset($_SESSION['fax']['send_mode']['text']) && $_SESSION['fax']['send_mode']['text'] == 'queue') { - header("Location: ".PROJECT_PATH."/app/fax_queue/fax_queue.php?id=".$fax_uuid); + //header("Location: ".PROJECT_PATH."/app/fax_queue/fax_queue.php?id=".$fax_uuid); + header("Location: ".PROJECT_PATH."/app/fax/fax.php"); } else { header("Location: fax_files.php?id=".$fax_uuid."&box=sent");