Commit Graph

71 Commits (a687e8c53f234307ad328a88b4363d5c48e60b51)

Author SHA1 Message Date
Tilghman Lesher 56e7ca00c1 Fix Macro documentation to match current (and intended) behavior.
16 years ago
Tilghman Lesher 9e38dd5427 Restore a behavior that was recently changed, when we fixed issue #13962 and
16 years ago
Tilghman Lesher 8468d435e8 Reverse the fix from issue #6176 and add proper handling for that issue.
17 years ago
Russell Bryant c703960acc Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.
17 years ago
Russell Bryant 4ee7457343 app_macro only needs a rdlock on the contexts list.
18 years ago
Joshua Colp ef742da9a6 Merged revisions 77767 via svnmerge from
18 years ago
Tilghman Lesher 17329054c8 Merged revisions 66744 via svnmerge from
18 years ago
Tilghman Lesher 414b5a15f5 Merged revisions 63477 via svnmerge from
18 years ago
Tilghman Lesher 0d5e645d47 Merged revisions 60711 via svnmerge from
18 years ago
Steve Murphy 23c28f5aff Merged revisions 59186 via svnmerge from
18 years ago
Tilghman Lesher 7f0c317655 Merged revisions 53354 via svnmerge from
19 years ago
Steve Murphy fcd80ee83b OOOps! There is no alternative to suggest in 1.4. A small erasure.
19 years ago
Steve Murphy 7ceeecd23f In response to bug 7776, a Warning has been added to the doc string for Macro().
19 years ago
Matthew Fredrickson 33ddb53663 Various updates from PCadach's chan_h323-live branch
19 years ago
Matt O'Gorman d0a1a0033d similar patch for verbose vs debug with minor changes
19 years ago
Steve Murphy 11cb5a34fd Committed a fix for 7731, suggested by mnehauser.
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Steve Murphy 8078aea52b 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.
19 years ago
Steve Murphy 8a0b9236a7 This change fixes bug 7731, macros not executing more than one level deep in a hung-up situation; also increased maximum recursion depth from 7 to 20, to keep serious coders from painful toe-stubbings
19 years ago
Russell Bryant bd5ce7362d resolve some compiler warnings ...
19 years ago
Russell Bryant 9ad9e42c3e add MacroExclusive application, a Macro that only one call can executed at
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 110a0aa803 Merged revisions 24837 via svnmerge from
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Luigi Rizzo b7467d7d09 use ast_strdup instead of strdup
19 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Tilghman Lesher b347ddf3c6 Merged revisions 9156 via svnmerge from
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 7ad681adc8 remove lots of useless checks of the result of ast_strdupa
20 years ago
Russell Bryant 55c8fc92a9 Various cleanups from comments in an email from Luigi Rizzo. Thank you!
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant 565dcc3482 reduce some duplicated code when doing a strdup (issue #5986)
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 2c65582b66 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