From 7e2d5a3b6d9e0a527cacb2c92eb7101cc9970e19 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Feb 2018 10:17:14 -0700 Subject: [PATCH] Update v_xml_cdr_import.php --- app/xml_cdr/v_xml_cdr_import.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/xml_cdr/v_xml_cdr_import.php b/app/xml_cdr/v_xml_cdr_import.php index e920108fbd..fd369a47bd 100644 --- a/app/xml_cdr/v_xml_cdr_import.php +++ b/app/xml_cdr/v_xml_cdr_import.php @@ -169,6 +169,8 @@ $database->fields['cc_agent_bridged'] = check_str(urldecode($xml->variables->cc_agent_bridged)); $database->fields['cc_queue_answered_epoch'] = check_str(urldecode($xml->variables->cc_queue_answered_epoch)); $database->fields['cc_queue_terminated_epoch'] = check_str(urldecode($xml->variables->cc_queue_terminated_epoch)); + $database->fields['cc_queue_canceled_epoch'] = check_str(urldecode($xml->variables->cc_queue_canceled_epoch)); + $database->fields['cc_cancel_reason'] = check_str(urldecode($xml->variables->cc_cancel_reason)); $database->fields['cc_cause'] = check_str(urldecode($xml->variables->cc_cause)); $database->fields['waitsec'] = check_str(urldecode($xml->variables->waitsec)); //app info