Update v_xml_cdr_import.php
This commit is contained in:
@@ -169,6 +169,8 @@
|
|||||||
$database->fields['cc_agent_bridged'] = check_str(urldecode($xml->variables->cc_agent_bridged));
|
$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_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_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['cc_cause'] = check_str(urldecode($xml->variables->cc_cause));
|
||||||
$database->fields['waitsec'] = check_str(urldecode($xml->variables->waitsec));
|
$database->fields['waitsec'] = check_str(urldecode($xml->variables->waitsec));
|
||||||
//app info
|
//app info
|
||||||
|
|||||||
Reference in New Issue
Block a user