aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-4/+4
2009-05-18Merged revisions 195162 via svnmerge from eliel1-0/+5
2009-04-07Merged revisions 186799 via svnmerge from tilghman1-4/+0
2008-12-23Merged revisions 166093 via svnmerge from murf1-4/+0
2008-12-17Oops, broke trunktilghman1-1/+1
2008-12-17Merged revisions 165317 via svnmerge from tilghman1-21/+55
2008-12-16Merged revisions 164876 via svnmerge from russell1-1/+1
2008-11-05Add Macro(), MacroExit(), MacroExclusive() andeliel1-55/+112
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-6/+6
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-9/+17
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-6/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-1/+1
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-3/+4
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-2/+2
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-4/+4
2007-07-30Merged revisions 77768 via svnmerge from file1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-6/+3
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+2
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-18/+1
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-25/+18
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-05-31Merged revisions 66770 via svnmerge from tilghman1-5/+6
2007-05-08Merged revisions 63478 via svnmerge from tilghman1-18/+32
2007-04-08Merged revisions 60713 via svnmerge from tilghman1-3/+108
2007-03-23Merged revisions 59188 via svnmerge from murf1-0/+5
2007-02-07Merged revisions 53355 via svnmerge from tilghman1-2/+10
2006-10-04Added a warning to the documentation for Macro in response to bug 7776murf1-1/+9
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-5/+9
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-2/+2
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-2/+2
2006-08-29Committed a fix for 7731, suggested by mnehauser.murf1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-28/+17
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...murf1-2/+7
2006-08-15This change fixes bug 7731, macros not executing more than one level deep in ...murf1-4/+4
2006-08-14resolve some compiler warnings ...russell1-2/+2
2006-08-14add MacroExclusive application, a Macro that only one call can executed atrussell1-4/+48
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-05Merged revisions 24837 via svnmerge from russell1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-30use ast_strdup instead of strduprizzo1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-05Merged revisions 9156 via svnmerge from tilghman1-14/+23
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+0
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell1-9/+4