aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 21:06:09 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-13 21:06:09 +0000
commit7ecd5cb758a4d86af11fe09714e79a08721959e5 (patch)
tree938854a7b1b3546d0e3adffe127130b2d59b8933 /res
parentcdae1298356d0aad2055a971e9feb2ec2d9c4dfb (diff)
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/branches/1.4@45106 f38db490-d61c-443f-a65b-d21fe96a405b
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) {