-
- Downloads
Restore chan_dahdi native bridging and PRI tromboned call elimination.
Created a native_dahdi bridging technology for use with the new bridging API. The new bridging technology is part of the chan_dahdi channel driver because it is very specific to that driver. Rather than include the new code directly into chan_dahdi.c the new bridge technology is in its own file and linked into chan_dahdi.so. A large part of this change is the mechanical process of moving declarations around so chan_dahdi.c can be split up into more files later. * Changed the bridging core to pass NULL frames into the channel technologies instead of discarding them. The channel technologies may need the proding to determine if their configuration is still valid. (closes issue ASTERISK-21886) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2681/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- bridges/bridge_softmix.c 3 additions, 0 deletionsbridges/bridge_softmix.c
- channels/Makefile 12 additions, 3 deletionschannels/Makefile
- channels/chan_dahdi.c 22 additions, 1125 deletionschannels/chan_dahdi.c
- channels/chan_dahdi.h 808 additions, 0 deletionschannels/chan_dahdi.h
- channels/dahdi/bridge_native_dahdi.c 928 additions, 0 deletionschannels/dahdi/bridge_native_dahdi.c
- channels/dahdi/bridge_native_dahdi.h 47 additions, 0 deletionschannels/dahdi/bridge_native_dahdi.h
- main/bridging.c 9 additions, 4 deletionsmain/bridging.c
Loading
Please register or sign in to comment