mirror of https://github.com/asterisk/asterisk
Due to a potential race condition via ARI when hanging up a channel hangup with cause
while also deleting a bridge containing that channel, the bridge delete can over-write
the hangup cause code resulting in Normal Call Clearing instead of the set value.
With this change, bridge deletion will only set the hangup code if it hasn't been
previously set.
Resolves: #1124
(cherry picked from commit 4a563b6b8d
)
releases/21
parent
2c74f2d774
commit
1bb204b70b
Loading…
Reference in new issue