summaryrefslogtreecommitdiffstats
path: root/config/templates
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-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-011-0/+3
|
* 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-104-10/+10
|
* 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>
* 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
* 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>
* 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
|
* 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
|
* 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
|
* 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>
* Add support for Cisco 2 Port Phone Adapter SPA112Ted Trask2014-08-191-0/+241
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-093-3/+3
|
* 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
|
* Modify linksys template so empty digitmap allows dialing any numberTed Trask2011-12-161-1/+3
|
* Added polycomringtone to template and process_putTed Trask2011-12-081-0/+3
|
* Added hotline functionality to linksys templateTed Trask2011-11-231-4/+10
|
* Modified linksys template to add timezone and fix forwarding and line enableTed Trask2011-11-231-13/+81
|
* Some minor error checking in snom templateTed Trask2011-11-101-4/+6
|
* Work on snom template to implement more parametersTed Trask2011-11-101-39/+138
| | | | Basic registration and timezones tested to work, other features untested
* Rewrite of snom xml_elem functionTed Trask2011-11-031-19/+19
|
* Removed from snom template parameters not controlled by acf-provisioningTed Trask2011-11-031-26/+1
|
* Added mailcallback parameterTed Trask2011-10-281-1/+6
|
* Rewrote linksysata-template.lua to handle multiple linesTed Trask2011-10-271-59/+70
|
* Removed settings from linksysata-template that are not related to ↵Ted Trask2011-10-191-754/+0
| | | | provisioning parameters
* Updated formatting of polycom template and removed settings not related to ↵Ted Trask2011-10-191-159/+53
| | | | provisioning parameters
* templates/snom-template: updated moh param to support sip URIsLeonardo Arena2011-10-151-1/+1
|
* Added in configuration files / scripts and cgi-bin scripts.Ted Trask2011-10-103-0/+1280