]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip.c: Adjust how dialog_unlink_all() stops scheduled events. 92/2392/3
authorRichard Mudgett <rmudgett@digium.com>
Wed, 9 Mar 2016 17:22:50 +0000 (11:22 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 16 Mar 2016 19:53:00 +0000 (14:53 -0500)
commitf959d84dfddb68532299a7669419f0b78286a75f
treee520b4b2436aee3edec2c372b989b78d7b2aa6b4
parent5f3225ddccb3bdf3673cec8f2d453be9ceb98029
chan_sip.c: Adjust how dialog_unlink_all() stops scheduled events.

This patch is part of a series to resolve deadlocks in chan_sip.c.

* Make dialog_unlink_all() unschedule all items at once in the sched
thread.

ASTERISK-25023

Change-Id: I7743072fb228836e8228b72f6dc46c8cc50b3fb4
channels/chan_sip.c