mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user