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;