From 8b2b284041ac8ff8bd0399424ce5e35e1a070283 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 19 Mar 2020 11:17:45 -0600 Subject: [PATCH] Update app_config.php --- app/conferences/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index d4d330c06c..958df5a10a 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -78,6 +78,10 @@ $apps[$x]['permissions'][$y]['name'] = "conference_user_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_destinations"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; //cache details $apps[$x]['cache']['key'] = "dialplan.\${domain_name}";