Commit Graph

50 Commits (f95db061fd9f34b7dc5a50d9fc136dda9df42dd1)

Author SHA1 Message Date
Tilghman Lesher c0ce087e43 Issue 9818 - Fix for issue 8329 breaks pbx_realtime. Issue 8329 will remain unfixed for pbx_realtime, but only because we lack core API to do it.
18 years ago
Tilghman Lesher 25930c842f Issue 9602 - segfault in app_macro
18 years ago
Tilghman Lesher 2e1fe209de Gosub called within a Macro resets the arguments improperly and causes general weirdness. (Issue 8329)
18 years ago
Steve Murphy 714e570302 Ugh. that was dumb. Fixed an error.
18 years ago
Steve Murphy fe9bbc5dfc Added a few words in the Macro doc strings about the behavior of macros with hangups (et al.), as per 9337
18 years ago
Tilghman Lesher 7d1af2b829 Issue 7440 - Macro called from Macro from the h extension exits prematurely
19 years ago
Steve Murphy 4f0d22fde1 For bug 7776, I have inserted a warning about Macro nesting vs. stack limitations
19 years ago
Matt O'Gorman 942768c022 fixes some verbose vs debug issues. patch from bug 2617
19 years ago
Steve Murphy 6daea8e8fb According to a note added to 7731 by mneuhauser, this
19 years ago
Joshua Colp afedbd97af Make app_macro compile again
19 years ago
Steve Murphy 4098ad798d In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs. This fix mirrors the changes made in r40200 in trunk.
19 years ago
Steve Murphy f4e47e9b51 This revision fixes bug 7731, the inability for macros to be called more than one level deep in the 'h' extension.
19 years ago
Russell Bryant 9d0eead218 use pbx_checkcondition() instead of ast_true() to evaluate the condition
19 years ago
Tilghman Lesher eb177856db Bug 6176 - Fix race condition
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Russell Bryant 987b87662c make app_queue 1.2 jump compliant (issue #5580)
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming a78f58b4e4 put a limit on Macro depth (to combat recursion) (issue #5114)
20 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
20 years ago
Russell Bryant 206f712599 more ast_copy_string conversions
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming bced63033d make 'goto' APIs aware of auto-processing loops, so they know exactly when to set the requested priority or one priority lower
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 3a49a959ca Fix macro formatting (bug #3275)
21 years ago
Mark Spencer 97ad147395 Add MacroExit application (bug #3045)
21 years ago
Mark Spencer dc636198ec Small macro fix (bug #3044)
21 years ago
Mark Spencer 9cd104ff6f Merge anthm's MacroIf patch (bug #2912)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
Mark Spencer 4d32c46126 Merge rgagnon's pedantic string checks (apps a-m, bug #2035)
21 years ago
James Golovich f5c18f62a1 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
James Golovich 29718a5001 ast_strlen_zero changes
21 years ago
Mark Spencer 0a103544e4 Copy old extension unless it's ASYNCGOTO (bug #1141)
22 years ago
Mark Spencer f3b5e16672 Actually set variable name before using
22 years ago
Mark Spencer 1bb58646de Totally revamp thread debugging to support locating and removing deadlocks
22 years ago
Mark Spencer 9f51b3590d Make parking resume properly when in macro
22 years ago
Martin Pycko 562fc888b5 Fix the previous patch (don't exit from macro when we were invoked from 'h' extension)
22 years ago
Martin Pycko 75e98ab6d1 Don't stop executing macro when we're in 'h' extension
22 years ago
Mark Spencer 89e0dd94a2 Add commonly used include headers
22 years ago
Mark Spencer 3e10ac9f6e Add new "macrocontext" field (yes, you need to "make clean ; make install"
22 years ago
Mark Spencer 45eb2c1c9d Make macro preserve context
22 years ago
Matteo Brancaleoni 66a57e51e3 Wed Mar 12 07:00:01 CET 2003
23 years ago
Matteo Brancaleoni d50ea0e9d4 Sat Mar 8 07:00:00 CET 2003
23 years ago
Matteo Brancaleoni 2bd936105e mer feb 12 14:56:57 CET 2003
23 years ago