]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Properly ignore AST_CONTROL_UPDATE_RTP_PEER in more places
authorTerry Wilson <twilson@digium.com>
Mon, 3 Oct 2011 18:40:52 +0000 (18:40 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 3 Oct 2011 18:40:52 +0000 (18:40 +0000)
commita0eb30ea436f97af18faf21692cf72bdb2ce642f
tree484a69d0deadb2afdad31178e951e44ff5f9a2d5
parent4d9b980ab8312ab9adc5b22256c98f4302abf254
Properly ignore AST_CONTROL_UPDATE_RTP_PEER in more places

After the change in r336294, the new AST_CONTROL_UPDATE_RTP_PEER frame
is sent when a re-invite happens. If we receive a re-invite from a device
the waitstream_core was not aware of the new control frame and would drop
the call.

(closes issue ASTERISK-18610)
Reported by: Kristijan_Vrban

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@339086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c
main/file.c