aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_stack.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-02It makes more sense that in GosubIf that the two labels might have different ...tilghman1-24/+24
2006-09-26Gosub arguments (Issue 7780)tilghman1-11/+71
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-22/+11
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-1/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-29Merged revisions 16192 via svnmerge from tilghman1-1/+1
2006-03-24Add missingrizzo1-0/+4
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-4/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+4
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-4/+0
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03Merged revisions 7743 via svnmerge fromtilghman1-9/+5
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #2720kpfleming1-0/+197