Operator Panel: Fix to show Status of User assigned to an Extension.
This commit is contained in:
parent
a3883ec8ae
commit
6f2cde7523
|
|
@ -30,7 +30,7 @@ function get_call_activity() {
|
|||
foreach($extensions as &$row) {
|
||||
if ($row['user_uuid'] != '') {
|
||||
$ext_user_status[$row['user_uuid']] = $row['user_status'];
|
||||
unset($row['user_uuid'], $row['user_status']);
|
||||
unset($row['user_status']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue