Commit Graph

61 Commits (66f578b71cb4113876fd35c2059a4adc3345dceb)

Author SHA1 Message Date
Tilghman Lesher 583a3b00d2 Merged revisions 252976 via svnmerge from
15 years ago
Tilghman Lesher e64b7c04f4 Merged revisions 236300 via svnmerge from
16 years ago
Tilghman Lesher 870710a7c4 Merged revisions 229351 via svnmerge from
16 years ago
Tilghman Lesher 07e59f290c AST-2009-005
16 years ago
Tilghman Lesher aff3871fa3 Merged revisions 211232 via svnmerge from
16 years ago
Tilghman Lesher b2e07dae8c Merged revisions 210908 via svnmerge from
16 years ago
Tilghman Lesher fbdaeee639 Merged revisions 195839 via svnmerge from
16 years ago
Tilghman Lesher 0d7e202ebf Merged revisions 174503 via svnmerge from
16 years ago
Tilghman Lesher 52ca2bcf7c Merged revisions 174470 via svnmerge from
16 years ago
Mark Michelson d6359889b9 Merged revisions 161493 via svnmerge from
17 years ago
Mark Michelson ec71774eae Merged revisions 160626 via svnmerge from
17 years ago
Kevin P. Fleming 040bbb51c7 Merged revisions 157706 via svnmerge from
17 years ago
Kevin P. Fleming d660c03fdc Merged revision 153709 from trunk
17 years ago
Kevin P. Fleming 1036849a42 import gcc 4.3.2 warning fixes from trunk, with a few changes specific to this branch
17 years ago
Tilghman Lesher 95c0f16b9a Merged revisions 152134 via svnmerge from
17 years ago
Kevin P. Fleming a890790280 Merged revisions 149384 via svnmerge from
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
Steve Murphy f4c85ebd22 (closes issue #12689)
17 years ago
Tilghman Lesher 90d75af346 Conditionally load the AGI command gosub, depending on whether or not res_agi
17 years ago
Tilghman Lesher 428f08bd64 Suppress warning about pbx structure already existing
17 years ago
Tilghman Lesher c7191467d2 Add native AGI command GOSUB, as invoking Gosub with EXEC does not work
17 years ago
Tilghman Lesher 527c601d0c Lock around variables retrieved, and copy the values, if they stay persistent,
17 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Luigi Rizzo 51391e6b09 shuffle a little bit the content of header files to reduce dependencies.
18 years ago
Luigi Rizzo ea2c54859d more removal of redundant headers
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Mark Michelson 5a4867543d "show application <foo>" changes for clarity.
18 years ago
Tilghman Lesher 20bbd09de3 Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
18 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
18 years ago
Joshua Colp 96a646734f It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it.
18 years ago
Tilghman Lesher d260399bc1 Oops, shouldn't have taken that last shortcut (also add some checks)
18 years ago
Tilghman Lesher 344f8d40a8 Another method of doing local variables, hopefully a little closer to what codefreeze had in mind
18 years ago
Tilghman Lesher 2586a090a8 Local variables for codefreeze
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher 1236ed3214 Issue 9477 - Improve menuselect labels
18 years ago
Olle Johansson eed095c276 Debug control, debug control.
18 years ago
Tilghman Lesher d9bd122fce Convert stack apps to use ast_storage channel structure
18 years ago
Tilghman Lesher c9c1613503 Okay, I can't use ast_app_separate_args for that... and add some debugging for murf...
19 years ago
Tilghman Lesher d3033c319b Use the standard parsing routines
19 years ago
Tilghman Lesher ff2dd4ec41 It makes more sense that in GosubIf that the two labels might have different arguments.
19 years ago
Tilghman Lesher c8e3edeb8e Gosub arguments (Issue 7780)
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Tilghman Lesher a532c787f2 Merged revisions 16192 via svnmerge from
19 years ago