mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	small fix for issue 007926
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42715 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -329,11 +329,6 @@ static int record_exec(struct ast_channel *chan, void *data) | ||||
| 			} | ||||
| 		} else if ((f->frametype == AST_FRAME_DTMF) && | ||||
| 		    (f->subclass == terminator)) { | ||||
| 			 res = ast_writestream(s,f); | ||||
| 			  | ||||
| 		         if (res) { | ||||
| 			 	ast_log(LOG_WARNING,"Problem writing final record frame\n"); | ||||
| 			 }		  | ||||
| 			ast_frfree(f); | ||||
| 			break; | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user