diff --git a/app/dialplan/app_defaults.php b/app/dialplan/app_defaults.php index 2ad743083b..4e35ebf172 100644 --- a/app/dialplan/app_defaults.php +++ b/app/dialplan/app_defaults.php @@ -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 @@ } } */ -?> \ No newline at end of file +?>