From eade7fc9f0f1788efcc73f893bdb391526d8eed0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 17 Jun 2019 02:00:43 -0600 Subject: [PATCH] Update call_center_exec.php --- app/call_center_active/call_center_exec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_center_active/call_center_exec.php b/app/call_center_active/call_center_exec.php index 0598d44e8a..d278b901b7 100644 --- a/app/call_center_active/call_center_exec.php +++ b/app/call_center_active/call_center_exec.php @@ -73,7 +73,7 @@ //validate the command switch ($command) { case "eavesdrop": - $switch_command = "originate {origination_caller_id_name=eavesdrop,origination_caller_id_number=".$extension."}user/".$_SESSION['user']['extension'][0]['user']."@".$_SESSION['domain_name']." eavesdrop(".$uuid.")"; + $switch_command = "originate {origination_caller_id_name=eavesdrop,origination_caller_id_number=".$extension."}user/".$_SESSION['user']['extension'][0]['user']."@".$_SESSION['domain_name']." &eavesdrop(".$uuid.")"; break; case "uuid_transfer": $switch_command = "uuid_transfer ".$uuid." -bleg ".$_SESSION['user']['extension'][0]['user']." XML ".$_SESSION['domain_name'];