From 0f862c987f354f45e235d40c443918f171c3e200 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 26 Aug 2013 20:42:59 +0000 Subject: [PATCH] Update the path used in app_defaults.php to switch/conf/dialplan. --- app/dialplan/app_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialplan/app_defaults.php b/app/dialplan/app_defaults.php index 0c29797e18..1fe89ff27e 100644 --- a/app/dialplan/app_defaults.php +++ b/app/dialplan/app_defaults.php @@ -66,7 +66,7 @@ } //get the $apps array from the installed apps from the core and mod directories - $xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/resources/xml/dialplan/*.xml"); + $xml_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/resources/switch/conf/dialplan/*.xml"); foreach ($xml_list as &$xml_file) { //get and parse the xml $xml_string = file_get_contents($xml_file);