From 9ad9be071013a458c0784acab5849e8345cdc554 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Sep 2025 18:13:09 -0600 Subject: [PATCH] Update app_config.php --- app/voicemails/app_config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 6adc844b91..14222515fb 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -487,7 +487,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to keep the voicemail file after sending to forward destinations."; - $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -748,4 +747,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>