summaryrefslogtreecommitdiff
path: root/apps/app_macro.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-10-18app_macro deprecation.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-25app_macro: Consider '~~s~~' as a macro start extension.chrisderock
2016-07-15pbx: Create pbx_include.c for management of 'struct ast_include'.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-13app_macro: Don't restore the calling location on a channel redirect.Richard Mudgett
2014-09-05main/cdrs: Preserve context/extension when executing a Macro or GoSubMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-10Fix app_macro.c MODULEINFO section termination.Richard Mudgett
2011-09-27Merged revisions 338085 via svnmerge from Paul Belanger
2011-07-15Merged revisions 328451 via svnmerge from Leif Madsen
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-11-22Merged revisions 295866 via svnmerge from Richard Mudgett
2010-10-13Report what extension called a failed macroStefan Schmidt
2010-07-14ast_callerid restructuringRichard Mudgett
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