Only filter the conditions from the dialplan actions.
This commit is contained in:
parent
1bb578c8e7
commit
e4953136b4
|
|
@ -601,7 +601,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
$x = 0;
|
||||
$order = 10;
|
||||
foreach($dialplan_details as $row) {
|
||||
if ($row["dialplan_detail_type"] == "transfer" || $row["dialplan_detail_type"] == "bridge" || $row["dialplan_detail_type"] == "") {
|
||||
if ($row["dialplan_detail_tag"] != "condition") {
|
||||
echo " <tr>\n";
|
||||
echo " <td>\n";
|
||||
if (strlen($row['dialplan_detail_uuid']) > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue