aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_festival.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-10/+10
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...tilghman1-13/+3
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-6/+18
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-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-1/+1
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman1-3/+0
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+4
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-212/+200
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-9/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-7/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-28/+14
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-2/+2
2007-05-24Merged revisions 65853 via svnmerge from russell1-2/+3
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-0/+2
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-12-11Merged revisions 48375 via svnmerge from tilghman1-2/+9
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-28/+46
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-4/+4
2006-08-31everything that loads a config that needs a config file to runmogorman1-0/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-24/+12
2006-06-13Merged revisions 33781 via svnmerge from russell1-0/+3
2006-06-11Merged revisions 33513 via svnmerge from russell1-0/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-5/+1
2006-05-09Bug 6787 - Allow escaping of newline characters for invoking non-Festival TTS...tilghman1-0/+17
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-14/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+6
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-6/+0
2006-01-17Merged revisions 8140 via svnmerge from mogorman1-1/+2
2006-01-13 More memory wrapper cleanup. #6224bweschke1-2/+8
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-1/+13
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-8/+23
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-4/+15
2005-06-06the last round of file version tagskpfleming1-9/+13
2005-05-23remove seemingly useless write (bug #4299)russell1-1/+0