summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.1.4v0.1.4Ted Trask2013-05-251-1/+1
|
* Added upgradeprovisioning script and database version parameter for ↵Ted Trask2013-05-253-0/+246
| | | | | | automating database upgrades (cherry picked from commit aeb0d90eebfe2f09ef72cefdf97554be46b22a8b)
* Added some more SQL escape calls just to be safeTed Trask2013-05-251-8/+8
| | | | (cherry picked from commit 4912561d5332a96bc1921ca3a76ba74f8d118306)
* Fix null string concatination errors in polycom templateTed Trask2013-05-251-2/+4
| | | | (cherry picked from commit 0c25cb523206e49188e15388167be9b71fa1c692)
* Use luasql to escape, rather than doing it ourselves, because will account ↵Ted Trask2013-05-251-1/+1
| | | | | | for database settings (cherry picked from commit 077a801df0fa3dcb940ac1fdfe6d95e5f3b98e69)
* Comment out references to APPTed Trask2013-05-255-10/+10
| | | | (cherry picked from commit a0edc5f3607d568e6c3ddc9d88b4eb9048cea81f)
* Added back script verification which was lost since 0.0.11Ted Trask2013-05-251-1/+1
| | | | | | | (cherry picked from commit 46b6da1a97c2d496354cb4512ce416e3f8537cbc) Conflicts: provisioning-model.lua
* Add Create tab to menuTed Trask2013-05-251-0/+1
| | | | (cherry picked from commit c11f4f201fa92e73b0fd5953a49286b69586e239)
* Modified scripts so no exception if Polycom path is missingTed Trask2013-05-252-9/+13
| | | | (cherry picked from commit 12a599b5e3ac719513bed698271cec060283b223)
* Fix process_put string.match statementTed Trask2013-05-252-2/+1
| | | | (cherry picked from commit e0418d6d350a188687fab672c7c213dc87207d5b)
* Bumped version to 0.1.3v0.1.3Ted Trask2012-01-271-1/+1
|
* Changed require statements to reflect location of libraries in acf-lib-0.3 ↵Ted Trask2012-01-273-12/+6
| | | | and acf-core-0.14
* Bump version to 0.1.2v0.1.2Ted Trask2012-01-131-1/+1
|
* Fixed escape function to not escape \Ted Trask2012-01-031-11/+6
|
* Boolean default should be of type boolean, not stringTed Trask2011-12-291-2/+3
|
* Added edit and delete links to editdevice and editdeviceparamsTed Trask2011-12-222-0/+34
|
* Modify linksys template so empty digitmap allows dialing any numberTed Trask2011-12-161-1/+3
|
* Removed invalid function call from update_device_params scriptTed Trask2011-12-091-1/+0
|
* Removed the default table from param_groups cfe and just use value != ↵Ted Trask2011-12-081-10/+2
| | | | default to determine whether or not to save
* Fixed validating / setting defaults for param groupsTed Trask2011-12-082-10/+13
|
* Fixed bug in deleting parameter with optionsTed Trask2011-12-081-2/+2
|
* Added polycomringtone to template and process_putTed Trask2011-12-082-0/+5
|
* Fixed update_device_params script to work when creating a deviceTed Trask2011-12-081-0/+2
|
* 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)
* Added hotline functionality to linksys templateTed Trask2011-11-231-4/+10
|
* Modified linksys template to add timezone and fix forwarding and line enableTed Trask2011-11-231-13/+81
|
* Bump version to 0.1.1v0.1.1Ted Trask2011-11-101-1/+1
|
* Add a valid default (UTC) for timezoneTed Trask2011-11-101-1/+1
|
* Some minor error checking in snom templateTed Trask2011-11-101-4/+6
|
* Work on snom template to implement more parametersTed Trask2011-11-101-39/+138
| | | | Basic registration and timezones tested to work, other features untested
* Added database parameters for Snom supportTed Trask2011-11-071-0/+87
|
* Rewrite of snom xml_elem functionTed Trask2011-11-031-19/+19
|
* Fixed syntax in table creation scriptTed Trask2011-11-031-2/+2
|
* Removed from snom template parameters not controlled by acf-provisioningTed Trask2011-11-031-26/+1
|
* Added logrotate script for provisioning.cgi.logTed Trask2011-11-012-1/+16
|
* Bumped version to 0.1.0v0.1.0Ted Trask2011-10-281-1/+1
|
* Fixed Standard Phone to have null value for mailbox and mailcallbackTed Trask2011-10-281-2/+2
|
* Added mailcallback parameterTed Trask2011-10-282-1/+8
|
* Rewrote linksysata-template.lua to handle multiple linesTed Trask2011-10-271-59/+70
|
* Removed settings from linksysata-template that are not related to ↵Ted Trask2011-10-191-754/+0
| | | | provisioning parameters
* Updated formatting of polycom template and removed settings not related to ↵Ted Trask2011-10-191-159/+53
| | | | provisioning parameters
* Modify DB to include support for more Polycom modelsTed Trask2011-10-191-44/+62
|
* Added support for snom to scriptsTed Trask2011-10-173-10/+17
|
* Added special handling for Linksys files in acf-provisioning-linksysTed Trask2011-10-171-0/+14
|
* templates/snom-template: updated moh param to support sip URIsLeonardo Arena2011-10-151-1/+1
|
* Fixed sorting of listrequests outputTed Trask2011-10-141-2/+10
|
* Show the default value in listparamsTed Trask2011-10-141-0/+2
|
* Modify listdevices to also display the class values for each deviceTed Trask2011-10-142-14/+30
|
* Modified listclasses view to redirect to getclassvaluesTed Trask2011-10-141-1/+9
|
* Added new listrequests, deleterequest, and createdevicefromrequest actionsTed Trask2011-10-146-7/+197
|