Removing this because it breaks Missed Call results

Missed calls should include hangup_cause NO_ANSWER
This commit is contained in:
FusionPBX 2022-10-24 15:27:41 -06:00 committed by GitHub
parent 63e6c5ab66
commit 95dd6094e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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