aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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) {