summaryrefslogtreecommitdiff
path: root/pbx/pbx_lua.c
AgeCommit message (Expand)Author
2018-01-06General: Silence modules on (un)load.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-01-04core/pbx: dialplan show - display filename/line#Jonathan R. Rose
2016-11-23pbx_lua: On configuration errors report module load failure instead of decline.Dennis Guse
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-08-06pbx_lua: fix regression with global sym export and context clash by pbx_config.George Joseph
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-06-19Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.cGeorge Joseph
2014-01-08pbx_lua: Add support for Lua 5.2Kinsey Moore
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-06Fix lua goto detection to prevent unexpected behavior with confbridgeKinsey Moore
2011-10-21only process args that existMatthew Nicholson
2011-10-21don't limit the length of app and function argumentsMatthew Nicholson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-06Default to starting an autoservice in pbx_lua. The autoservice isMatthew Nicholson
2011-05-06Make pbx_lua handle managing the autoservice better.Matthew Nicholson
2011-05-06Detect Goto in pbx_lua.Matthew Nicholson
2011-05-05Merged revisions 317476 via svnmerge from Russell Bryant
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-03-04Merged revisions 309585 via svnmerge from Matthew Nicholson
2011-03-04Merged revisions 309542 via svnmerge from Matthew Nicholson
2011-03-04Merged revisions 309495 via svnmerge from Matthew Nicholson
2011-03-04Add support for defining hints from pbx_luaMatthew Nicholson
2011-03-04Merged revisions 309448 via svnmerge from Matthew Nicholson
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