mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Merged revisions 71065 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r71065 | qwell | 2007-06-22 09:52:18 -0500 (Fri, 22 Jun 2007) | 4 lines Fix a few silly usages of ast_playstream() - it only ever returns 0... Issue 10035 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@71068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -533,8 +533,7 @@ static int speech_streamfile(struct ast_channel *chan, const char *filename, con
|
||||
if (ast_applystream(chan, fs))
|
||||
return -1;
|
||||
|
||||
if (ast_playstream(fs))
|
||||
return -1;
|
||||
ast_playstream(fs);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user