summaryrefslogtreecommitdiffstats
path: root/config/templates/polycom-template.lua
Commit message (Collapse)AuthorAgeFilesLines
* Adjust Polycom template and PUT parsing for VVX Call Waiting optionTed Trask2018-12-301-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 supportTed Trask2018-12-301-0/+2
|
* Override DHCP when sntpserver or tz defined in polycom templateTed Trask2017-09-131-0/+2
|
* Add missedcallhistoryenable and receivedcallhistoryenable paramsTed Trask2017-01-021-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.3Ted Trask2017-01-021-0/+3
|
* Add Polycom clockenable parameterTed Trask2017-01-011-0/+3
|
* Remove trailing whitespaceTed Trask2016-08-101-5/+5
|
* Fix Polycom pcportenable/entherModePC parameter to properly disable the portTed Trask2016-04-201-5/+6
|
* polycom-template: do not automatically set dnd forwarding the same as busyTed Trask2015-07-031-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 templateTed Trask2015-06-081-5/+6
|
* Minor change to comments in polycom templateTed Trask2015-06-071-2/+3
|
* Add option to enable up to 10 softkeys for PolycomJoao Arruda2015-06-011-1/+24
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add CallWaiting and Shared Call Appearance to Polycom lines and DND option ↵Joao Arruda2015-05-281-0/+18
| | | | | | to class of service Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add Language and 24-hour Clock config options to PolycomJoao Arruda2015-05-281-1/+21
| | | | 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>
* Add provisioning polling time option for PolycomJoao Arruda2015-05-201-0/+7
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Fix bug in polycom template where gmtOffset was -0Ted Trask2013-10-091-0/+2
|
* Fix null string concatination errors in polycom templateTed Trask2013-03-191-2/+4
|
* Fix process_put string.match statementTed Trask2012-06-201-1/+0
|
* Added polycomringtone to template and process_putTed Trask2011-12-081-0/+3
|
* Added mailcallback parameterTed Trask2011-10-281-1/+6
|
* Updated formatting of polycom template and removed settings not related to ↵Ted Trask2011-10-191-159/+53
| | | | provisioning parameters
* Added in configuration files / scripts and cgi-bin scripts.Ted Trask2011-10-101-0/+346