projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c8164
)
Another adjustment for #6991 (casper)
author
BJ Weschke
<bweschke@btwtech.com>
Thu, 4 May 2006 21:02:26 +0000
(21:02 +0000)
committer
BJ Weschke
<bweschke@btwtech.com>
Thu, 4 May 2006 21:02:26 +0000
(21:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24759
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
app.c
patch
|
blob
|
history
diff --git
a/app.c
b/app.c
index
d8069c3
..
c70d33c
100644
(file)
--- a/
app.c
+++ b/
app.c
@@
-781,8
+781,7
@@
static int __ast_play_and_record(struct ast_channel *chan, const char *playfile,
if (rfmt && ast_set_read_format(chan, rfmt)) {
ast_log(LOG_WARNING, "Unable to restore format %s to channel '%s'\n", ast_getformatname(rfmt), chan->name);
}
- if (outmsg > 1) {
- /* Let them know it worked */
+ if (outmsg == 2) {
ast_stream_and_wait(chan, "auth-thankyou", chan->language, "");
}
if (sildet)