Update destination_edit.php

This commit is contained in:
FusionPBX 2018-08-17 21:43:29 -06:00 committed by GitHub
parent 5a2e72e0fb
commit 903c72d0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -740,6 +740,9 @@
if ($row['dialplan_detail_type'] == "tone_detect") {
unset($dialplan_details[$x]);
}
if ($row['dialplan_detail_type'] == "answer") {
unset($dialplan_details[$x]);
}
if ($row['dialplan_detail_type'] == "sleep") {
unset($dialplan_details[$x]);
}