mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Remove switch_select_destination function from the remaining features that used it and replace with the destination php class.
This commit is contained in:
@@ -592,7 +592,6 @@ else {
|
||||
echo " ".$text['label-timeout_destination']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
//switch_select_destination("dialplan", "", "ring_group_timeout_action", $ring_group_timeout_action, "", "");
|
||||
echo $destination->select('dialplan', 'ring_group_timeout_action', $ring_group_timeout_action);
|
||||
echo " <br />\n";
|
||||
echo " ".$text['description-timeout_destination']."\n";
|
||||
|
||||
Reference in New Issue
Block a user