summaryrefslogtreecommitdiff
path: root/apps/app_playback.c
AgeCommit message (Expand)Author
2010-08-30Add doxygen documentationOlle Johansson
2009-09-24Merged revisions 220288 via svnmerge from Tilghman Lesher
2009-09-04Merged revisions 216430 via svnmerge from Olle Johansson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-09-25(closes issue #13557)Steve Murphy
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-04-25Whitespace changes onlyTilghman Lesher
2008-03-27Merged revisions 111391 via svnmerge from Steve Murphy
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2007-11-26Merged revisions 89618 via svnmerge from Mark Michelson
2007-11-22remove redundant headersLuigi Rizzo
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-19Change warning messages (which are really debug messages) into debug messages.Joshua Colp
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo
2007-11-07Suppress erroneous warnings on load.Tilghman Lesher
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-10-22Convert some spaces to tabs and make it so the CLI command is only registeredRussell Bryant
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-20More NEW_CLI conversions.Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-20Add support for default "say mode" (whether to use the "old" method or "new" ...Jason Parker
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...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-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-02-07Merged revisions 53399 via svnmerge from Joshua Colp
2007-02-05Merged revisions 53152 via svnmerge from Joshua Colp
2007-02-05Merged revisions 53150 via svnmerge from Joshua Colp
2006-10-13Merged revisions 45051 via svnmerge from Joshua Colp
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-27Merged revisions 43803 via svnmerge from Jason Parker
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-13destroy the loaded say.conf on module unloadRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-29remove an explicit constant;Luigi Rizzo
2006-05-10support reload say.conf to ease testingLuigi Rizzo
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-19add experimental code for new-style "say" application.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo