[Asterisk-cvs] asterisk dsp.c,1.29.2.1,1.29.2.2

russell at lists.digium.com russell at lists.digium.com
Thu Dec 2 20:46:59 CST 2004


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

Modified Files:
      Tag: v1-0
	dsp.c 
Log Message:
fix error message (bug 2897)


Index: dsp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/dsp.c,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- dsp.c	12 Nov 2004 13:48:42 -0000	1.29.2.1
+++ dsp.c	3 Dec 2004 01:45:25 -0000	1.29.2.2
@@ -1465,7 +1465,7 @@
 			shortdata[x] = AST_ALAW(odata[x]);
 		break;
 	default:
-		ast_log(LOG_WARNING, "Inband DTMF is not supported on codec %s. Use RFC2833\n", ast_codec2str(af->subclass));
+		ast_log(LOG_WARNING, "Inband DTMF is not supported on codec %s. Use RFC2833\n", ast_getformatname(af->subclass));
 		return af;
 	}
 	silence = __ast_dsp_silence(dsp, shortdata, len, NULL);




More information about the svn-commits mailing list