mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +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:
@@ -187,7 +187,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
if (strlen($voicemail_option_action.$voicemail_option_param) > 0) {
|
||||
$tmp_select_value = $voicemail_option_action.':'.$voicemail_option_param;
|
||||
}
|
||||
//switch_select_destination("ivr", $voicemail_options_label, "voicemail_option_param", $tmp_select_value, "width: 350px;", $voicemail_option_action);
|
||||
echo $destination->select('ivr', 'voicemail_option_param', $tmp_select_value);
|
||||
unset($tmp_select_value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user