From b802a28e076844c0fb61cb9206e9d567086d7959 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 1 Dec 2021 22:45:20 -0700 Subject: [PATCH] Add permission conference_accountcode --- 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 edc49f2152..f6ab373f3c 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -84,6 +84,10 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "conference_email_address"; $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_accountcode"; + $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";