summaryrefslogtreecommitdiffstats
path: root/config/process_put.lua
Commit message (Collapse)AuthorAgeFilesLines
* Adjust Polycom template and PUT parsing for VVX Call Waiting optionTed Trask2018-12-301-0/+4
| | | | | | | | | | | | | | | 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/+4
|
* Add Polycom clockenable parameterTed Trask2017-01-011-0/+4
|
* Fix process_put pattern matching to allow for spaces in valuesTed Trask2016-02-231-2/+2
|
* Modify the process_put script to revert bad changesTed Trask2015-07-091-0/+29
| | | | If the set_device_params function fails, notify the phone to pull its config and revert the change
* Update process_put.lua to send language, 24HourClock and tonePattern values ↵Joao Arruda2015-06-021-21/+37
| | | | | | to DB Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Pass logevent function to scriptsTed Trask2013-10-271-2/+2
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-271-5/+5
| | | | | | | | | | of functions table" This reverts commit fb00ff8f05dae3c110beceb929ea036e4cd14ae1. Conflicts: provisioning-model.lua Conflict was resolved by removing "mymodule." from function calls that are once again made local
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-231-5/+5
| | | | | | | | functions table Changed the order of the first two parameters passed to validate function in provisioning_params Replaced all APP references with self, now that self is available Still need to implement swapvalidateparams script
* Fix bug in process_put.lua by adding spaces to outputTed Trask2013-06-271-1/+1
|
* Comment out references to APPTed Trask2012-11-261-1/+1
|
* Fix process_put string.match statementTed Trask2012-06-201-1/+1
|
* Added polycomringtone to template and process_putTed Trask2011-12-081-0/+2
|
* Implemented put_file for Polycom phonesTed Trask2011-10-111-0/+61