Update content.php
This commit is contained in:
parent
cf8087916b
commit
3ceea47824
|
|
@ -319,7 +319,7 @@ if (is_array($activity)) {
|
||||||
$ext_state = 'held';
|
$ext_state = 'held';
|
||||||
}
|
}
|
||||||
$dir_icon = 'inbound';
|
$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']);
|
$call_number = format_phone($ext['cid_num']);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue