Use this for now until FAX queue is prepared better.

This commit is contained in:
FusionPBX 2022-04-05 14:01:56 -06:00 committed by GitHub
parent b5ccc12050
commit 3f8e4328fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -778,7 +778,8 @@ if (!function_exists('fax_split_dtmf')) {
if (!$included && is_uuid($fax_uuid)) { if (!$included && is_uuid($fax_uuid)) {
message::add($response, 'default'); message::add($response, 'default');
if (isset($_SESSION['fax']['send_mode']['text']) && $_SESSION['fax']['send_mode']['text'] == 'queue') { 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 { else {
header("Location: fax_files.php?id=".$fax_uuid."&box=sent"); header("Location: fax_files.php?id=".$fax_uuid."&box=sent");