Retain beep

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-11-13 05:46:01 +00:00
parent d886e2a557
commit fe98390fe0

View File

@@ -889,7 +889,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor
if (playfile) {
d = play_and_wait(chan, playfile);
if (!d)
if (d > -1)
d = ast_streamfile(chan, "beep",chan->language);
if (!d)
d = ast_waitstream(chan,"");