summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicate fixedDayEnable in polycom templateTed Trask2015-06-081-5/+6
|
* Add algo, cyberdata, and grandstream to determine_class.luaTed Trask2015-06-081-0/+9
|
* new devices for acf-provisioning: algo, cyberdata, grandstreamSeung Soo Mun2015-06-085-1/+203
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Minor change to comments in polycom templateTed Trask2015-06-071-2/+3
|
* Use cfe.print_errtxt to display the full errtxt if fail to set params when ↵Ted Trask2015-06-051-1/+1
| | | | creating device from request
* Fix redirect for searchdevices in listrequests viewTed Trask2015-06-051-2/+1
|
* Bump version to 0.7.3v0.7.3Ted Trask2015-06-051-1/+1
|
* Update process_put.lua to send language, 24HourClock and tonePattern values ↵Joao Arruda2015-06-021-21/+37
| | | | | | to DB Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Proper fix for provisioning.cgi to work with haserl-0.9.33 and later - turn ↵Ted Trask2015-06-021-7/+2
| | | | off POST processing
* Provide SQL escape function to scriptsTed Trask2015-06-012-1/+2
|
* Bump version to 0.7.2v0.7.2Ted Trask2015-06-011-1/+1
|
* Fix provisioning.cgi to work with haserl-0.9.33 and laterTed Trask2015-06-011-1/+6
|
* Bump version to 0.7.1v0.7.1Ted Trask2015-06-011-1/+1
|
* Fix bug in upgradeprovisioning scriptTed Trask2015-06-011-1/+1
|
* Change softkey to non-editable by default and cleanup upgradeprovisioning ↵Ted Trask2015-06-012-158/+52
| | | | with loops
* Add option to enable up to 10 softkeys for PolycomJoao Arruda2015-06-013-1/+124
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add CallWaiting and Shared Call Appearance to Polycom lines and DND option ↵Joao Arruda2015-05-283-0/+166
| | | | | | to class of service Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add Language and 24-hour Clock config options to PolycomJoao Arruda2015-05-283-2/+84
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Change Polycom template to disable only Placed call listJoao Arruda2015-05-271-1/+1
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Bump version to 0.7.0v0.7.0Ted Trask2015-05-221-1/+1
|
* Add provisioning polling time option for PolycomJoao Arruda2015-05-203-0/+70
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Fix syntax errors in upgradeprovisioningTed Trask2015-05-191-4/+4
|
* Update link for showing unused / duplicate groups in editdeviceparams viewTed Trask2015-05-191-2/+2
|
* First cut at hiding unused / duplicate groups in editdeviceparams viewTed Trask2015-05-151-0/+54
|
* split Standard Phone into Office and Residential PhonesAlan Lacerda2015-05-142-17/+51
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* split polycom vvx modelsAlan Lacerda2015-05-132-41/+157
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* adding support to VVX 300/310/400/410/500/600Alan Lacerda2015-05-122-5/+59
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Bump version to 0.6.1v0.6.1Ted Trask2015-04-301-1/+1
|
* Fix update_device.lua script to properly call update_device_params.luaTed Trask2015-04-301-2/+2
|
* Bump version to 0.6.0v0.6.0Ted Trask2015-01-121-1/+1
|
* Remove setfenv call for Lua 5.2 compatibilityTed Trask2015-01-123-27/+56
|
* Fix order of operations in upgradeprovisioningTed Trask2014-08-191-3/+3
|
* Add support for Cisco 2 Port Phone Adapter SPA112Ted Trask2014-08-196-3/+318
|
* Fix editdevice-html view to display command results - fixes bug where ↵Ted Trask2014-08-181-0/+2
| | | | createdevice fails the second time it is run
* Bump version to 0.5.0v0.5.0Ted Trask2014-04-261-1/+1
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-2318-133/+156
|
* Fix sort by filesize in logfiles/statusTed Trask2014-03-041-1/+15
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-0317-199/+209
| | | | and use lowercase tags
* Bump version to 0.4.2v0.4.2Ted Trask2014-01-221-1/+1
|
* Add displaycommandresults to searchdevices html viewTed Trask2014-01-221-0/+2
|
* Display result of editdevice in listrequests viewTed Trask2013-11-011-1/+1
|
* Bump version to 0.4.1v0.4.1Ted Trask2013-10-311-1/+1
|
* Reorganize code slightly so runsqlcommand is defined before useTed Trask2013-10-311-12/+13
|
* Bump version to 0.4.0v0.4.0Ted Trask2013-10-311-1/+1
|
* Reorganized model to put all local functions at the beginningTed Trask2013-10-271-236/+237
|
* Pass logevent function to scriptsTed Trask2013-10-276-15/+17
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-278-208/+211
| | | | | | | | | | 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-203-286/+287
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-0925-29/+29
|
* Notify devices when default may have changed in param or param_groupTed Trask2013-10-091-0/+36
|