mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Version 0.1.4 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -43,8 +43,10 @@ static int playback_exec(struct ast_channel *chan, void *data) | ||||
| 	if (!res) { | ||||
| 		ast_stopstream(chan); | ||||
| 		res = ast_streamfile(chan, (char *)data, chan->language); | ||||
| 		if (!res) | ||||
| 		if (!res)  | ||||
| 			res = ast_waitstream(chan, ""); | ||||
| 		else | ||||
| 			ast_log(LOG_WARNING, "ast_streamfile failed on %s for %s\n", chan->name, (char *)data); | ||||
| 		ast_stopstream(chan); | ||||
| 	} | ||||
| 	LOCAL_USER_REMOVE(u); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user