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 // /////////////////////////////////////////////////////////////////////////