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