From 58d7e402d9090deeaef8574dc11c3520c1274ca3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 5 Aug 2022 10:43:40 -0600 Subject: [PATCH] Hide ring group legs by default that were not answered. Cleans up the Call Detail Records list. --- 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 86a310bd60..0b985f505c 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -195,10 +195,8 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_lose_race"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_enterprise_leg"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_cc_agent_leg"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";