-
- Downloads
bridges/bridge_native_rtp: Reconfigure bridge on removal of framehook
This patch is a re-do of r414122. When r414122 was merged, a major problem with it was uncovered. UNBRIDGE soft hangup flags have a catastrophic effect on the pbx core if they leak out from the bridge layer: the channel gets hung up. With the number of threads involved in a blind transfer, and with the initial patch, it was likely that this would occur. This caused a large number of test failures This patch is nearly identical with the one proposed in r414122, save for the following changes: - We explicitly clear the UNBRIDGE flag when setting an after goto on a channel in a bridge - Defensively, if we encounter an UNBRIDGE flag in the pbx core, we handle it https://reviewboard.asterisk.org/r/3585/ ........ Merged revisions 415443 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@415444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- bridges/bridge_native_rtp.c 8 additions, 4 deletionsbridges/bridge_native_rtp.c
- include/asterisk/channel.h 16 additions, 0 deletionsinclude/asterisk/channel.h
- main/bridge_after.c 5 additions, 0 deletionsmain/bridge_after.c
- main/bridge_channel.c 2 additions, 2 deletionsmain/bridge_channel.c
- main/channel.c 13 additions, 1 deletionmain/channel.c
- main/framehook.c 4 additions, 0 deletionsmain/framehook.c
- main/pbx.c 6 additions, 0 deletionsmain/pbx.c
Loading
Please register or sign in to comment