Merge "app_record: Do not hang up if beep audio is missing" into 16

changes/26/13626/1
Joshua Colp 7 years ago committed by Gerrit Code Review
commit 6dc9239367

@ -358,7 +358,8 @@ static int record_exec(struct ast_channel *chan, const char *data)
if (!res) {
res = ast_waitstream(chan, "");
} else {
ast_log(LOG_WARNING, "ast_streamfile failed on %s\n", ast_channel_name(chan));
ast_log(LOG_WARNING, "ast_streamfile(beep) failed on %s\n", ast_channel_name(chan));
res = 0;
}
ast_stopstream(chan);
}

Loading…
Cancel
Save