From ee331f8643bf7a3531078afef10e1dbcd205c267 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 13 Mar 2015 19:17:14 +0000 Subject: [PATCH] Adjust the debug code for call center agent status. --- app/call_center/call_center_agent_status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_center/call_center_agent_status.php b/app/call_center/call_center_agent_status.php index 9c0c0cf940..2252d0e7c4 100644 --- a/app/call_center/call_center_agent_status.php +++ b/app/call_center/call_center_agent_status.php @@ -112,7 +112,7 @@ else { $event_socket_str = trim(event_socket_request($fp, 'api '.$switch_cmd)); $call_center_agents = csv_to_named_array($event_socket_str, '|'); //echo "
\n";
-	//print_r($agents);
+	//print_r($call_center_agents);
 	//echo "
\n"; //get the agent status from mod_callcenter and update the agent status in the agents array @@ -132,7 +132,7 @@ else { } //echo "
\n";
-	//print_r($call_center_agents);
+	//print_r($agents);
 	//echo "
\n"; //set the status on the user_array by using the extension as the key