diff --git a/app/dialplans/resources/classes/dialplan.php b/app/dialplans/resources/classes/dialplan.php index f1f3dfcdfa..004d910696 100644 --- a/app/dialplans/resources/classes/dialplan.php +++ b/app/dialplans/resources/classes/dialplan.php @@ -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();