summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix process_put string.match statementTed Trask2012-06-202-2/+1
|
* Changed require statements to reflect location of libraries in acf-lib-0.3 ↵Ted Trask2012-01-271-1/+1
| | | | and acf-core-0.14
* Modify linksys template so empty digitmap allows dialing any numberTed Trask2011-12-161-1/+3
|
* Removed invalid function call from update_device_params scriptTed Trask2011-12-091-1/+0
|
* Added polycomringtone to template and process_putTed Trask2011-12-082-0/+5
|
* Fixed update_device_params script to work when creating a deviceTed Trask2011-12-081-0/+2
|
* 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
* Added support for snom to scriptsTed Trask2011-10-172-0/+4
|
* templates/snom-template: updated moh param to support sip URIsLeonardo Arena2011-10-151-1/+1
|