summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 0.0.8v0.0.8Ted Trask2011-06-101-1/+1
|
* Add Polycom softkey for DND (Do Not Disturb) except on 650 modelaalatchm2011-06-101-1/+9
|
* Enable callwaitingenable on Hotline and Public phonesaalatchm2011-06-101-2/+2
|
* Implement callwaitingenable in Linksys templateaalatchm2011-06-101-1/+12
|
* Update Linksys resync configuration to match Polycomaalatchm2011-06-101-32/+10
|
* Set Linksys phone to ring more than 20 seconds if no-answer forwarding is ↵aalatchm2011-06-101-1/+3
| | | | disabled.
* Set default ring count for Polycom no-answer forwardingaalatchm2011-06-101-3/+4
|
* Enable autofocus and submit on enter for searchdevicesTed Trask2011-06-093-2/+15
|
* Fixed autofocus and submit on enter for searchby viewsTed Trask2011-06-092-2/+15
|
* Added better error processing for loaded Lua codeTed Trask2011-06-091-3/+16
|
* Added lua validate code into provisioning_params table, added example for ↵Ted Trask2011-06-092-44/+89
| | | | mac address
* Add preliminary template for SNOMsLeonardo Arena2011-06-081-0/+95
|
* Added callwaitingenable and speeddialenable parameters, supported on polycomTed Trask2011-06-022-0/+16
|
* Added better description and validation for digitmap and digitmaptimeoutTed Trask2011-06-021-2/+2
|
* Bumped version to 0.0.7v0.0.7Ted Trask2011-04-151-1/+1
|
* Fix linksys callerid bugTed Trask2011-04-151-1/+1
|
* Fix polycom DST bugTed Trask2011-04-151-3/+2
|
* Added upsupported phone supportTed Trask2011-04-081-0/+5
|
* Fixed comparison typoTed Trask2011-03-311-1/+1
|
* Bumped version to 0.0.6v0.0.6Ted Trask2011-03-241-1/+1
|
* Added in first two templates for Polycom and Linksys ATATed Trask2011-03-243-1/+1156
|
* Added callerid parameter to each registrationTed Trask2011-03-221-0/+35
|
* Clean up parameters and add adminpassword, pcportenable, urldialingenableTed Trask2011-03-221-279/+285
|
* Fixed param defaults issue that caused extra database entriesTed Trask2011-03-091-1/+1
|
* 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
|
* Show command results in searchby viewsTed Trask2011-03-072-0/+4
|
* Minor - permissions for EDITOR and display of searchby...Ted Trask2011-03-042-3/+3
|
* Fail to create / update device if no classes selectedTed Trask2011-03-042-2/+7
|
* After create device, redirect to edit itTed Trask2011-03-042-2/+19
|
* Made nice error messages for device_id search, rather than SQL errorsTed Trask2011-03-041-0/+10
|
* Added forwardnoanswerenable, forwardbusyenable, and forwardallenable parametersTed Trask2011-03-041-3/+108
|
* Removed provisioning-devices and instead use provisioning-device-seq. So, ↵Ted Trask2011-03-045-58/+36
| | | | | | 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
|
* Fixed delete_group by deleting in the right orderTed Trask2011-03-041-2/+2
|
* Modified getgroup/updategroup to add default - allowing creating groups with ↵Ted Trask2011-03-041-5/+24
| | | | null defaults
* Fixed delete_class by deleting in the right orderTed Trask2011-03-031-2/+2
|
* Removed HTTP status from templated getdevicevaluesTed Trask2011-03-031-5/+0
|
* Added searchbyextension and searchbymac to the menuTed Trask2011-03-023-0/+16
|
* Made getdevicevalues and searchdevices into proper forms and added ↵Ted Trask2011-03-018-39/+103
| | | | searchbyextension and searchbymac actions.
* Added MAC address param to devices.Ted Trask2011-02-281-9/+12
|
* Removed name from provisioning_devices, changed getdevicevalues to take ↵Ted Trask2011-02-287-71/+47
| | | | parameter id, comparision, value (like search)
* Removed template from device and set it up as a parameter instead, moved ↵Ted Trask2011-02-268-166/+462
| | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning
* Bumped version to 0.0.5v0.0.5Ted Trask2011-02-111-1/+1
|
* Display the matching param group label when displaying device paramsTed Trask2011-02-111-2/+3
|
* Name should be unique for provisioning_class_groupTed Trask2011-02-111-1/+1
|
* Fixed up class sequenceTed Trask2011-02-112-2/+4
|
* Added concept of class groups to allow separate name and label for class groupsTed Trask2011-02-118-26/+267
| | | | | | | Added four new actions - listclassgroups, editclassgroup, createclassgroup, and deleteclassgroup Added new provisioning_class_groups table Changed provisioning_classes to change name to class_group_id plus added seq field Modified groups to only accept alphanumeric names and display param group label instead of name when editing params
* Bumped release to 0.0.4v0.0.4Ted Trask2011-01-191-1/+1
|
* Added delete_device script and made sure to pass full params structures to ↵Ted Trask2011-01-181-8/+30
| | | | scripts.