From c00563efd8fb68c9e158e25ba232ff06203124bb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 31 Jan 2020 21:28:29 -0700 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/resources/classes/xml_cdr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/resources/classes/xml_cdr.php b/app/xml_cdr/resources/classes/xml_cdr.php index 2e1e9ade98..84ed55ad70 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -315,8 +315,8 @@ if (!class_exists('xml_cdr')) { } //get the caller details - $caller_id_name = urldecode($xml->variables->effective_caller_id_name); - $caller_id_number = urldecode($xml->variables->effective_caller_id_number); + $caller_id_name = urldecode($xml->variables->caller_id_name); + $caller_id_number = urldecode($xml->variables->caller_id_number); if (isset($xml->variables->effective_caller_id_name)) { $caller_id_name = urldecode($xml->variables->effective_caller_id_name); }