summaryrefslogtreecommitdiff
path: root/apps/app_stack.c
AgeCommit message (Expand)Author
2008-12-03- Avoid setting .synopsis and .syntax if we are using XML documentation (or theEliel C. Sardanons
2008-12-02Add LOCAL_PEEK function, as requested by lmadsen.Tilghman Lesher
2008-11-26improve handling of API calls provided by loaded modules through use of some ...Kevin P. Fleming
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...Kevin P. Fleming
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-03Add LOCAL() function XML documentation.Eliel C. Sardanons
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...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-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-27Set ARGC in subroutines with the number of arguments passed.Tilghman Lesher
2008-10-27Oops, only delete the ARG variables once upon release. The following sectionTilghman Lesher
2008-10-15building this module depends on res_agi being built as wellKevin P. Fleming
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-06-16(closes issue #12689)Steve Murphy
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agiTilghman Lesher
2008-05-30Suppress warning about pbx structure already existingTilghman Lesher
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not workTilghman Lesher
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
2008-01-10Several manager changes:Tilghman Lesher
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-22more removal of redundant headersLuigi Rizzo
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-20Oops, shouldn't have taken that last shortcut (also add some checks)Tilghman Lesher
2007-06-20Another method of doing local variables, hopefully a little closer to what co...Tilghman Lesher
2007-06-20Local variables for codefreezeTilghman Lesher
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-03-06Debug control, debug control.Olle Johansson
2007-03-03Convert stack apps to use ast_storage channel structureTilghman Lesher
2006-10-03Okay, I can't use ast_app_separate_args for that... and add some debugging fo...Tilghman Lesher
2006-10-02Use the standard parsing routinesTilghman Lesher
2006-10-02It makes more sense that in GosubIf that the two labels might have different ...Tilghman Lesher
2006-09-26Gosub arguments (Issue 7780)Tilghman Lesher
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-29Merged revisions 16192 via svnmerge from Tilghman Lesher
2006-03-24Add missingLuigi Rizzo
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant