aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merged revisions 220288 via svnmerge from tilghman1-3/+0
2009-09-04Merged revisions 216430 via svnmerge from oej1-1/+5
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-2/+2
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-2/+2
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-11-02Fix various spelling and grammatical issues in documentationrussell1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-20/+43
2008-09-25(closes issue #13557)murf1-4/+4
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-2/+6
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-5/+5
2008-04-25Whitespace changes onlytilghman1-46/+46
2008-03-27Merged revisions 111391 via svnmerge from murf1-0/+2
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-1/+1
2007-11-26Merged revisions 89618 via svnmerge from mmichelson1-1/+5
2007-11-22remove redundant headersrizzo1-6/+4
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-19Change warning messages (which are really debug messages) into debug messages.file1-4/+4
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-1/+1
2007-11-07Suppress erroneous warnings on load.tilghman1-4/+4
2007-11-06"show application <foo>" changes for clarity.mmichelson1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+0
2007-10-22Convert some spaces to tabs and make it so the CLI command is only registeredrussell1-15/+10
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-09-20More NEW_CLI conversions.qwell1-30/+26
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+8
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-20Add support for default "say mode" (whether to use the "old" method or "new" ...qwell1-22/+75
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-2/+3
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-4/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-10/+2
2007-02-07Merged revisions 53399 via svnmerge from file1-1/+1
2007-02-05Merged revisions 53152 via svnmerge from file1-1/+1
2007-02-05Merged revisions 53150 via svnmerge from file1-0/+2
2006-10-13Merged revisions 45051 via svnmerge from file1-5/+3
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-27Merged revisions 43803 via svnmerge from qwell1-3/+4
2006-09-18merge qwell's CLI verbification workkpfleming1-3/+5
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-22/+13
2006-06-13destroy the loaded say.conf on module unloadrussell1-0/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
2006-05-29remove an explicit constant;rizzo1-1/+5
2006-05-10support reload say.conf to ease testingrizzo1-1/+12
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-04-19add experimental code for new-style "say" application.rizzo1-3/+323
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