]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sure the maxptime attribute is added to the correct offers.
authorSean Bright <sean@malleable.com>
Fri, 17 Jan 2014 22:05:04 +0000 (22:05 +0000)
committerSean Bright <sean@malleable.com>
Fri, 17 Jan 2014 22:05:04 +0000 (22:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@405877 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 0d0f4465828aaaadb939b81b05b46b7c986a1145..8c54f02ba3632385776bc00d28d14353be92ad29 100644 (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) {