summaryrefslogtreecommitdiffstats
path: root/provisioning-scripts.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add Polycom VVX Screen Saver supportTed Trask2018-12-301-0/+2
|
* Added viewactivitylog functionality (no actual logs yet)Ted Trask2017-11-081-1/+7
|
* Bump databaseversion to 13Ted Trask2017-03-011-1/+1
|
* Revert "Add notifydevices param and add it to all actions that modify ↵Ted Trask2017-02-221-8/+7
| | | | | | 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-7/+8
| | | | | | | | | | | 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-1/+11
| | | | | 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-144/+151
| | | | 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-1/+2
|
* CyberData parameter related with Door Sensor SettingsVinícius de Jesus2016-11-031-1/+21
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* New device for acf-provisioning: Cyberdata Paging Zone ControllerVinícius de Jesus2016-07-061-18/+134
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Remove reference to Polycom 320/330 since no longer supportedTed Trask2016-04-201-4/+4
| | | | These devices require 3.x firmware, which has different parameter structure
* Spelling fix in mac parameter descriptionTed Trask2016-04-071-1/+1
|
* Fix validation for dtmfactivationcode and dtmfactivationdurationTed Trask2016-04-061-2/+2
|
* Add Cyberdata Device parametersVinícius de Jesus2016-04-061-4/+51
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Further clean up group defaults and editableTed Trask2016-01-281-14/+14
| | | | | 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-40/+40
| | | | | | parameter default In general, device and reg groups do not override anything and service groups override all parameters
* Bump databaseversion to 7Ted Trask2015-12-241-1/+1
|
* Add Algo parameter related with Speaker modeVinicius de Jesus2015-12-241-0/+7
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Cleanup of Algo ring parameter patchTed Trask2015-11-201-6/+6
|
* Add Algo parameter related with ring tone and volumeJoao Arruda2015-11-201-1/+56
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* provisioning-scripts: Bugfixes.Mika Havela2015-06-091-22/+22
|
* Bump database version and add changes to upgradeprovisioning scriptTed Trask2015-06-081-1/+1
|
* Move Grandstream ATAs higher in the device list and add support for HT702/4Ted Trask2015-06-081-3/+22
|
* new devices for acf-provisioning: algo, cyberdata, grandstreamSeung Soo Mun2015-06-081-0/+72
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Change softkey to non-editable by default and cleanup upgradeprovisioning ↵Ted Trask2015-06-011-40/+40
| | | | 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-1/+25
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add provisioning polling time option for PolycomJoao Arruda2015-05-201-0/+29
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* split Standard Phone into Office and Residential PhonesAlan Lacerda2015-05-141-17/+26
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* split polycom vvx modelsAlan Lacerda2015-05-131-36/+147
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* adding support to VVX 300/310/400/410/500/600Alan Lacerda2015-05-121-5/+41
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add support for Cisco 2 Port Phone Adapter SPA112Ted Trask2014-08-191-1/+35
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-271-2/+2
| | | | | | | | | | 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
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-12/+14
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-231-2/+2
| | | | | | | | 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/+1
| | | | automating database upgrades
* Fixed validating / setting defaults for param groupsTed Trask2011-12-081-1/+1
|
* Added polycomringtone parameter and, as a result, changed all of the ↵Ted Trask2011-12-081-459/+528
| | | | | | | Registration parameter groups Registration -> Registration (Polycom) and Registration (Linksys) - they're different now Registration No Forwarding -> Registration (Snom), and Registration Unsupported -> Registration (Unsupported)
* Add a valid default (UTC) for timezoneTed Trask2011-11-101-1/+1
|
* Added database parameters for Snom supportTed Trask2011-11-071-0/+87
|
* Fixed syntax in table creation scriptTed Trask2011-11-031-2/+2
|
* Fixed Standard Phone to have null value for mailbox and mailcallbackTed Trask2011-10-281-2/+2
|
* Added mailcallback parameterTed Trask2011-10-281-0/+2
|
* Modify DB to include support for more Polycom modelsTed Trask2011-10-191-44/+62
|
* Added viewclassparams, getfile, and putfile actions plus determine_class.lua ↵Ted Trask2011-10-101-0/+5
| | | | | | | | | | script and provisioning_requests table. viewclassparams shows the parameters and default values for a class getfile is used to get the config file for a known device and a default config file for unconfigured devices putfile is unimplemented, but will be used for parsing files uploaded to the server determine_class.lua determines which device class best matches an unconfigured device (by agent) provisioning_requests table will track the last request (ip, agent, and timestamp) for each device
* Added in one mailbox parameter, supported on PolycomTed Trask2011-06-141-0/+2
|
* Enable callwaitingenable on Hotline and Public phonesaalatchm2011-06-101-2/+2
|