From 997d4b7cf9e4f10b33b5e55a8a6b8312ef2068f7 Mon Sep 17 00:00:00 2001 From: frytimo Date: Tue, 8 Jul 2025 16:13:19 -0300 Subject: [PATCH] Add missing permission to active calls (#7413) --- app/active_calls/app_config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/active_calls/app_config.php b/app/active_calls/app_config.php index 3a57e679f8..0cb5a0f3f9 100644 --- a/app/active_calls/app_config.php +++ b/app/active_calls/app_config.php @@ -98,7 +98,10 @@ $apps[$x]['permissions'][$y]['name'] = "call_active_secure"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - + $apps[$x]['permissions'][$y]['name'] = "call_active_domain"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; ///////////////////////////////////////////////////////////////////////// // Permissions that could be implemented on a per switch event capture // /////////////////////////////////////////////////////////////////////////