projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merged revisions 264334 via svnmerge from
[asterisk/asterisk.git]
/
apps
/
app_speech_utils.c
diff --git
a/apps/app_speech_utils.c
b/apps/app_speech_utils.c
index
28c37a3
..
60af436
100644
(file)
--- a/
apps/app_speech_utils.c
+++ b/
apps/app_speech_utils.c
@@
-827,6
+827,7
@@
static int speech_background(struct ast_channel *chan, const char *data)
if (dtmf_terminator != '\0' && f->subclass.integer == dtmf_terminator) {
done = 1;
} else {
+ quieted = 1;
if (chan->stream != NULL) {
ast_stopstream(chan);
}