aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_lua.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-3/+3
2010-05-26Use configure to determine the prefixes and include directories properly.tilghman1-6/+0
2009-11-25Load pbx_lua with global symbols to allow linking with other lua libraries.mnicholson1-1/+1
2009-08-30If lua is detected with the lua5.1 prefix (or not), adjust the include path a...tilghman1-0/+6
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-2/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+3
2008-09-26(closes issue #13564)murf1-5/+48
2008-09-25(closes issue #13559)murf1-0/+1
2008-09-25I added a little verbage to hashtab for the hashtab_destroy func.murf1-1/+77
2008-09-25(closes issue #13558)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