Remove the uuid_exists from call center activity page to fix a problem it caused and improve the call center efficiency

This commit is contained in:
Mark Crane 2014-07-10 21:05:06 +00:00
parent 8b1c6feabb
commit c42890d4f1
1 changed files with 52 additions and 55 deletions

View File

@ -286,8 +286,6 @@ else {
$q_answered=0;
foreach ($result as $row) {
$switch_cmd = 'uuid_exists '.$row['session_uuid'];
if (trim(event_socket_request($fp, 'api '.$switch_cmd)) == "true") {
$queue = $row['queue'];
$system = $row['system'];
$uuid = $row['uuid'];
@ -348,7 +346,6 @@ else {
echo "<td valign='top' class='".$row_style[$c]."'>".$serving_agent."&nbsp;</td>\n";
echo "</tr>\n";
if ($c==0) { $c=1; } else { $c=0; }
} //end if uuid_exists
}
echo "</table>\n";
echo "</br>";