From 256e32ec778b68bdff7f3906929db4d5f5299c30 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 20 Jun 2018 23:27:50 -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 0a013c39f1..85f1176d19 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -75,6 +75,12 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "destination_record"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_context"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_fax"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y = 0;