Only filter the conditions from the dialplan actions.

This commit is contained in:
Mark Crane
2014-12-10 04:43:27 +00:00
parent 1bb578c8e7
commit e4953136b4

View File

@@ -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) {