From 2b22a15bf924aa6585ba577e567d55e37d546b90 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 21 Dec 2024 10:56:15 -0700 Subject: [PATCH] Update permission to hide hangup cause by default This call detail records permission was assigned to the superadmin group by default. The Status replaces it with a simpler message. The hangup cause status will remain as an option for those that want it. --- app/xml_cdr/app_config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index a15d65479a..98f5944920 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -214,7 +214,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_hangup_cause"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_details"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -231,7 +230,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_archive"; - //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_statistics"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";