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}";