Commit Graph

39 Commits (9b92042c17ca31e46b82b2ebf08ff75a28e6cea0)

Author SHA1 Message Date
George Joseph 76d1ae97d4 pbx_lua: fix regression with global sym export and context clash by pbx_config.
11 years ago
George Joseph 8184532a9f Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c
11 years ago
Kinsey Moore 5c4d3ace5b pbx_lua: Add support for Lua 5.2
11 years ago
Kinsey Moore 377caa7fb1 Clean up and ensure proper usage of alloca()
13 years ago
Matthew Nicholson a16caab0e0 only process args that exist
14 years ago
Matthew Nicholson c0d3d4b0e4 don't limit the length of app and function arguments
14 years ago
Leif Madsen d4938a111e Introduce <support_level> tags in MODULEINFO.
14 years ago
Matthew Nicholson 8ed15a49a1 pbx_lua autoservice fixes
14 years ago
Russell Bryant 08ae269e5c Add a datastore fixup to fix a pbx_lua crash.
14 years ago
Russell Bryant 1ccfa50ba8 Fix more "set but unused" warnings.
14 years ago
Matthew Nicholson d4a55c8fd8 Merged revisions 309584 via svnmerge from
14 years ago
Matthew Nicholson a6f3fd48e0 Merged revisions 309541 via svnmerge from
14 years ago
Matthew Nicholson 43918cb291 Merged revisions 309494 via svnmerge from
14 years ago
Matthew Nicholson 4988f8f6e1 Export global symbols from pbx_lua to allow modules to be loaded. Fixes a regression introduced in r278132.
14 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tilghman Lesher a7498ae02e Use configure to determine the prefixes and include directories properly.
15 years ago
Matthew Nicholson a723865e5c Load pbx_lua with global symbols to allow linking with other lua libraries.
16 years ago
Tilghman Lesher 01fd08d5b9 If lua is detected with the lua5.1 prefix (or not), adjust the include path accordingly.
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Steve Murphy 1c2b1eb928 (closes issue #13564)
17 years ago
Steve Murphy a36696f2e7 (closes issue #13559)
17 years ago
Steve Murphy 38028fa641 I added a little verbage to hashtab for the hashtab_destroy func.
17 years ago
Steve Murphy f8ddaae70b (closes issue #13558)
17 years ago
Kevin P. Fleming 7df8b8b848 make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions
17 years ago
Kevin P. Fleming 71b3fd1ef7 various minor fixes created while i worked on getting *every* Asterisk module to build on laptop in dev mode:
17 years ago
Russell Bryant 9eb8e7d665 Lock the channel around datastore access
17 years ago
Jason Parker fc607d5be4 Update documentation for pbx_lua.
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Tilghman Lesher cbfc6dcbea Make trunk build again
18 years ago
Luigi Rizzo ffd86fc964 more errno.h removal
18 years ago
Russell Bryant 49d1248c55 fix the build of pbx_lua
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Jason Parker cfbc4f5fb8 Doxygen fixes.
18 years ago
Jason Parker 267e829cbd Add check_hangup() method to pbx_lua, which can be used to check whether it is time to hangup a channel.
18 years ago
Russell Bryant c93520b88b propagate the DECLINE return value back to the loader
18 years ago
Russell Bryant 9a47852673 Don't kill asterisk if extensions.lua is not present.
18 years ago
Tilghman Lesher ca55e2f671 Oops, some dev-mode changes for ISO C90
18 years ago
Tilghman Lesher e8c781b215 Add pbx_lua as a method of doing extensions
18 years ago