From 3ceea47824e57a1a06d82600322811f15c6784bd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 29 May 2024 14:08:09 -0600 Subject: [PATCH] Update content.php --- app/basic_operator_panel/resources/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {