From fdb9545dc614d73d61b3e5351635df49f979f893 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 12 Jul 2018 08:47:47 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index f4c72f180e..3d6d8427a6 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -81,6 +81,12 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "destination_fax"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_caller_id_name"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_caller_id_number"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0;