From 7029d3c74f0438fb8292ebb124de891180438a1b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 21 Nov 2017 03:56:58 -0700 Subject: [PATCH] Update calls_active_inc.php --- app/calls_active/calls_active_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/calls_active/calls_active_inc.php b/app/calls_active/calls_active_inc.php index 3e57e0b7d6..d6c966706a 100644 --- a/app/calls_active/calls_active_inc.php +++ b/app/calls_active/calls_active_inc.php @@ -70,7 +70,7 @@ $presence_id_array = explode('@', $row['presence_id']); $row['domain_name'] = $presence_id_array[1]; } - else if (strlen($context) == 0) { + else if (strlen($context) > 0) { if (substr_count($context, '@') > 0) { $context_array = explode('@', $context); $row['domain_name'] = $context_array[1];