Complete the support for the dialplan xml templates to support context.

This commit is contained in:
Mark Crane
2012-07-10 16:37:53 +00:00
parent 613c7ae678
commit c7f83d32ed
2 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
$dialplan = new dialplan;
$dialplan->domain_uuid = $domain_uuid;
$dialplan->dialplan_order = $dialplan_order;
$dialplan->dialplan_context = $context;
$dialplan->default_context = $context;
if ($display_type == "text") {
$dialplan->display_type = 'text';
}