Files
asterisk/res
Joshua Colp e7320bbbf0 parking: Use channel snapshot instead of channel.
There exists a scenario where a thread can hold a lock on the
channels container while trying to lock a bridge. At the same
time another thread can hold the lock for said bridge while
attempting to retrieve a channel. This causes a deadlock.

This change fixes this scenario by retrieving a channel snapshot
instead of a channel, as information present in the snapshot
is all that is needed.

ASTERISK-28616

Change-Id: I68ceb1d62c7378addcd286e21be08a660a7cecf2
2019-11-14 17:19:57 -06:00
..
2018-05-11 09:48:58 -04:00
2017-12-20 12:40:01 -05:00
2019-02-07 08:23:04 -06:00