From 3778e449f5887cb063365ffe84047b3e1aa5a63b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 10 Dec 2021 20:21:03 -0700 Subject: [PATCH] Change back to original fax_files.php as the fax_outbound.php is not ready. --- app/fax/fax_send.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fax/fax_send.php b/app/fax/fax_send.php index 5f7b313059..873dec34ab 100644 --- a/app/fax/fax_send.php +++ b/app/fax/fax_send.php @@ -811,8 +811,8 @@ if (!function_exists('fax_split_dtmf')) { header("Location: fax_active.php?id=".$fax_uuid); } else { - //header("Location: fax_files.php?id=".$fax_uuid."&box=sent"); - header("Location: fax_outbox.php?id=".$fax_uuid); + header("Location: fax_files.php?id=".$fax_uuid."&box=sent"); + //header("Location: fax_outbox.php?id=".$fax_uuid); } exit; }