aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_speech_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Merged revisions 264335 via svnmerge from mnicholson1-0/+1
2009-03-01Swap reversed timevals.mmichelson1-1/+1
2009-02-19Merged revisions 177383 via svnmerge from file1-0/+1
2008-12-06Move Speech* applications and functions documentation to XML.eliel1-92/+216
2008-10-08Merged revisions 147517 via svnmerge from file1-0/+1
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-0/+6
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-1/+1
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-7/+7
2008-04-30Lock around variables retrieved, and copy the values, if they stay persistent,tilghman1-2/+5
2008-04-25Whitespace changes onlytilghman1-44/+51
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-1/+1
2008-01-30Add the 'n' option to SpeechBackground, which has the application not answer therussell1-6/+25
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-5/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-21/+29
2007-08-13Merged revisions 79334 via svnmerge from file1-1/+1
2007-08-13Merged revisions 79207 via svnmerge from file1-0/+1
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-151/+153
2007-07-25Merged revisions 77176 via svnmerge from file1-2/+10
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-81/+12
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.file1-5/+2
2007-07-11Allow the native formats of a channel to influence the audio that is going to...file1-2/+2
2007-06-22Merged revisions 71068 via svnmerge from qwell1-2/+1
2007-06-15Merged revisions 69558 via svnmerge from file1-1/+9
2007-06-14Convert uses of strdup() to ast_strdup()russell1-3/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-04-13Merged revisions 61651 via svnmerge from file1-0/+3
2007-04-06Merged revisions 60361 via svnmerge from file1-15/+52
2007-04-03Merged revisions 59963 via svnmerge from file1-2/+4
2007-03-26Merged revisions 59223 via svnmerge from file1-3/+12
2007-03-26Merged revisions 59213 via svnmerge from file1-1/+1
2007-02-28Merged revisions 57053 via svnmerge from file1-3/+4
2007-02-21Merged revisions 55947 via svnmerge from file1-1/+1
2007-02-16Merged revisions 54714 via svnmerge from file1-26/+30
2007-02-08Merged revisions 53601 via svnmerge from file1-2/+3
2007-01-18Merged revisions 51251 via svnmerge from file1-1/+1
2007-01-10Merged revisions 50433 via svnmerge from file1-28/+25
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming1-5/+5
2006-10-05As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), B...murf1-1/+1
2006-08-24Documentation updates (thanks Shaun for the speechrec.txt one!)file1-2/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-59/+45
2006-07-18Expand speech API so that the developer can interact with the engine more dir...file1-0/+25
2006-06-11don't leak a frame when breaking out of the loop on a timeoutrussell1-0/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-1/+1
2006-05-24Nothing to see here... move alongfile1-1/+1
2006-05-24Update some documentation (file internal brain bug #42)file1-2/+2
2006-05-15Make sure that the channel is answered before doing SpeechBackground. (issue ...file1-0/+6