Files
asterisk/main
Pirmin Walthert e078558038 bridge_channel.c: Fix Deadlock when using Local channels and fax gateway
ast_indicate is invoked with the bridge locked. As ast_indicate locks the
other end of the bridge as well this can lead to a deadlock in some situations.
(Especially when a different thread does the same in the reverse order).
This patch calls ast_indicate after unlocking the bridge which fixes the
deadlock. Calling ast_indicate with these parameters without locking the
bridge should be safe as this is done at different places without a
bridge lock.

ASTERISK-27094 #close
Reported-by: David Brillert

Change-Id: I5f86c1e2ce75b9929a36ab589b18c450e62ea35f
2018-06-05 05:37:54 -06:00
..
2017-11-20 14:05:25 -06:00
2018-01-03 17:23:36 -05:00
2018-04-20 12:50:03 +02:00
2017-12-20 12:40:01 -05:00
2018-04-17 11:03:55 -06:00
2018-03-19 18:00:20 -04:00
2018-04-17 10:30:23 -06:00
2017-12-20 12:40:01 -05:00
2018-04-17 10:30:23 -06:00
2018-03-22 00:33:12 -04:00
2016-10-27 09:53:55 -04:00
2018-05-11 09:48:58 -04:00
2018-03-19 15:41:45 -04:00
2018-04-20 12:50:03 +02:00