aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-10 11:28:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-10 11:28:11 +0000
commite3b4909d122b747adfcfece5a163c2a4aa5d94a7 (patch)
tree99b026d6d06ba9a01cd103734bf5410aaf7cf019
parent9f43f90c7cf6a5fb96c2625bdefb7c238f326d8b (diff)
update comment (bug #2999)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4414 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 2fa0d7942..5be240a5d 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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);