summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Adjust Polycom template and PUT parsing for VVX Call Waiting optionTed Trask2018-12-302-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 supportTed Trask2018-12-302-0/+6
|
* Override DHCP when sntpserver or tz defined in polycom templateTed Trask2017-09-131-0/+2
|
* Add missedcallhistoryenable and receivedcallhistoryenable paramsTed Trask2017-01-024-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.3Ted Trask2017-01-021-0/+3
|
* Add Polycom clockenable parameterTed Trask2017-01-012-0/+7
|
* CyberData parameter related with Door Sensor SettingsVinícius de Jesus2016-11-031-0/+17
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Remove trailing whitespaceTed Trask2016-08-105-12/+12
|
* New device for acf-provisioning: Cyberdata Paging Zone ControllerVinícius de Jesus2016-07-061-9/+39
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Adjust Cisco ATA template fileJoao Arruda2016-06-291-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-cyberdataTed Trask2016-04-201-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 portTed Trask2016-04-201-5/+6
|
* Add Cyberdata Device parametersVinícius de Jesus2016-04-061-0/+33
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Fix process_put pattern matching to allow for spaces in valuesTed Trask2016-02-231-2/+2
|
* Modify CyberData template to work with any init.cfg or none at allTed Trask2016-01-181-15/+44
| | | | Previously, init.cfg had to follow a specific format to work
* Modify update_device to also validate device params (this causes ↵Ted Trask2015-12-281-15/+1
| | | | update_device_params.lua to be called before update_device.lua)
* Add Algo parameter related with Speaker modeVinicius de Jesus2015-12-241-0/+1
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Add Algo parameter related with ring tone and volumeJoao Arruda2015-11-201-0/+8
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Fix ciscoata-template.lua fileJoao Arruda2015-07-231-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 changesTed Trask2015-07-091-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 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 ciscoata template to remove blank line at beginningTed Trask2015-06-121-2/+2
|
* Fix inclusion of init.cfg into Algo templateTed Trask2015-06-091-1/+10
|
* Add new device types to acl.confTed Trask2015-06-081-0/+3
|
* Update cyberdata and grandstream templates to properly require LuaXmlTed Trask2015-06-082-6/+8
|
* Fix duplicate fixedDayEnable in polycom templateTed Trask2015-06-081-5/+6
|
* Add algo, cyberdata, and grandstream to determine_class.luaTed Trask2015-06-081-0/+9
|
* new devices for acf-provisioning: algo, cyberdata, grandstreamSeung Soo Mun2015-06-083-0/+125
| | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com>
* Minor change to comments in polycom templateTed Trask2015-06-071-2/+3
|
* 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>
* Provide SQL escape function to scriptsTed Trask2015-06-011-1/+1
|
* 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>
* Fix update_device.lua script to properly call update_device_params.luaTed Trask2015-04-301-2/+2
|
* Remove setfenv call for Lua 5.2 compatibilityTed Trask2015-01-122-10/+22
|
* Add support for Cisco 2 Port Phone Adapter SPA112Ted Trask2014-08-193-0/+245
|
* Pass logevent function to scriptsTed Trask2013-10-275-15/+15
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-275-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.2Ted Trask2013-10-096-6/+6
|
* Fix bug in polycom template where gmtOffset was -0Ted Trask2013-10-091-0/+2
|
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-235-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 PolycomTed Trask2013-09-101-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 / deletedTed Trask2013-08-262-7/+20
|
* Fix bug in process_put.lua by adding spaces to outputTed Trask2013-06-271-1/+1
|
* Fix null string concatination errors in polycom templateTed Trask2013-03-191-2/+4
|
* Comment out references to APPTed Trask2012-11-265-10/+10
|
* Modified scripts so no exception if Polycom path is missingTed Trask2012-08-082-9/+13
|