From 09d5108fb32433dfe5f90b1c89c253e0927abf2a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 8 Apr 2023 13:03:23 -0600 Subject: [PATCH] Remove polycom functions speed dial Polycom key functions in their own web interface only show automata and normal. --- app/devices/app_config.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index b137b24499..81c6793bbb 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -1889,22 +1889,6 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; - $vendors[$y]['functions'][$z]['uuid'] = "75f4f5fa-f4e8-4680-ac6f-a69846708569"; - $vendors[$y]['functions'][$z]['label'] = "label-speeddial"; - $vendors[$y]['functions'][$z]['type'] = "speeddial"; - $vendors[$y]['functions'][$z]['subtype'] = ""; - $vendors[$y]['functions'][$z]['value'] = "SpeedDial"; - $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; - $vendors[$y]['functions'][$z]['groups'][] = "admin"; - $z++; - $vendors[$y]['functions'][$z]['uuid'] = "ab4cf4e2-6e10-485a-964d-f66f7cfd2c85"; - $vendors[$y]['functions'][$z]['label'] = "label-speeddialmenu"; - $vendors[$y]['functions'][$z]['type'] = "speeddialmenu"; - $vendors[$y]['functions'][$z]['subtype'] = ""; - $vendors[$y]['functions'][$z]['value'] = "SpeedDialMenu"; - $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; - $vendors[$y]['functions'][$z]['groups'][] = "admin"; - $z++; $vendors[$y]['functions'][$z]['uuid'] = "0205cce8-2796-4f3d-97c0-dbe51add6270"; $vendors[$y]['functions'][$z]['label'] = "label-url"; $vendors[$y]['functions'][$z]['type'] = "url";