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) {