From ed5dab1bdca671116c303b32ce38ed2df7bfe25b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Mar 2019 04:26:00 -0600 Subject: [PATCH] Update user_dashboard.php --- core/user_settings/user_dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 206132e61a..b95bc0f39f 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -428,7 +428,7 @@ direction = 'inbound' or direction = 'local' ) - and bridge_uuid is null + and (missed_call = true or bridge_uuid is null) and destination_number in ('".implode("','",$assigned_extensions)."') and ("; $x = 0;