From afe6c0697cab91e9c5290588059af652d36a2adf Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 2 Jan 2017 15:15:53 +0000 Subject: Add support for Polycom VVX D60 added in Polycom UC Software 5.4.3 --- upgradeprovisioning | 2 ++ 1 file changed, 2 insertions(+) (limited to 'upgradeprovisioning') diff --git a/upgradeprovisioning b/upgradeprovisioning index 2aee3ce..c4ad21e 100755 --- a/upgradeprovisioning +++ b/upgradeprovisioning @@ -757,6 +757,8 @@ if [ "$version" -lt "12" ]; then psql -U postgres -c "UPDATE provisioning_classes SET (label,seq)=('Polycom VVX 400/401/410/411', '10') WHERE label='Polycom VVX 400/410'" provisioning psql -U postgres -c "UPDATE provisioning_classes SET (label,seq)=('Polycom VVX 500/501', '11') WHERE label='Polycom VVX 500'" provisioning psql -U postgres -c "UPDATE provisioning_classes SET (label,seq)=('Polycom VVX 600/601', '12') WHERE label='Polycom VVX 600'" provisioning + psql -U postgres -c "INSERT INTO provisioning_params VALUES(default, 'dectenable', 'boolean', 'VVX D60 Enable', '', 'false', '46', '', null)" provisioning + psql -U postgres -c "INSERT INTO param_groups_to_params VALUES((SELECT group_id FROM provisioning_groups WHERE label='Polycom Device'), (SELECT param_id FROM provisioning_params WHERE name='dectenable'), null, false)" provisioning # database psql -U postgres -c "UPDATE provisioning_params SET value='12' WHERE name='databaseversion'" provisioning -- cgit v1.2.3