diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 4cb5dc14a9..7055b5caa1 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -5,7 +5,7 @@ $apps[$x]['uuid'] = "95788e50-9500-079e-2807-fd530b0ea370"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = "1.0"; + $apps[$x]['version'] = "1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Queues for managing inbound calls and routing those calls to available agents."; @@ -126,8 +126,20 @@ //$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"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_center_announce_position"; + //$apps[$x]['permissions'][$y]['groups'][] = "admin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_center_announce_sound"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_center_announce_frequency"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; //default settings