summaryrefslogtreecommitdiffstats
path: root/provisioning-scripts.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fixed validating / setting defaults for param groupsTed Trask2011-12-081-1/+1
|
* Added polycomringtone parameter and, as a result, changed all of the ↵Ted Trask2011-12-081-459/+528
| | | | | | | Registration parameter groups Registration -> Registration (Polycom) and Registration (Linksys) - they're different now Registration No Forwarding -> Registration (Snom), and Registration Unsupported -> Registration (Unsupported)
* Add a valid default (UTC) for timezoneTed Trask2011-11-101-1/+1
|
* Added database parameters for Snom supportTed Trask2011-11-071-0/+87
|
* Fixed syntax in table creation scriptTed Trask2011-11-031-2/+2
|
* Fixed Standard Phone to have null value for mailbox and mailcallbackTed Trask2011-10-281-2/+2
|
* Added mailcallback parameterTed Trask2011-10-281-0/+2
|
* Modify DB to include support for more Polycom modelsTed Trask2011-10-191-44/+62
|
* Added viewclassparams, getfile, and putfile actions plus determine_class.lua ↵Ted Trask2011-10-101-0/+5
| | | | | | | | | | script and provisioning_requests table. viewclassparams shows the parameters and default values for a class getfile is used to get the config file for a known device and a default config file for unconfigured devices putfile is unimplemented, but will be used for parsing files uploaded to the server determine_class.lua determines which device class best matches an unconfigured device (by agent) provisioning_requests table will track the last request (ip, agent, and timestamp) for each device
* Added in one mailbox parameter, supported on PolycomTed Trask2011-06-141-0/+2
|
* Enable callwaitingenable on Hotline and Public phonesaalatchm2011-06-101-2/+2
|
* Added lua validate code into provisioning_params table, added example for ↵Ted Trask2011-06-091-28/+28
| | | | mac address
* Added callwaitingenable and speeddialenable parameters, supported on polycomTed Trask2011-06-021-0/+8
|
* Added better description and validation for digitmap and digitmaptimeoutTed Trask2011-06-021-2/+2
|
* Added upsupported phone supportTed Trask2011-04-081-0/+5
|
* Added callerid parameter to each registrationTed Trask2011-03-221-0/+35
|
* Clean up parameters and add adminpassword, pcportenable, urldialingenableTed Trask2011-03-221-279/+285
|
* Added parameters registrar, digitmap, digitmaptimeout, sntpserver, timezone, ↵Ted Trask2011-03-091-12/+32
| | | | musiconhold, and homepage
* Added Polycom 331/335 supportTed Trask2011-03-081-4/+4
|
* Added forwardnoanswerenable, forwardbusyenable, and forwardallenable parametersTed Trask2011-03-041-3/+108
|
* Removed provisioning-devices and instead use provisioning-device-seq. So, ↵Ted Trask2011-03-041-11/+15
| | | | | | device label is no more. Also changed Standard Phone without Call Forwarding to Public Phone.
* Changed script to mac is not defaulted to invalid valueTed Trask2011-03-041-2/+2
|
* Added MAC address param to devices.Ted Trask2011-02-281-9/+12
|
* Removed name from provisioning_devices, changed getdevicevalues to take ↵Ted Trask2011-02-281-2/+1
| | | | parameter id, comparision, value (like search)
* Removed template from device and set it up as a parameter instead, moved ↵Ted Trask2011-02-261-0/+403
scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning