[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.24,1.510.2.25

russell at lists.digium.com russell at lists.digium.com
Fri Dec 10 06:30:45 CST 2004


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

Modified Files:
      Tag: v1-0
	chan_sip.c 
Log Message:
update comment (bug #2999)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.24
retrieving revision 1.510.2.25
diff -u -d -r1.510.2.24 -r1.510.2.25
--- chan_sip.c	5 Dec 2004 05:17:50 -0000	1.510.2.24
+++ chan_sip.c	10 Dec 2004 11:28:11 -0000	1.510.2.25
@@ -3449,7 +3449,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