Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust Polycom template and PUT parsing for VVX Call Waiting option | Ted Trask | 2018-12-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | 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 | 1 | -0/+2 |
| | |||||
* | Override DHCP when sntpserver or tz defined in polycom template | Ted Trask | 2017-09-13 | 1 | -0/+2 |
| | |||||
* | Add missedcallhistoryenable and receivedcallhistoryenable params | Ted Trask | 2017-01-02 | 1 | -0/+8 |
| | | | | | 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 | 1 | -0/+3 |
| | |||||
* | Add Polycom clockenable parameter | Ted Trask | 2017-01-01 | 1 | -0/+3 |
| | |||||
* | Remove trailing whitespace | Ted Trask | 2016-08-10 | 1 | -5/+5 |
| | |||||
* | Fix Polycom pcportenable/entherModePC parameter to properly disable the port | Ted Trask | 2016-04-20 | 1 | -5/+6 |
| | |||||
* | polycom-template: do not automatically set dnd forwarding the same as busy | Ted Trask | 2015-07-03 | 1 | -3/+5 |
| | | | | | Updating dnd forwarding causes the phone to reboot, which doesn't happen for busy forwarding If desired, we can add a forwarddnd parameter in the future | ||||
* | Fix duplicate fixedDayEnable in polycom template | Ted Trask | 2015-06-08 | 1 | -5/+6 |
| | |||||
* | Minor change to comments in polycom template | Ted Trask | 2015-06-07 | 1 | -2/+3 |
| | |||||
* | Add option to enable up to 10 softkeys for Polycom | Joao Arruda | 2015-06-01 | 1 | -1/+24 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Add CallWaiting and Shared Call Appearance to Polycom lines and DND option ↵ | Joao Arruda | 2015-05-28 | 1 | -0/+18 |
| | | | | | | to class of service Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Add Language and 24-hour Clock config options to Polycom | Joao Arruda | 2015-05-28 | 1 | -1/+21 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Change Polycom template to disable only Placed call list | Joao Arruda | 2015-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Add provisioning polling time option for Polycom | Joao Arruda | 2015-05-20 | 1 | -0/+7 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Fix bug in polycom template where gmtOffset was -0 | Ted Trask | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | Fix null string concatination errors in polycom template | Ted Trask | 2013-03-19 | 1 | -2/+4 |
| | |||||
* | Fix process_put string.match statement | Ted Trask | 2012-06-20 | 1 | -1/+0 |
| | |||||
* | Added polycomringtone to template and process_put | Ted Trask | 2011-12-08 | 1 | -0/+3 |
| | |||||
* | Added mailcallback parameter | Ted Trask | 2011-10-28 | 1 | -1/+6 |
| | |||||
* | Updated formatting of polycom template and removed settings not related to ↵ | Ted Trask | 2011-10-19 | 1 | -159/+53 |
| | | | | provisioning parameters | ||||
* | Added in configuration files / scripts and cgi-bin scripts. | Ted Trask | 2011-10-10 | 1 | -0/+346 |