summaryrefslogtreecommitdiff
path: root/apps/app_playback.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-07-12app_playback.c: Use the timezonename parameterHolger Hans Peter Freyther
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-20app_playback: Suppress warnings on playback if channel hung upGeorge Joseph
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2013-02-11Properly load say.conf upon reload of module app_playback.Kevin Harwell
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
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