From a46d0856d3bf4e1bad32011abed55929a1f00544 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Jan 2023 10:34:01 -0700 Subject: [PATCH] Add new language_destinations permission --- app/switch/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/switch/app_config.php b/app/switch/app_config.php index c69fbd470e..b9afece5ab 100644 --- a/app/switch/app_config.php +++ b/app/switch/app_config.php @@ -76,6 +76,10 @@ $apps[$x]['permissions'][$y]['name'] = "switch_registrations"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "language_destinations"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; //default settings $y++;