summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-13 21:07:06 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-13 21:07:06 +0000
commit3e6b9cacb470c0788a735f7fcf610f735f22e12b (patch)
tree2424fde1571fc6676af303273c1791aa98928521 /res
parentfd2bd9a87ebc97f7f791cd45962d26074fa5e7cf (diff)
Merged revisions 45106 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45106 | file | 2006-10-13 17:06:09 -0400 (Fri, 13 Oct 2006) | 2 lines Clear the quiet flag too since we are restarting a recognition again (reported on -dev by Stephan Edelman) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rw-r--r--res/res_speech.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_speech.c b/res/res_speech.c
index 8330333b7..f06638a5d 100644
--- a/res/res_speech.c
+++ b/res/res_speech.c
@@ -159,6 +159,7 @@ void ast_speech_start(struct ast_speech *speech)
/* Clear any flags that may affect things */
ast_clear_flag(speech, AST_SPEECH_SPOKE);
+ ast_clear_flag(speech, AST_SPEECH_QUIET);
/* If results are on the structure, free them since we are starting again */
if (speech->results != NULL) {