Files
asterisk/channels
Jeff Peeler 356b090875 Fix deadlock in sig_pri when hanging up.
The pri_dchannel thread currently violates locking order by locking the private
and then attempting to queue a frame, which needs to lock the channel. Queueing
a frame is unneccesary though and is actually a regression since sig_pri.
All the places that currently use ast_softhangup_nolock now will just set the
softhangup value directly as before.

(closes issue #17216)
Reported by: lmsteffan
Patches: 
      bug17216.patch uploaded by jpeeler (license 325)



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@261866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-05-07 15:33:52 +00:00
..
2009-10-02 01:49:25 +00:00
2009-08-10 19:20:57 +00:00
2010-01-19 18:51:19 +00:00
2010-05-05 19:13:57 +00:00
2010-03-25 20:08:40 +00:00
2008-10-09 14:17:33 +00:00
2009-08-10 19:20:57 +00:00