]> git.ipfire.org Git - thirdparty/asterisk.git/commit
This resolves a deadlock that a tech support customer was getting frequently
authorRussell Bryant <russell@russellbryant.com>
Tue, 25 Jul 2006 19:43:38 +0000 (19:43 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 25 Jul 2006 19:43:38 +0000 (19:43 +0000)
commit96048caf413fd8aa5c402fefef2eb14d0b6022d2
treef2f5807a309f47df9df12093a0b44e55faa4fac0
parentf46ab63b6c47ea91e7baf45b7bd56618ebff9daf
This resolves a deadlock that a tech support customer was getting frequently
when his users would answer call waiting. If another thread is currently
holding the zt_pvt lock for the first channel, unlock both channels and let
asterisk retry the native bridge, just like what is done for the second channel
directly below these changes.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@38200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_zap.c