diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-04-20 18:42:21 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-04-20 20:47:32 +0000 |
commit | 4ca1b7e24764cd81e8da26723380f2af06edf642 (patch) | |
tree | 1f95400e4b205aeccfa23495ed7714332e6e85a7 /upgradeprovisioning | |
parent | 2391bec43a627c32900397d276436de659ffe25b (diff) | |
download | acf-provisioning-4ca1b7e24764cd81e8da26723380f2af06edf642.tar.bz2 acf-provisioning-4ca1b7e24764cd81e8da26723380f2af06edf642.tar.xz |
Remove reference to Polycom 320/330 since no longer supported
These devices require 3.x firmware, which has different parameter structure
(cherry picked from commit c2f4987f4b6fea7c9da15172a2964fd2723e7e9e)
Diffstat (limited to 'upgradeprovisioning')
-rwxr-xr-x | upgradeprovisioning | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgradeprovisioning b/upgradeprovisioning index e6da87f..84fb954 100755 --- a/upgradeprovisioning +++ b/upgradeprovisioning @@ -599,6 +599,7 @@ if [ "$version" -lt "9" ]; then done psql -U postgres -c "UPDATE provisioning_params SET descr='Capitalized hex digits with no punctuation' WHERE descr='Capitalized hex digits with no puncuation'" provisioning + psql -U postgres -c "UPDATE provisioning_classes SET label='Polycom SoundPoint IP 321/331/335 SIP' WHERE label='Polycom SoundPoint IP 320/321/330/331/335 SIP'" provisioning # database psql -U postgres -c "UPDATE provisioning_params SET value='9' WHERE name='databaseversion'" provisioning |