Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement deletedeviceparamgroup actionHEADmaster | Ted Trask | 2019-10-02 | 4 | -10/+89 |
| | | | | | | | | The deletedeviceparamgroup action will delete a parameter group from a device and move up all of the subsequent parameter groups. Only works for parameter groups with names ending with numbers, such as regX. This can be used to delete a registration and move up all of the subsequent registrations, working around the Polycom bug where subsequent registrations do not show up on the device. | ||||
* | Add display param for searchdevices to display additional device values | Ted Trask | 2019-05-27 | 2 | -12/+36 |
| | |||||
* | Adjust Polycom template and PUT parsing for VVX Call Waiting option | Ted Trask | 2018-12-30 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | The Polycom VVX phones have an option in the Menu where the users can Enable/Disable the Call Waiting feature themselves (that is the global config, not per line/registration) It's available in: Menu -> Settings -> Basic -> Preferences -> Call Waiting When this option is changed the phone will push its configuration back to the provisioning server (MACADDRESS-phone.cfg) including the value call.callWaiting.enable=0 Since this parameter is not being parsed the database information is not updated and it becomes difficult to troubleshoot when the user reports that Call Waiting is not working (the provisioning web interface shows the option as enabled) With this patch we ensure that the value is properly parsed and the database gets updated showing the correct information | ||||
* | Add Polycom VVX Screen Saver support | Ted Trask | 2018-12-30 | 3 | -0/+8 |
| | |||||
* | Add history log entries for calls that modify data | Ted Trask | 2017-11-30 | 1 | -28/+36 |
| | |||||
* | Added viewactivitylog functionality (no actual logs yet) | Ted Trask | 2017-11-08 | 6 | -3/+199 |
| | |||||
* | Minor cleanup to request sorting / filtering | Ted Trask | 2017-11-08 | 1 | -2/+2 |
| | |||||
* | Fix exception by clearing cache rather than setting to nil | Ted Trask | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Override DHCP when sntpserver or tz defined in polycom template | Ted Trask | 2017-09-13 | 1 | -0/+2 |
| | |||||
* | Bump version to 0.10.1v0.10.1 | Ted Trask | 2017-06-07 | 1 | -1/+1 |
| | |||||
* | Add bulk HTML action to show available bulk actions | Ted Trask | 2017-06-07 | 4 | -13/+22 |
| | |||||
* | Modify bulkdumpdevices to only show editable values and add bulkdumprawdevices | Ted Trask | 2017-06-07 | 4 | -6/+25 |
| | |||||
* | Bump version to 0.10.0v0.10.0 | Ted Trask | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Bump databaseversion to 13 | Ted Trask | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Update upgrade script to put firmware update changes into databaseversion 13 | Ted Trask | 2017-03-01 | 1 | -15/+24 |
| | |||||
* | Add viewdeviceparams HTML view | Ted Trask | 2017-02-23 | 1 | -0/+1 |
| | |||||
* | Add viewdeviceparams action and modify roles to add USER | Ted Trask | 2017-02-22 | 5 | -2/+13 |
| | |||||
* | Revert "Add notifydevices param and add it to all actions that modify ↵ | Ted Trask | 2017-02-22 | 9 | -388/+197 |
| | | | | | | devices (not yet implemented)" This reverts commit 07027036bc14ebbb75e54f81b3134ec2b9dc0783. | ||||
* | Add notifydevices param and add it to all actions that modify devices (not ↵ | Ted Trask | 2017-01-29 | 9 | -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 use | Ted Trask | 2017-01-25 | 1 | -7/+16 |
| | |||||
* | Add missedcallhistoryenable and receivedcallhistoryenable params | Ted Trask | 2017-01-02 | 6 | -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.3 | Ted Trask | 2017-01-02 | 3 | -0/+7 |
| | |||||
* | Add support for Polycom VVX 101,201,301,311,401,411,501,601 | Ted Trask | 2017-01-01 | 2 | -144/+162 |
| | | | | Added in Polycom UC Software 5.4.0 | ||||
* | Add Polycom clockenable parameter | Ted Trask | 2017-01-01 | 4 | -0/+11 |
| | |||||
* | Add French (Canada) language available in Polycom UC Software 5.4.0 | Ted Trask | 2017-01-01 | 2 | -1/+13 |
| | |||||
* | Add logging for forensics | Ted Trask | 2016-12-26 | 1 | -0/+40 |
| | |||||
* | Bump version to 0.9.5v0.9.5 | Ted Trask | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | CyberData parameter related with Door Sensor Settings | Vinícius de Jesus | 2016-11-03 | 3 | -1/+66 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Remove trailing whitespace | Ted Trask | 2016-08-10 | 25 | -61/+61 |
| | |||||
* | Bump version to 0.9.4v0.9.4 | Ted Trask | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | New device for acf-provisioning: Cyberdata Paging Zone Controller | Vinícius de Jesus | 2016-07-06 | 3 | -28/+280 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Adjust Cisco ATA template file | Joao Arruda | 2016-06-29 | 1 | -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.3 | Ted Trask | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Changes to CyberData template to work with acf-provisioning-cyberdata | Ted Trask | 2016-04-20 | 1 | -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 port | Ted Trask | 2016-04-20 | 1 | -5/+6 |
| | |||||
* | Remove reference to Polycom 320/330 since no longer supported | Ted Trask | 2016-04-20 | 2 | -4/+5 |
| | | | | These devices require 3.x firmware, which has different parameter structure | ||||
* | Spelling fix in mac parameter description | Ted Trask | 2016-04-07 | 2 | -1/+3 |
| | |||||
* | Fix validation for dtmfactivationcode and dtmfactivationduration | Ted Trask | 2016-04-06 | 2 | -4/+4 |
| | |||||
* | Add Cyberdata Device parameters | Vinícius de Jesus | 2016-04-06 | 3 | -4/+117 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Bump version to 0.9.2v0.9.2 | Ted Trask | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | Fix bulkcreatedevices to handle DOS line endings and blank lines | Ted Trask | 2016-03-11 | 1 | -3/+9 |
| | |||||
* | Modify dump_database to enforce consistent order for device classes and values | Ted Trask | 2016-03-11 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.9.1v0.9.1 | Ted Trask | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Fix process_put pattern matching to allow for spaces in values | Ted Trask | 2016-02-23 | 1 | -2/+2 |
| | |||||
* | Fix default override when default is false | Ted Trask | 2016-02-03 | 1 | -2/+2 |
| | |||||
* | Further clean up group defaults and editable | Ted Trask | 2016-01-28 | 2 | -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.0 | Ted Trask | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Change file actions filesize to size, size and mtime not user-friendly, use ↵ | Ted Trask | 2016-01-18 | 3 | -15/+15 |
| | | | | posix.stat over fs.stat, use new format functions | ||||
* | Bump version to 0.8.9v0.8.9 | Ted Trask | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Revert changes inadvertently included in "Bump version to 0.8.7" | Ted Trask | 2016-01-18 | 3 | -15/+15 |
| | | | | This reverts commit 9ce48686e81f7ace3028a630c91795a8e76ea6a5. |