Update dialplan.php
This commit is contained in:
parent
9e3bfdd7bc
commit
ee274b03db
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue