From 6f8a116c82700fed50a4acc4e4c1fca1bb7cecdd Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 29 Jan 2019 13:19:34 -0700 Subject: [PATCH] Update app_config.php --- app/extensions/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 4b21398f0f..b342a002cd 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -131,6 +131,14 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "effective_caller_id_name"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "effective_caller_id_number"; + $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++;