diff --git a/app/basic_operator_panel/resources/content.php b/app/basic_operator_panel/resources/content.php index 0d234191f7..68c40cdd75 100644 --- a/app/basic_operator_panel/resources/content.php +++ b/app/basic_operator_panel/resources/content.php @@ -319,7 +319,7 @@ if (is_array($activity)) { $ext_state = 'held'; } $dir_icon = 'inbound'; - $call_name = $activity[$ext['cid_num']]['effective_caller_id_name']; + $call_name = $activity[$ext['cid_num']]['effective_caller_id_name'] ?? ''; $call_number = format_phone($ext['cid_num']); } else {