Retain beep

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent d886e2a557
commit fe98390fe0

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

Loading…
Cancel
Save