From 95dd6094e050df30b27102374bbf8221dad8e578 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Oct 2022 15:27:41 -0600 Subject: [PATCH] Removing this because it breaks Missed Call results Missed calls should include hangup_cause NO_ANSWER --- app/xml_cdr/xml_cdr_inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/xml_cdr/xml_cdr_inc.php b/app/xml_cdr/xml_cdr_inc.php index 58491b1539..9a26424c10 100644 --- a/app/xml_cdr/xml_cdr_inc.php +++ b/app/xml_cdr/xml_cdr_inc.php @@ -458,9 +458,6 @@ if (!permission_exists('xml_cdr_lose_race')) { $sql .= "and hangup_cause != 'LOSE_RACE' \n"; } - if (!permission_exists('xml_cdr_enterprise_leg')) { - $sql .= "and (hangup_cause != 'NO_ANSWER' and originating_leg_uuid IS NULL) \n"; - } if (strlen($call_result) > 0) { switch ($call_result) {