Commit Graph

46 Commits (fac3839e6837241c10bee6f2563a27f1d367ddc6)

Author SHA1 Message Date
Matthew Jordan 8018b879a2 Clean up doxygen warnings
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Sean Bright 99bd5b1e2e Eliminate a bunch of shadow warnings.
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
13 years ago
Kinsey Moore 389ac0cff1 Fix lua goto detection to prevent unexpected behavior with confbridge
13 years ago
Matthew Nicholson f39cbc004d only process args that exist
14 years ago
Matthew Nicholson 9c7a017540 don't limit the length of app and function arguments
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Matthew Nicholson 7a1204d129 Default to starting an autoservice in pbx_lua. The autoservice is
14 years ago
Matthew Nicholson d5e9ce9ab1 Make pbx_lua handle managing the autoservice better.
14 years ago
Matthew Nicholson bccba53bcf Detect Goto in pbx_lua.
14 years ago
Russell Bryant ea4d4dfabf Merged revisions 317476 via svnmerge from
14 years ago
Russell Bryant f0f5e237bf Merged revisions 317474 via svnmerge from
14 years ago
Matthew Nicholson f6c2ebff45 Merged revisions 309585 via svnmerge from
14 years ago
Matthew Nicholson 3ef45303e1 Merged revisions 309542 via svnmerge from
14 years ago
Matthew Nicholson 8861d64ecc Merged revisions 309495 via svnmerge from
14 years ago
Matthew Nicholson b20fecdbbb Add support for defining hints from pbx_lua
14 years ago
Matthew Nicholson 438ef2625a Merged revisions 309448 via svnmerge from
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