Add app/dialplan/ to the dialplan class path.
This commit is contained in:
@@ -1269,7 +1269,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
||||
//print_r($install->result);
|
||||
|
||||
//create the dialplan/default.xml for single tenant or dialplan/domain.xml
|
||||
require_once "resources/classes/dialplan.php";
|
||||
require_once "app/dialplan/resources/classes/dialplan.php";
|
||||
$dialplan = new dialplan;
|
||||
$dialplan->domain_uuid = $_SESSION["domain_uuid"];
|
||||
$dialplan->domain = $domain_name;
|
||||
|
||||
@@ -2466,7 +2466,7 @@ if (!function_exists('save_call_center_xml')) {
|
||||
global $db, $domain_uuid;
|
||||
|
||||
//include the classes
|
||||
include "resources/classes/dialplan.php";
|
||||
include "app/dialplan/resources/classes/dialplan.php";
|
||||
|
||||
$sql = "select * from v_call_center_queues ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
|
||||
Reference in New Issue
Block a user