When writing the call center conf file use the .noload template file.

This commit is contained in:
markjcrane 2015-07-31 10:05:04 -06:00
parent a7a472c86a
commit aaf6f1f145
1 changed files with 1 additions and 1 deletions

View File

@ -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);