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

changes/94/13594/1
Joshua Colp 7 years ago committed by Gerrit Code Review
commit 8bf22b8abb

@ -360,7 +360,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