From 8165dcc2517cbb24a94a1a59fdd405c7f93acfd0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 30 Mar 2023 13:15:52 -0600 Subject: [PATCH] Re-add permission voicemail_destinations used This permission is used by the Destination Select List. --- app/voicemails/app_config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 9d7c1cbfa5..69ff2b21bc 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -165,6 +165,11 @@ $apps[$x]['permissions'][$y]['groups'][] = "user"; $apps[$x]['permissions'][$y]['groups'][] = "agent"; $y++; + $apps[$x]['permissions'][$y]['name'] = "voicemail_destinations"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "user"; + $apps[$x]['permissions'][$y]['groups'][] = "agent"; //default settings $y=0;