From 6105ebeb6d431277539fa2a31eabf54bb2491e6b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Jan 2026 17:10:25 -0700 Subject: [PATCH] Add permission: destination_map --- app/destinations/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 313e53609e..d4e3d97a84 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -171,6 +171,10 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $y++; + $apps[$x]['permissions'][$y]['name'] = "destination_map"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; //default settings $y = 0;