From 7304d05f8e150642691d4772a9bb198bc7c87086 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 Oct 2018 16:30:48 -0600 Subject: [PATCH] Update app_config.php --- app/extensions/app_config.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index a5b26a98c2..d6d08d4396 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -131,6 +131,18 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "outbound_caller_id_name"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "outbound_caller_id_number"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "emergency_caller_id_name"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "emergency_caller_id_number"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; $apps[$x]['permissions'][$y]['name'] = "extension_user_record"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++;