summaryrefslogtreecommitdiffstats
path: root/config/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add missedcallhistoryenable and receivedcallhistoryenable paramsTed Trask2017-02-224-2/+16
| | | | | | | callhistoryenable is now for placed calls only makes these parameters consistent between snom and polycom (cherry picked from commit d749574edabd2f8782a84bc46d953208085fa62f)
* Add Polycom clockenable parameterTed Trask2017-02-221-0/+3
| | | | (cherry picked from commit 6e2cf4da8bee8dbc180c6011ecf98b70a215bf71)
* Remove trailing whitespaceTed Trask2016-11-084-10/+10
| | | | (cherry picked from commit 12d3537a7cb975b0a75698f1e1f90e66313a6893)
* CyberData parameter related with Door Sensor SettingsVinícius de Jesus2016-11-031-0/+17
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> (cherry picked from commit 08a1f90869fae30a55bf90df709e4b9d1253092b)
* New device for acf-provisioning: Cyberdata Paging Zone ControllerVinícius de Jesus2016-07-061-10/+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> (cherry picked from commit 8d84399705a808d4d22ad3df7f07a68ef3d7fb6c)
* Fix Polycom pcportenable/entherModePC parameter to properly disable the portTed Trask2016-04-201-5/+6
| | | | (cherry picked from commit 4a33a237f1f45021039e32dbc7eb04c6a02eaf3d)
* Add Cyberdata Device parametersVinícius de Jesus2016-04-201-0/+33
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> (cherry picked from commit 3e38d01b353823358c8163f30f9124f837b1658b)
* 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