From ab9140e9608acfc47e8bc278a2cd5f34902b9914 Mon Sep 17 00:00:00 2001 From: MCohenAuravox <92817493+MCohenAuravox@users.noreply.github.com> Date: Mon, 6 Dec 2021 11:40:45 -0600 Subject: [PATCH] Update fax_send.php (#6067) Send redirects to new Outbox feature --- 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 722088ba87..5f7b313059 100644 --- a/app/fax/fax_send.php +++ b/app/fax/fax_send.php @@ -811,7 +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_files.php?id=".$fax_uuid."&box=sent"); + header("Location: fax_outbox.php?id=".$fax_uuid); } exit; }