From 89258e09e5b49df0548c63bfe91d416e4ba763e6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 18 Jul 2022 10:42:56 -0600 Subject: [PATCH] Admin user should have access to the destination_prefix. --- app/destinations/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index b05d7977ab..d8612d1765 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -108,6 +108,7 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "destination_prefix"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; $apps[$x]['permissions'][$y]['name'] = "destination_number"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";