mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	just throwing this in here cuz its really buggin me
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										2
									
								
								dsp.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dsp.c
									
									
									
									
									
								
							| @@ -1426,7 +1426,7 @@ struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp, | ||||
| 			shortdata[x] = AST_ALAW(odata[x]); | ||||
| 		break; | ||||
| 	default: | ||||
| 		ast_log(LOG_WARNING, "Unable to detect process %d frames\n", af->subclass); | ||||
| 		ast_log(LOG_WARNING, "Unable to process inband DTMF on %d frames\n", af->subclass); | ||||
| 		return af; | ||||
| 	} | ||||
| 	silence = __ast_dsp_silence(dsp, shortdata, len, NULL); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user