aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_speech.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 21:07:06 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 21:07:06 +0000
commit7a0dc4a8d98477fbabc9802ae936afa227b9672d (patch)
tree2424fde1571fc6676af303273c1791aa98928521 /res/res_speech.c
parent4a569d553b0a3cb0d3da915afee6c7d146c8dca5 (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: http://svn.digium.com/svn/asterisk/trunk@45107 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_speech.c')
-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) {