Update v_xml_cdr_import.php

This commit is contained in:
FusionPBX
2017-05-29 10:48:30 -06:00
committed by GitHub
parent 6918181786
commit a787715900

View File

@@ -169,6 +169,7 @@
}
$database->fields['caller_id_name'] = check_str(urldecode($row->caller_profile->caller_id_name));
$database->fields['caller_id_number'] = check_str(urldecode($row->caller_profile->caller_id_number));
$database->fields['caller_destination_number'] = check_str(urldecode($row->caller_profile->destination_number));
$x++;
}
unset($x);