aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_lua.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25Merged revisions 231189 via svnmerge from mnicholson1-1/+1
2009-08-30Merged revisions 214819 via svnmerge from tilghman1-0/+6
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-1/+3
2008-09-26Merged revisions 144681 via svnmerge from murf1-5/+48
2008-09-25Merged revisions 144563 via svnmerge from murf1-0/+1
2008-09-25Merged revisions 144523 via svnmerge from murf1-1/+77
2008-09-25Merged revisions 144482 via svnmerge from murf1-19/+16
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-3/+3
2008-06-29various minor fixes created while i worked on getting *every* Asterisk module...kpfleming1-3/+3
2008-04-25Lock the channel around datastore accessrussell1-0/+2
2007-12-07Update documentation for pbx_lua.qwell1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20Make trunk build againtilghman1-0/+1
2007-11-19more errno.h removalrizzo1-2/+0
2007-11-17fix the build of pbx_luarussell1-0/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-12Doxygen fixes.qwell1-1/+1
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...qwell1-0/+33
2007-11-02propagate the DECLINE return value back to the loaderrussell1-3/+5
2007-11-02Don't kill asterisk if extensions.lua is not present.russell1-2/+2
2007-11-02Oops, some dev-mode changes for ISO C90tilghman1-59/+92
2007-11-02Add pbx_lua as a method of doing extensionstilghman1-0/+1290