From 201e0e2b8f8e9896352d07fe34fcd97919d4a97f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 25 Jun 2025 09:19:16 -0600 Subject: [PATCH] Update app_config.php --- app/active_calls/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/active_calls/app_config.php b/app/active_calls/app_config.php index 45838eff84..3a57e679f8 100644 --- a/app/active_calls/app_config.php +++ b/app/active_calls/app_config.php @@ -84,7 +84,7 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "call_active_direction"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "call_active_profile"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";