summaryrefslogtreecommitdiffstats
path: root/kamailio-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-201-17/+19
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Changed edit, updateuser, createtableentry, and updatetableentry to use ↵Ted Trask2013-01-261-4/+4
| | | | standard get functions
* Removed redirect_to_referrer callsTed Trask2012-08-021-3/+4
|
* Removed reloadplan action because duplicates feature of startstopTed Trask2012-06-201-5/+0
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-9/+6
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Implemented Reload Dial Plan command.skel2011-07-111-0/+5
|
* Added searchdatabase actionTed Trask2011-02-231-0/+4
|
* Added createdatabase action.Ted Trask2011-01-081-0/+3
|
* Added actions for listing and editing database tables. Relys on kamctlrc.Ted Trask2011-01-081-0/+21
|
* Added ability to create/delete/update users (tested for postgres)Ted Trask2009-11-171-0/+16
|
* First cut at kamailio ACF. Just status, listfiles, edit, startstop.v0.1.0Ted Trask2009-11-051-0/+22