From 3cbc25d669dbe707a227853f44981bd0cb7779cb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 29 Jan 2018 17:25:40 -0700 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/resources/classes/xml_cdr.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/xml_cdr/resources/classes/xml_cdr.php b/app/xml_cdr/resources/classes/xml_cdr.php index d3ad15dee9..aa5423ca35 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -136,8 +136,13 @@ if (!class_exists('xml_cdr')) { $this->fields[] = "cc_queue_joined_epoch"; $this->fields[] = "cc_queue"; $this->fields[] = "cc_member_session_uuid"; + $this->fields[] = "cc_agent_uuid"; $this->fields[] = "cc_agent"; $this->fields[] = "cc_agent_type"; + $this->fields[] = "cc_agent_bridged"; + $this->fields[] = "cc_queue_answered_epoch"; + $this->fields[] = "cc_queue_terminated_epoch"; + $this->fields[] = "cc_cause"; $this->fields[] = "waitsec"; $this->fields[] = "conference_name"; $this->fields[] = "conference_uuid";