-
- Downloads
Ensure that pvt cause information does not break native bridging
Channel drivers that allow native bridging need to handle AST_CONTROL_PVT_CAUSE_CODE frames and previously did not handle them properly, usually breaking out of the native bridge. This change corrects that behavior and exposes the available cause code information to the dialplan while native bridges are in place. This required exposing the HANGUPCAUSE hash setter outside of channel.c, so additional documentation has been added. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/chan_dahdi.c 4 additions, 0 deletionschannels/chan_dahdi.c
- channels/chan_iax2.c 12 additions, 7 deletionschannels/chan_iax2.c
- channels/chan_misdn.c 6 additions, 2 deletionschannels/chan_misdn.c
- include/asterisk/channel.h 9 additions, 0 deletionsinclude/asterisk/channel.h
- main/channel.c 3 additions, 6 deletionsmain/channel.c
- main/rtp_engine.c 2 additions, 2 deletionsmain/rtp_engine.c
Loading
Please register or sign in to comment