From 2c7715dcfd36c7a5536ca79f9c963bcc82dae0d4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 23 Nov 2016 05:24:33 -0700 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/resources/classes/xml_cdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/resources/classes/xml_cdr.php b/app/xml_cdr/resources/classes/xml_cdr.php index 1943551838..6abc96e56a 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -676,7 +676,7 @@ if (!class_exists('xml_cdr')) { $sql .= " or \n"; $sql .= " (e.number_alias is not null and (caller_id_number = e.number_alias or destination_number = e.number_alias))\n"; $sql .= ")\n"; - $sql .= "and (answer_stamp is not null and bridge_uuid is null) \n"; + $sql .= "and (answer_stamp is null and bridge_uuid is null) \n"; $sql .= "and direction = 'inbound' \n"; if (!$this->include_internal) { $sql .= " and (direction = 'inbound' or direction = 'outbound') \n";