Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+6 |
| | |||||
* | 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 | 4 | -2/+16 |
| | | | | | 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 | 2 | -0/+7 |
| | |||||
* | CyberData parameter related with Door Sensor Settings | Vinícius de Jesus | 2016-11-03 | 1 | -0/+17 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Remove trailing whitespace | Ted Trask | 2016-08-10 | 5 | -12/+12 |
| | |||||
* | New device for acf-provisioning: Cyberdata Paging Zone Controller | Vinícius de Jesus | 2016-07-06 | 1 | -9/+39 |
| | | | | 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> | ||||
* | 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 |
| | |||||
* | Add Cyberdata Device parameters | Vinícius de Jesus | 2016-04-06 | 1 | -0/+33 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Fix process_put pattern matching to allow for spaces in values | Ted Trask | 2016-02-23 | 1 | -2/+2 |
| | |||||
* | Modify CyberData template to work with any init.cfg or none at all | Ted Trask | 2016-01-18 | 1 | -15/+44 |
| | | | | Previously, init.cfg had to follow a specific format to work | ||||
* | Modify update_device to also validate device params (this causes ↵ | Ted Trask | 2015-12-28 | 1 | -15/+1 |
| | | | | update_device_params.lua to be called before update_device.lua) | ||||
* | Add Algo parameter related with Speaker mode | Vinicius de Jesus | 2015-12-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Add Algo parameter related with ring tone and volume | Joao Arruda | 2015-11-20 | 1 | -0/+8 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Fix ciscoata-template.lua file | Joao Arruda | 2015-07-23 | 1 | -2/+6 |
| | | | | | | | Adjust typo in the admin password parameter; Include new parameter to make sure the Time_Server value will be accepted; Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Modify the process_put script to revert bad changes | Ted Trask | 2015-07-09 | 1 | -0/+29 |
| | | | | If the set_device_params function fails, notify the phone to pull its config and revert the change | ||||
* | 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 ciscoata template to remove blank line at beginning | Ted Trask | 2015-06-12 | 1 | -2/+2 |
| | |||||
* | Fix inclusion of init.cfg into Algo template | Ted Trask | 2015-06-09 | 1 | -1/+10 |
| | |||||
* | Add new device types to acl.conf | Ted Trask | 2015-06-08 | 1 | -0/+3 |
| | |||||
* | Update cyberdata and grandstream templates to properly require LuaXml | Ted Trask | 2015-06-08 | 2 | -6/+8 |
| | |||||
* | Fix duplicate fixedDayEnable in polycom template | Ted Trask | 2015-06-08 | 1 | -5/+6 |
| | |||||
* | Add algo, cyberdata, and grandstream to determine_class.lua | Ted Trask | 2015-06-08 | 1 | -0/+9 |
| | |||||
* | new devices for acf-provisioning: algo, cyberdata, grandstream | Seung Soo Mun | 2015-06-08 | 3 | -0/+125 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Minor change to comments in polycom template | Ted Trask | 2015-06-07 | 1 | -2/+3 |
| | |||||
* | Update process_put.lua to send language, 24HourClock and tonePattern values ↵ | Joao Arruda | 2015-06-02 | 1 | -21/+37 |
| | | | | | | to DB Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Provide SQL escape function to scripts | Ted Trask | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | 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> | ||||
* | Fix update_device.lua script to properly call update_device_params.lua | Ted Trask | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | Remove setfenv call for Lua 5.2 compatibility | Ted Trask | 2015-01-12 | 2 | -10/+22 |
| | |||||
* | Add support for Cisco 2 Port Phone Adapter SPA112 | Ted Trask | 2014-08-19 | 3 | -0/+245 |
| | |||||
* | Pass logevent function to scripts | Ted Trask | 2013-10-27 | 5 | -15/+15 |
| | |||||
* | Revert "Change function prototypes to pass self and use self.model instead ↵ | Ted Trask | 2013-10-27 | 5 | -25/+25 |
| | | | | | | | | | | 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 use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 6 | -6/+6 |
| | |||||
* | Fix bug in polycom template where gmtOffset was -0 | Ted Trask | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | Change function prototypes to pass self and use self.model instead of ↵ | Ted Trask | 2013-09-23 | 5 | -25/+25 |
| | | | | | | | | 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 | ||||
* | Modify notify_device so it works with both unprovisioned Linksys and Polycom | Ted Trask | 2013-09-10 | 1 | -0/+6 |
| | | | | Send two check-sync messages. One to sip:@IP. Other to sip:0@IP. | ||||
* | Update scripts to limit which Polycom files are moved / deleted | Ted Trask | 2013-08-26 | 2 | -7/+20 |
| | |||||
* | Fix bug in process_put.lua by adding spaces to output | Ted Trask | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Fix null string concatination errors in polycom template | Ted Trask | 2013-03-19 | 1 | -2/+4 |
| | |||||
* | Comment out references to APP | Ted Trask | 2012-11-26 | 5 | -10/+10 |
| | |||||
* | Modified scripts so no exception if Polycom path is missing | Ted Trask | 2012-08-08 | 2 | -9/+13 |
| |