summaryrefslogtreecommitdiff
path: root/pbx/pbx_lua.c
AgeCommit message (Expand)Author
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-05-26Use configure to determine the prefixes and include directories properly.Tilghman Lesher
2009-11-25Load pbx_lua with global symbols to allow linking with other lua libraries.Matthew Nicholson
2009-08-30If lua is detected with the lua5.1 prefix (or not), adjust the include path a...Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-09-26(closes issue #13564)Steve Murphy
2008-09-25(closes issue #13559)Steve Murphy
2008-09-25I added a little verbage to hashtab for the hashtab_destroy func.Steve Murphy
2008-09-25(closes issue #13558)Steve Murphy
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-06-29various minor fixes created while i worked on getting *every* Asterisk module...Kevin P. Fleming
2008-04-25Lock the channel around datastore accessRussell Bryant
2007-12-07Update documentation for pbx_lua.Jason Parker
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20Make trunk build againTilghman Lesher
2007-11-19more errno.h removalLuigi Rizzo
2007-11-17fix the build of pbx_luaRussell Bryant
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Doxygen fixes.Jason Parker
2007-11-08Add check_hangup() method to pbx_lua, which can be used to check whether it i...Jason Parker
2007-11-02propagate the DECLINE return value back to the loaderRussell Bryant
2007-11-02Don't kill asterisk if extensions.lua is not present.Russell Bryant
2007-11-02Oops, some dev-mode changes for ISO C90Tilghman Lesher
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher