From f38e8bf1db3c8f3bd358a77ac99c101d0310acbb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 10 Oct 2019 09:28:19 -0600 Subject: [PATCH] Update app_config.php --- app/voicemails/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index e58b4c1950..2712247466 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -119,6 +119,12 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "user"; $apps[$x]['permissions'][$y]['groups'][] = "agent"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "voicemail_forward"; + $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;