summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.10.0v0.10.0Ted Trask2017-03-011-1/+1
|
* Bump databaseversion to 13Ted Trask2017-03-011-1/+1
|
* Update upgrade script to put firmware update changes into databaseversion 13Ted Trask2017-03-011-15/+24
|
* Add viewdeviceparams HTML viewTed Trask2017-02-231-0/+1
|
* Add viewdeviceparams action and modify roles to add USERTed Trask2017-02-225-2/+13
|
* Revert "Add notifydevices param and add it to all actions that modify ↵Ted Trask2017-02-229-388/+197
| | | | | | devices (not yet implemented)" This reverts commit 07027036bc14ebbb75e54f81b3134ec2b9dc0783.
* Add notifydevices param and add it to all actions that modify devices (not ↵Ted Trask2017-01-299-197/+388
| | | | | | | | | | | 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
* Prevent deletion of template if in useTed Trask2017-01-251-7/+16
|
* Add missedcallhistoryenable and receivedcallhistoryenable paramsTed Trask2017-01-026-3/+39
| | | | | 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-023-0/+7
|
* Add support for Polycom VVX 101,201,301,311,401,411,501,601Ted Trask2017-01-012-144/+162
| | | | Added in Polycom UC Software 5.4.0
* Add Polycom clockenable parameterTed Trask2017-01-014-0/+11
|
* Add French (Canada) language available in Polycom UC Software 5.4.0Ted Trask2017-01-012-1/+13
|
* Add logging for forensicsTed Trask2016-12-261-0/+40
|
* Bump version to 0.9.5v0.9.5Ted Trask2016-11-081-1/+1
|
* CyberData parameter related with Door Sensor SettingsVinícius de Jesus2016-11-033-1/+66
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Remove trailing whitespaceTed Trask2016-08-1025-61/+61
|
* Bump version to 0.9.4v0.9.4Ted Trask2016-07-081-1/+1
|
* New device for acf-provisioning: Cyberdata Paging Zone ControllerVinícius de Jesus2016-07-063-28/+280
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Adjust Cisco ATA template fileJoao Arruda2016-06-291-3/+6
| | | | | | | Some configuration need to be nested under <router-configuration> XML tag as described in the Cisco Provisioning Guide. It changes too the IVR_Admin_Password parameter to IVR_Admin_Passwd. Although the Cisco Provisioning Guide list the first as a valid parameter the device itself only list the second to be used (when getting the full configuration directly via http://IP_of_ATA/admin/config.xml). It seems to be an inconsistency between the documentation and the software. Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Bump version to 0.9.3v0.9.3Ted Trask2016-04-201-1/+1
|
* Changes to CyberData template to work with acf-provisioning-cyberdataTed Trask2016-04-201-15/+45
| | | | | | Change init.cfg to initial.xml - this may break upgrades Add support for 000000cd.xml for firmware files (can be overridden by initial.xml) Replace with server name in initial.xml and 000000cd.xml
* Fix Polycom pcportenable/entherModePC parameter to properly disable the portTed Trask2016-04-201-5/+6
|
* Remove reference to Polycom 320/330 since no longer supportedTed Trask2016-04-202-4/+5
| | | | These devices require 3.x firmware, which has different parameter structure
* Spelling fix in mac parameter descriptionTed Trask2016-04-072-1/+3
|
* Fix validation for dtmfactivationcode and dtmfactivationdurationTed Trask2016-04-062-4/+4
|
* Add Cyberdata Device parametersVinícius de Jesus2016-04-063-4/+117
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Bump version to 0.9.2v0.9.2Ted Trask2016-03-111-1/+1
|
* Fix bulkcreatedevices to handle DOS line endings and blank linesTed Trask2016-03-111-3/+9
|
* Modify dump_database to enforce consistent order for device classes and valuesTed Trask2016-03-111-2/+2
|
* Bump version to 0.9.1v0.9.1Ted Trask2016-02-241-1/+1
|
* Fix process_put pattern matching to allow for spaces in valuesTed Trask2016-02-231-2/+2
|
* Fix default override when default is falseTed Trask2016-02-031-2/+2
|
* Further clean up group defaults and editableTed Trask2016-01-282-14/+26
| | | | | 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
* Bump version to 0.9.0v0.9.0Ted Trask2016-01-181-1/+1
|
* Change file actions filesize to size, size and mtime not user-friendly, use ↵Ted Trask2016-01-183-15/+15
| | | | posix.stat over fs.stat, use new format functions
* Bump version to 0.8.9v0.8.9Ted Trask2016-01-181-1/+1
|
* Revert changes inadvertently included in "Bump version to 0.8.7"Ted Trask2016-01-183-15/+15
| | | | This reverts commit 9ce48686e81f7ace3028a630c91795a8e76ea6a5.
* Bump version to 0.8.8v0.8.8Ted Trask2016-01-181-1/+1
|
* Fix filter by device_id in listdevicesTed Trask2016-01-181-1/+9
|
* Bump version to 0.8.7v0.8.7Ted Trask2016-01-184-16/+16
|
* Modify CyberData template to work with any init.cfg or none at allTed Trask2016-01-181-15/+44
| | | | Previously, init.cfg had to follow a specific format to work
* Allow parameter failure when creating device (or could never create devices)Ted Trask2016-01-022-2/+9
|
* Better error reporting for editgroup/param when succeeded but setting device ↵Ted Trask2015-12-282-4/+14
| | | | params failed
* Need to pass error text into handlesqlexceptionTed Trask2015-12-281-42/+42
|
* Use cfe:print_errtxt in more places for better error reportingTed Trask2015-12-281-29/+5
|
* Modify update_device to also validate device params (this causes ↵Ted Trask2015-12-282-18/+10
| | | | update_device_params.lua to be called before update_device.lua)
* Get/set device params after updating group/param so validation runs in ↵Ted Trask2015-12-281-16/+12
| | | | addition to notify
* Fix dump_database to properly output null valuesTed Trask2015-12-281-7/+13
|
* Minor cleanup for efficiencyTed Trask2015-12-281-20/+20
|