Turn off silence suppression in SDP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-03-14 22:13:18 +00:00
parent aa2bdcc078
commit ea92b714f2
1 changed files with 1 additions and 0 deletions

View File

@ -2733,6 +2733,7 @@ static int add_sdp(struct sip_request *resp, struct sip_pvt *p, struct ast_rtp *
}
}
}
strncat(a, "a=silenceSupp:off - - - -\r\n", sizeof(a) - strlen(a));
if (strlen(m) < sizeof(m) - 2)
strcat(m, "\r\n");
if (strlen(m2) < sizeof(m2) - 2)