]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
update comment (bug #2999)
authorRussell Bryant <russell@russellbryant.com>
Fri, 10 Dec 2004 11:28:11 +0000 (11:28 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 10 Dec 2004 11:28:11 +0000 (11:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4414 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 2fa0d794268ffcdfddb647e7cffc6ec884efc933..5be240a5dcb85872d927e8ab4c2c4a76e93e0aa8 100755 (executable)
@@ -3449,7 +3449,7 @@ static int add_sdp(struct sip_request *resp, struct sip_pvt *p)
                                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);