mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change the dialplan context to the domain name.
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
$dialplan = new dialplan;
|
||||
$dialplan->domain_uuid = $domain_uuid;
|
||||
$dialplan->dialplan_order = $dialplan_order;
|
||||
$dialplan->default_context = $context;
|
||||
$dialplan->default_context = $domain_name;
|
||||
if ($display_type == "text") {
|
||||
$dialplan->display_type = 'text';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user