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