Update xml_cdr.php

This commit is contained in:
FusionPBX
2018-01-29 17:25:40 -07:00
committed by GitHub
parent a045893faa
commit 20219c1735

View File

@@ -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";