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:
parent
8b1c6feabb
commit
c42890d4f1
|
|
@ -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." </td>\n";
|
||||
echo "</tr>\n";
|
||||
if ($c==0) { $c=1; } else { $c=0; }
|
||||
} //end if uuid_exists
|
||||
}
|
||||
echo "</table>\n";
|
||||
echo "</br>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue