[Asterisk-cvs] asterisk rtp.c,1.50,1.51

markster at lists.digium.com markster at lists.digium.com
Fri Mar 5 12:40:38 CST 2004


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

Modified Files:
	rtp.c 
Log Message:
Know how to send ADPCM


Index: rtp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/rtp.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- rtp.c	25 Feb 2004 20:59:39 -0000	1.50
+++ rtp.c	5 Mar 2004 17:32:00 -0000	1.51
@@ -1035,6 +1035,7 @@
 		while((f = ast_smoother_read(rtp->smoother)))
 			ast_rtp_raw_write(rtp, f, codec);
 		break;
+	case AST_FORMAT_ADPCM:
 	case AST_FORMAT_G726:
 		if (!rtp->smoother) {
 			rtp->smoother = ast_smoother_new(80);




More information about the svn-commits mailing list