From 4c6f154713c4a84e631d21c22a88f20534718279 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 28 Nov 2021 23:07:56 -0700 Subject: [PATCH] Add new permission conference_email_address --- app/conferences/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index ce64590108..d02a0c1e08 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -82,10 +82,13 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "conference_email_address"; + $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}";