Update dialplan.php

This commit is contained in:
FusionPBX 2019-10-22 14:34:18 -06:00 committed by GitHub
parent 663d2cb63e
commit f5b60fb31c
1 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,6 @@ include "root.php";
if (strlen($row['@attributes']['break']) > 0) { 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_break'] = $row['@attributes']['break'];
} }
//$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_inline'] =
$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_group'] = $group; $array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_group'] = $group;
$y++; $y++;
@ -405,8 +404,9 @@ include "root.php";
} }
} }
//increase the order number //increment the values
$order = $order + 5; $order = $order + 5;
$group = $group + 5;
} }
} }