Update app_defaults.php
Remove the context from app defaults.
This commit is contained in:
parent
6a434f6cf9
commit
4fcd8be55f
|
|
@ -72,7 +72,6 @@
|
|||
//dialplan class
|
||||
$dialplan = new dialplan;
|
||||
$dialplan->dialplan_order = $dialplan_order;
|
||||
$dialplan->default_context = $domain_name;
|
||||
if ($display_type == "text") {
|
||||
$dialplan->display_type = 'text';
|
||||
}
|
||||
|
|
@ -113,4 +112,4 @@
|
|||
}
|
||||
}
|
||||
*/
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue