Removing this because it breaks Missed Call results
Missed calls should include hangup_cause NO_ANSWER
This commit is contained in:
parent
63e6c5ab66
commit
95dd6094e0
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue