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