From 5742787a57e7c20152be83404dc233a1a8f6056d Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 25 Mar 2013 17:02:02 +0000 Subject: [PATCH] Remove effective_ from the caller id on the hunt group. --- includes/lib_switch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index 13e829c8f2..7471fd2f08 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -2288,8 +2288,8 @@ function save_hunt_group_xml() { $tmp .= "uuid = session:getVariable(\"uuid\");\n"; $tmp .= "dialed_extension = session:getVariable(\"dialed_extension\");\n"; $tmp .= "domain_name = session:getVariable(\"domain_name\");\n"; - $tmp .= "caller_id_name = session:getVariable(\"effective_caller_id_name\");\n"; - $tmp .= "caller_id_number = session:getVariable(\"effective_caller_id_number\");\n"; + $tmp .= "caller_id_name = session:getVariable(\"caller_id_name\");\n"; + $tmp .= "caller_id_number = session:getVariable(\"caller_id_number\");\n"; $tmp .= "outbound_caller_id_name = session:getVariable(\"outbound_caller_id_name\");\n"; $tmp .= "outbound_caller_id_number = session:getVariable(\"outbound_caller_id_number\");\n"; $tmp .= "\n";