summaryrefslogtreecommitdiffstats
path: root/upgradeprovisioning
Commit message (Collapse)AuthorAgeFilesLines
* Update upgrade script to put firmware update changes into databaseversion 13Ted Trask2017-03-011-15/+24
|
* Revert "Add notifydevices param and add it to all actions that modify ↵Ted Trask2017-02-221-2/+0
| | | | | | devices (not yet implemented)" This reverts commit 07027036bc14ebbb75e54f81b3134ec2b9dc0783.
* Add notifydevices param and add it to all actions that modify devices (not ↵Ted Trask2017-01-291-0/+2
| | | | | | | | | | | yet implemented) Modify HTML views to display confirm warning about possible reboot when notifying devices Split several get_ functions so notifydevices would not appear for new objects Cleaned up some get_ functions to use handle_clientdata Do not display filecontent in createtemplate HTML view (or write it in model) Fix exception if bulkcreatedevices called with empty list Modify 'device' provisioning_groups seq from 1 to 5 to allow notifydevices to display first
* Add missedcallhistoryenable and receivedcallhistoryenable paramsTed Trask2017-01-021-0/+12
| | | | | callhistoryenable is now for placed calls only makes these parameters consistent between snom and polycom
* Add support for Polycom VVX D60 added in Polycom UC Software 5.4.3Ted Trask2017-01-021-0/+2
|
* Add support for Polycom VVX 101,201,301,311,401,411,501,601Ted Trask2017-01-011-0/+11
| | | | Added in Polycom UC Software 5.4.0
* Add Polycom clockenable parameterTed Trask2017-01-011-0/+2
|
* Add French (Canada) language available in Polycom UC Software 5.4.0Ted Trask2017-01-011-0/+11
|
* CyberData parameter related with Door Sensor SettingsVinícius de Jesus2016-11-031-0/+28
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* New device for acf-provisioning: Cyberdata Paging Zone ControllerVinícius de Jesus2016-07-061-1/+107
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Remove reference to Polycom 320/330 since no longer supportedTed Trask2016-04-201-0/+1
| | | | These devices require 3.x firmware, which has different parameter structure
* Spelling fix in mac parameter descriptionTed Trask2016-04-071-0/+2
|
* Fix validation for dtmfactivationcode and dtmfactivationdurationTed Trask2016-04-061-2/+2
|
* Add Cyberdata Device parametersVinícius de Jesus2016-04-061-0/+33
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Further clean up group defaults and editableTed Trask2016-01-281-0/+12
| | | | | Editable group params should have null default so don't show up as overridden (mailbox, mailcallback) Removed editable from provpollingtime and dndenable as these should not be editable per device
* Clean up group defaults so you can specify whether or not to override the ↵Ted Trask2015-12-281-0/+4
| | | | | | parameter default In general, device and reg groups do not override anything and service groups override all parameters
* Add Algo parameter related with Speaker modeVinicius de Jesus2015-12-241-0/+16
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Cleanup of Algo ring parameter patchTed Trask2015-11-201-9/+9
|
* Add Algo parameter related with ring tone and volumeJoao Arruda2015-11-201-0/+50
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Bump database version and add changes to upgradeprovisioning scriptTed Trask2015-06-081-0/+72
|
* Fix bug in upgradeprovisioning scriptTed Trask2015-06-011-1/+1
|
* Change softkey to non-editable by default and cleanup upgradeprovisioning ↵Ted Trask2015-06-011-118/+12
| | | | with loops
* Add option to enable up to 10 softkeys for PolycomJoao Arruda2015-06-011-0/+50
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add CallWaiting and Shared Call Appearance to Polycom lines and DND option ↵Joao Arruda2015-05-281-0/+74
| | | | | | to class of service Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add Language and 24-hour Clock config options to PolycomJoao Arruda2015-05-281-0/+38
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add provisioning polling time option for PolycomJoao Arruda2015-05-201-0/+34
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Fix syntax errors in upgradeprovisioningTed Trask2015-05-191-4/+4
|
* split Standard Phone into Office and Residential PhonesAlan Lacerda2015-05-141-0/+25
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* split polycom vvx modelsAlan Lacerda2015-05-131-5/+10
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* adding support to VVX 300/310/400/410/500/600Alan Lacerda2015-05-121-0/+18
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Fix order of operations in upgradeprovisioningTed Trask2014-08-191-3/+3
|
* Add support for Cisco 2 Port Phone Adapter SPA112Ted Trask2014-08-191-0/+36
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-271-9/+0
| | | | | | | | | | of functions table" This reverts commit fb00ff8f05dae3c110beceb929ea036e4cd14ae1. Conflicts: provisioning-model.lua Conflict was resolved by removing "mymodule." from function calls that are once again made local
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-231-0/+9
| | | | | | | | functions table Changed the order of the first two parameters passed to validate function in provisioning_params Replaced all APP references with self, now that self is available Still need to implement swapvalidateparams script
* Added upgradeprovisioning script and database version parameter for ↵Ted Trask2013-05-251-0/+243
automating database upgrades