From 281979721c8c8798ea60a4b5f7675a79dcee7950 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 22 Oct 2020 02:33:18 -0600 Subject: [PATCH] Update fifo_add.php Change session context to domain_name. --- app/fifo/fifo_add.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fifo/fifo_add.php b/app/fifo/fifo_add.php index ffbe66fbf9..0f34fb5987 100644 --- a/app/fifo/fifo_add.php +++ b/app/fifo/fifo_add.php @@ -103,7 +103,7 @@ $queue_name = $extension_name."@\${domain_name}"; $app_uuid = '16589224-c876-aeb3-f59f-523a1c0801f7'; $dialplan_uuid = uuid(); - $dialplan_context = $_SESSION['context']; + $dialplan_context = $_SESSION['domain_name']; $domain_uuid = $_SESSION['domain_uuid']; $dialplan_detail_order = 0; @@ -406,7 +406,7 @@ //clear the cache $cache = new cache; - $cache->delete("dialplan:".$_SESSION["context"]); + $cache->delete("dialplan:".$_SESSION["domain_name"]); //redirect the user message::add($text['message-add']);