]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix udptl issue with initial INVITE introduced by r351027
authorMatthew Jordan <mjordan@digium.com>
Tue, 17 Jan 2012 16:06:42 +0000 (16:06 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 17 Jan 2012 16:06:42 +0000 (16:06 +0000)
commitec4728052077a11f758932639289867be9a290dc
tree71735f9577dfea441de30f5b9d7366089dc0a835
parentafcb666f2ebc3d68d3b9497192428f9eff5945e6
Fix udptl issue with initial INVITE introduced by r351027

When an inital INVITE occurs that contains image media, a channel
is not yet associated with the SIP dialog.  The file descriptor
associated with the udptl session needs to be set in
initialize_udptl or in sip_new to account for this scenario.

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