Files
asterisk/channels
Mark Michelson 607a5d898c Fix a potential deadlock in chan_sip during transfers.
The issue comes from the fact that transfers may perform
a redirecting update on a channel. The issue is that lock
inversion between the channel and its tech_pvt occurs since
the channel lock is released during the transfer process.

The fix is to move when the redirecting update occurs to a
place where neither the tech_pvt or the channel is locked so
that the two can be locked in the proper order.

(closes issue ASTERISK-20708)
reported by Mark Michelson
patches:
	ASTERISK-20708-3.patch uploaded by Mark Michelson (License #5049)

Tested by:
	Tim Ringenbach at Asteria Solutions Group
........

Merged revisions 377910 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377911 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-12-12 00:02:31 +00:00
..
2012-11-07 19:15:26 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-11-07 19:15:26 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-06-15 16:20:16 +00:00
2012-06-15 16:20:16 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-10-14 21:47:40 +00:00
2012-11-07 19:15:26 +00:00
2012-11-07 19:15:26 +00:00
2012-08-30 14:23:28 +00:00
2012-06-15 16:20:16 +00:00
2012-06-15 16:20:16 +00:00