Fixed "Failed" call status in CDR
Re-implemented the commented out "Failed" call status SQL filter. It was no different than leaving the "Call status" search box empty. Removed the send_refuse restriction.
This commit is contained in:
parent
56a318b2f0
commit
d150f16b9d
|
|
@ -453,7 +453,8 @@
|
||||||
))";
|
))";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default: //failed
|
default:
|
||||||
|
$sql .= "and (answer_stamp is null and bridge_uuid is null and duration = 0) ";
|
||||||
//$sql .= "and (answer_stamp is null and bridge_uuid is null and billsec = 0 and sip_hangup_disposition = 'send_refuse') ";
|
//$sql .= "and (answer_stamp is null and bridge_uuid is null and billsec = 0 and sip_hangup_disposition = 'send_refuse') ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue