aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_stack.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merged revisions 264752 via svnmerge from tilghman1-1/+1
2010-03-16Merged revisions 252976 via svnmerge from tilghman1-6/+17
2009-12-23Merged revisions 236300 via svnmerge from tilghman1-2/+2
2009-11-10Merged revisions 229351 via svnmerge from tilghman1-1/+11
2009-08-10AST-2009-005tilghman1-1/+1
2009-08-09Merged revisions 211232 via svnmerge from tilghman1-1/+6
2009-08-06Merged revisions 210908 via svnmerge from tilghman1-4/+4
2009-05-20Merged revisions 195839 via svnmerge from tilghman1-14/+13
2009-02-10Fix0ring buildtilghman1-5/+3
2009-02-10Remove the usage of the KeepAlive app, as it no longer exists.tilghman1-16/+6
2009-02-031. Make OS X compile cleanly with app_stack.tilghman1-2/+2
2008-12-05If the autoloop flag is set on a channel, then we need to mmichelson1-1/+1
2008-12-03Add some safety measures when using gosub, especially when using the optionsmmichelson1-1/+12
2008-12-03- Avoid setting .synopsis and .syntax if we are using XML documentation (or theeliel1-6/+5
2008-12-02Add LOCAL_PEEK function, as requested by lmadsen.tilghman1-0/+59
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming1-14/+3
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-7/+7
2008-11-05- Add more <see-also> based on TFOT.eliel1-0/+22
2008-11-03Add LOCAL() function XML documentation.eliel1-2/+17
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...kpfleming1-12/+9
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+8
2008-11-01Merge changes from team/group/appdocsxmlrussell1-25/+68
2008-10-27Set ARGC in subroutines with the number of arguments passed.tilghman1-2/+2
2008-10-27Oops, only delete the ARG variables once upon release. The following sectiontilghman1-8/+0
2008-10-15building this module depends on res_agi being built as wellkpfleming1-0/+4
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-2/+2
2008-06-16(closes issue #12689)murf1-1/+1
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-10/+27
2008-05-30Suppress warning about pbx structure already existingtilghman1-0/+7
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not worktilghman1-2/+105
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-1/+4
2008-01-10Several manager changes:tilghman1-1/+1
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-0/+1
2007-11-22more removal of redundant headersrizzo1-3/+0
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-8/+8
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-2/+2
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-13/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-20Oops, shouldn't have taken that last shortcut (also add some checks)tilghman1-27/+37
2007-06-20Another method of doing local variables, hopefully a little closer to what co...tilghman1-15/+20
2007-06-20Local variables for codefreezetilghman1-2/+88
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-8/+6
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+1
2007-03-06Debug control, debug control.oej1-3/+5
2007-03-03Convert stack apps to use ast_storage channel structuretilghman1-33/+123
2006-10-03Okay, I can't use ast_app_separate_args for that... and add some debugging fo...tilghman1-13/+16
2006-10-02Use the standard parsing routinestilghman1-11/+23