aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-30(closes issue #10334)file1-2/+2
2007-05-31Issue 9818 - Fix for issue 8329 breaks pbx_realtime. Issue 8329 will remain ...tilghman1-5/+6
2007-05-08Issue 9602 - segfault in app_macrotilghman1-18/+32
2007-04-08Gosub called within a Macro resets the arguments improperly and causes genera...tilghman1-2/+108
2007-03-23Ugh. that was dumb. Fixed an error.murf1-1/+1
2007-03-23Added a few words in the Macro doc strings about the behavior of macros with ...murf1-0/+5
2007-02-07Issue 7440 - Macro called from Macro from the h extension exits prematurelytilghman1-3/+10
2006-10-04For bug 7776, I have inserted a warning about Macro nesting vs. stack limitat...murf1-1/+7
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-2/+2
2006-08-28According to a note added to 7731 by mneuhauser, thismurf1-1/+1
2006-08-17Make app_macro compile againfile1-1/+1
2006-08-17In app_macro, changed the previously changed upper recursion depth limit to a...murf1-2/+7
2006-08-15This revision fixes bug 7731, the inability for macros to be called more than...murf1-4/+4
2006-05-05use pbx_checkcondition() instead of ast_true() to evaluate the conditionrussell1-1/+1
2006-02-05Bug 6176 - Fix race conditiontilghman1-14/+23
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2004-11-22Merge anthm's MacroIf patch (bug #2912)markster1-2/+42
2004-10-02Huge callerid rework (might break H.323, others)markster1-5/+5
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-4/+5
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+1
2004-05-08ast_strlen_zero changescitats1-3/+4
2004-03-04Copy old extension unless it's ASYNCGOTO (bug #1141)markster1-1/+1
2003-08-21Actually set variable name before usingmarkster1-1/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-1/+1
2003-08-07Make parking resume properly when in macromarkster1-1/+6
2003-04-23Fix the previous patch (don't exit from macro when we were invoked from 'h' e...martinp1-1/+1
2003-04-23Don't stop executing macro when we're in 'h' extensionmartinp1-1/+2
2003-04-23Add commonly used include headersmarkster1-0/+1
2003-04-09Add new "macrocontext" field (yes, you need to "make clean ; make install"markster1-6/+10
2003-04-09Make macro preserve contextmarkster1-3/+6
2003-03-12Wed Mar 12 07:00:01 CET 2003matteo1-8/+11
2003-03-08Sat Mar 8 07:00:00 CET 2003matteo1-1/+1