Import the dialplan xml files from any app or core directory in the correct path.

This commit is contained in:
Mark Crane 2012-06-06 04:06:38 +00:00
parent 207001be61
commit 9b1a0f6d99
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
}
//get the $apps array from the installed apps from the core and mod directories
$xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/app/dialplan/resources/xml/dialplan/*.xml");
$xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/resources/xml/dialplan/*.xml");
foreach ($xml_list as &$xml_file) {
//get and parse the xml
$xml_string = file_get_contents($xml_file);