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; }