From b88609f2b90f0844a12a6460c6ba99d596a673fc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 29 Sep 2020 11:45:52 -0600 Subject: [PATCH] Add call center outbound caller id name and number permisisons. --- app/call_centers/app_config.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 610d1b6af8..04e8d55a13 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -121,6 +121,15 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_center_outbound_caller_id_name"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_center_outbound_caller_id_number"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; //default settings $y = 0;