Update app_defaults.php
Remove the context from app defaults.
This commit is contained in:
@@ -72,7 +72,6 @@
|
|||||||
//dialplan class
|
//dialplan class
|
||||||
$dialplan = new dialplan;
|
$dialplan = new dialplan;
|
||||||
$dialplan->dialplan_order = $dialplan_order;
|
$dialplan->dialplan_order = $dialplan_order;
|
||||||
$dialplan->default_context = $domain_name;
|
|
||||||
if ($display_type == "text") {
|
if ($display_type == "text") {
|
||||||
$dialplan->display_type = 'text';
|
$dialplan->display_type = 'text';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user