mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update dialplan.php
This commit is contained in:
@@ -340,7 +340,6 @@ include "root.php";
|
||||
if (strlen($row['@attributes']['break']) > 0) {
|
||||
$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_break'] = $row['@attributes']['break'];
|
||||
}
|
||||
//$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_inline'] =
|
||||
$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_group'] = $group;
|
||||
$y++;
|
||||
|
||||
@@ -405,8 +404,9 @@ include "root.php";
|
||||
}
|
||||
}
|
||||
|
||||
//increase the order number
|
||||
//increment the values
|
||||
$order = $order + 5;
|
||||
$group = $group + 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user