summaryrefslogtreecommitdiff
path: root/apps/app_macro.c
AgeCommit message (Expand)Author
2009-08-10AST-2009-005Tilghman Lesher
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Warn about the use of the application WaitExten() within a Macro().Eliel C. Sardanons
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-07Merged revisions 186775 via svnmerge from Tilghman Lesher
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy
2008-12-17Oops, broke trunkTilghman Lesher
2008-12-17Merged revisions 165317 via svnmerge from Tilghman Lesher
2008-12-16Merged revisions 164876 via svnmerge from Russell Bryant
2008-11-05Add Macro(), MacroExit(), MacroExclusive() andEliel C. Sardanons
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,Tilghman Lesher
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-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-30Merged revisions 77768 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...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-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-31Merged revisions 66770 via svnmerge from Tilghman Lesher
2007-05-08Merged revisions 63478 via svnmerge from Tilghman Lesher
2007-04-08Merged revisions 60713 via svnmerge from Tilghman Lesher
2007-03-23Merged revisions 59188 via svnmerge from Steve Murphy
2007-02-07Merged revisions 53355 via svnmerge from Tilghman Lesher
2006-10-04Added a warning to the documentation for Macro in response to bug 7776Steve Murphy
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-19Various updates from PCadach's chan_h323-live branchMatthew Fredrickson
2006-09-19similar patch for verbose vs debug with minor changesMatt O'Gorman
2006-08-29Committed a fix for 7731, suggested by mnehauser.Steve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...Steve Murphy
2006-08-15This change fixes bug 7731, macros not executing more than one level deep in ...Steve Murphy
2006-08-14resolve some compiler warnings ...Russell Bryant
2006-08-14add MacroExclusive application, a Macro that only one call can executed atRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-05Merged revisions 24837 via svnmerge from 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-30use ast_strdup instead of strdupLuigi Rizzo
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-05Merged revisions 9156 via svnmerge from Tilghman Lesher