From aaf6f1f1456c1a7cd478f2274ddb98de1cd80716 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 31 Jul 2015 10:05:04 -0600 Subject: [PATCH] When writing the call center conf file use the .noload template file. --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index fcae5f6117..5b6e428a37 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -2226,7 +2226,7 @@ if (!function_exists('save_call_center_xml')) { } //get the contents of the template - $file_contents = file_get_contents($path."/autoload_configs/callcenter.conf.xml"); + $file_contents = file_get_contents($path."/autoload_configs/callcenter.conf.xml.noload"); //add the Call Center Queues, Agents and Tiers to the XML config $file_contents = str_replace("{v_queues}", $v_queues, $file_contents);