[Asterisk-cvs] asterisk dsp.c,1.16,1.17

jeremy at lists.digium.com jeremy at lists.digium.com
Wed Jan 7 16:05:23 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv32686

Modified Files:
	dsp.c 
Log Message:
just throwing this in here cuz its really buggin me


Index: dsp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dsp.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- dsp.c	15 Dec 2003 23:38:31 -0000	1.16
+++ dsp.c	7 Jan 2004 21:57:06 -0000	1.17
@@ -1426,7 +1426,7 @@
 			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);




More information about the svn-commits mailing list