mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use this for now until FAX queue is prepared better.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user