From b654e2d860beef64769cfe04154e48e03eade025 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 21:40:56 -0700 Subject: [PATCH] Update app_config.php --- app/calls_active/app_config.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/calls_active/app_config.php b/app/calls_active/app_config.php index 1aade4064b..4184a965a8 100644 --- a/app/calls_active/app_config.php +++ b/app/calls_active/app_config.php @@ -20,25 +20,26 @@ $apps[$x]['description']['pt-br'] = "Canais ativos no sistema."; //permission details + $y=0; $apps[$x]['permissions'][0]['name'] = "call_active_view"; $apps[$x]['permissions'][0]['menu']['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade"; $apps[$x]['permissions'][0]['groups'][] = "superadmin"; $apps[$x]['permissions'][0]['groups'][] = "admin"; - + //$y++; //$apps[$x]['permissions'][1]['name'] = "call_active_transfer"; //$apps[$x]['permissions'][1]['groups'][] = "superadmin"; - + $y++; $apps[$x]['permissions'][2]['name'] = "call_active_hangup"; $apps[$x]['permissions'][2]['groups'][] = "superadmin"; $apps[$x]['permissions'][2]['groups'][] = "admin"; - + //$y++; //$apps[$x]['permissions'][3]['name'] = "call_active_park"; //$apps[$x]['permissions'][3]['groups'][] = "superadmin"; - + //$y++; //$apps[$x]['permissions'][4]['name'] = "call_active_rec"; //$apps[$x]['permissions'][4]['groups'][] = "superadmin"; - + $y++; $apps[$x]['permissions'][5]['name'] = "call_active_all"; $apps[$x]['permissions'][5]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>