Update dialplan.php

This commit is contained in:
FusionPBX 2019-04-10 12:37:38 -06:00 committed by GitHub
parent 9e3bfdd7bc
commit ee274b03db
1 changed files with 6 additions and 0 deletions

View File

@ -414,6 +414,12 @@ include "root.php";
$this->dialplan_detail_tag = 'anti-action';
$this->dialplan_detail_type = $row2['@attributes']['application'];
$this->dialplan_detail_data = $row2['@attributes']['data'];
if (strlen($row2['@attributes']['inline']) > 0) {
$this->dialplan_detail_inline = $row2['@attributes']['inline'];
}
else {
$this->dialplan_detail_inline = null;
}
$this->dialplan_detail_group = $group;
$this->dialplan_detail_order = $order;
$this->dialplan_detail_add();