Update Grandstream provisioning (#2652)
* Update Grandstream provisioning * Add Vtech * Create app_config.php fix typo * Update app_config.php remove newline at end as it can break php * Update app_config.php remove newline at end as it can break php * Create app_config.php remove newline at end. * Update app_config.php remove trailing newline * Create device_edit.php Add both http and https * Create app_config.php remove newline * Add gxp16xx and fix typos
This commit is contained in:
committed by
FusionPBX
parent
137a282a1b
commit
66b849d946
@@ -1859,6 +1859,48 @@
|
||||
$vendors[$y]['functions'][$z]['value'] = "ldap search";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "bbb4c3f9-7a2f-4670-a194-e7ab92c5c3d1";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-conference";
|
||||
$vendors[$y]['functions'][$z]['name'] = "conference";
|
||||
$vendors[$y]['functions'][$z]['value'] = "conference";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "8434d505-36e0-422c-a1ab-8950e7849829";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-menu";
|
||||
$vendors[$y]['functions'][$z]['name'] = "menu";
|
||||
$vendors[$y]['functions'][$z]['value'] = "menu";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "4792c9dd-9342-4894-9987-61c45e46e7d7";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-monitored_call_park";
|
||||
$vendors[$y]['functions'][$z]['name'] = "monitored_call_park";
|
||||
$vendors[$y]['functions'][$z]['value'] = "monitored call park";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "27edbba6-14bb-48e8-8fa6-25f86bfc9ccc";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-multicast_paging";
|
||||
$vendors[$y]['functions'][$z]['name'] = "multicast_paging";
|
||||
$vendors[$y]['functions'][$z]['value'] = "multicast paging";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "d28bc679-b984-49a7-963f-7e5d9fc4dbcb";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-record";
|
||||
$vendors[$y]['functions'][$z]['name'] = "record";
|
||||
$vendors[$y]['functions'][$z]['value'] = "record";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "f99f55b8-113e-4fbb-aed1-84af66f5320c";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-none";
|
||||
$vendors[$y]['functions'][$z]['name'] = "none";
|
||||
$vendors[$y]['functions'][$z]['value'] = "none";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
|
||||
$y++;
|
||||
$vendors[$y]['uuid'] = "03931359-917e-455b-b4fc-f875c530b79c";
|
||||
@@ -2243,4 +2285,4 @@
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user