[Asterisk-cvs] asterisk/channels chan_sip.c,1.586,1.587

markster at lists.digium.com markster at lists.digium.com
Thu Dec 9 09:56:41 CST 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Update comment for fmtp 16, implement in RTP (bug #2999)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.586
retrieving revision 1.587
diff -u -d -r1.586 -r1.587
--- chan_sip.c	7 Dec 2004 15:42:00 -0000	1.586
+++ chan_sip.c	9 Dec 2004 14:54:13 -0000	1.587
@@ -3442,7 +3442,7 @@
 				snprintf(costr, sizeof(costr), "a=rtpmap:%d %s/8000\r\n", codec, ast_rtp_lookup_mime_subtype(0, x));
 				strncat(a, costr, sizeof(a) - strlen(a) - 1);
 				if (x == AST_RTP_DTMF) {
-				  /* Indicate we support DTMF...  Not sure about 16, but MSN supports it so dang it, we will too... */
+				  /* Indicate we support DTMF and FLASH... */
 				  snprintf(costr, sizeof costr, "a=fmtp:%d 0-16\r\n",
 					   codec);
 				  strncat(a, costr, sizeof(a) - strlen(a) - 1);




More information about the svn-commits mailing list