mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update destination_edit.php
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user