aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-02app_macro only needs a rdlock on the contexts list.russell1-1/+1
2007-07-30Merged revisions 77767 via svnmerge from file1-2/+2
2007-05-31Merged revisions 66744 via svnmerge from tilghman1-5/+6
2007-05-08Merged revisions 63477 via svnmerge from tilghman1-18/+32
2007-04-08Merged revisions 60711 via svnmerge from tilghman1-3/+108
2007-03-23Merged revisions 59186 via svnmerge from murf1-0/+5
2007-02-07Merged revisions 53354 via svnmerge from tilghman1-2/+10
2006-10-04OOOps! There is no alternative to suggest in 1.4. A small erasure.murf1-3/+1
2006-10-04In response to bug 7776, a Warning has been added to the doc string for Macro().murf1-1/+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
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-13reduce some duplicated code when doing a strdup (issue #5986)russell1-12/+9
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-12/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+3
2005-11-07application doc updatekpfleming1-1/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-21/+34
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-6/+15
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-07put a limit on Macro depth (to combat recursion) (issue #5114)kpfleming1-2/+23
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-1/+1
2005-07-10more ast_copy_string conversionsrussell1-7/+7
2005-06-06the last round of file version tagskpfleming1-4/+8
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...kpfleming1-0/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-08Fix macro formatting (bug #3275)markster1-169/+179
2005-01-07Add MacroExit application (bug #3045)markster1-0/+21
2004-12-15Small macro fix (bug #3044)markster1-1/+2