Make sure the maxptime attribute is added to the correct offers.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@405877 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2014-01-17 22:05:04 +00:00
parent 8ce01b96f4
commit 34f9c44cb2

View File

@@ -13472,7 +13472,7 @@ static enum sip_result add_sdp(struct sip_request *resp, struct sip_pvt *p, int
}
if (max_audio_packet_size) {
ast_str_append(&a_text, 0, "a=maxptime:%d\r\n", max_audio_packet_size);
ast_str_append(&a_audio, 0, "a=maxptime:%d\r\n", max_audio_packet_size);
}
if (!doing_directmedia) {