From 391ec7b68f13b66171dae66854befa5c1011b645 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 13 Mar 2017 18:34:19 -0600 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 32ccdb9ea0..1a340a9e01 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -113,6 +113,7 @@ $y++; $apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_primary'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; + $apps[$x]['permissions'][$y]['groups'][] = 'admin'; $y++; $apps[$x]['permissions'][$y]['name'] = 'device_outbound_proxy_secondary'; //$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';