From 04dcdce88d116d28cac4aebea58cfae881db7145 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 27 Oct 2016 13:19:48 -0600 Subject: [PATCH] Update call_center_queue_edit.php --- app/call_centers/call_center_queue_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index 1c52efa549..98aafc7bf7 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -242,7 +242,7 @@ $dialplan["app_uuid"] = "95788e50-9500-079e-2807-fd530b0ea370"; //set the queue name - $_POST["call_center_tiers"][0]["queue_name"] = $queue_name."@".$_SESSION['domain_name']; + $_POST["call_center_tiers"][0]["queue_name"] = $queue_name; //check for to make sure the agent_name was provided if not then remove from the array if (strlen($_POST["call_center_tiers"][0]["agent_name"]) == 0) {