Add 'switch_' to the dialplan class filen name.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
$dialplan_order = 0;
|
||||
}
|
||||
//dialplan class
|
||||
require_once "includes/classes/dialplan.php";
|
||||
require_once "includes/classes/switch_dialplan.php";
|
||||
$dialplan = new dialplan;
|
||||
$dialplan->domain_uuid = $domain_uuid;
|
||||
$dialplan->dialplan_order = $dialplan_order;
|
||||
|
||||
Reference in New Issue
Block a user