-
- Downloads
Adds support for a core attended transfer function plus adds some hiding of masquerades.
The attended transfer API call can complete the attended transfer in a number of ways depending on the current bridged states of the channels involved. The hiding of masquerades is done in some bridging-related functions, such as the manager Bridge action and the Bridge dialplan application. In addition, call pickup was edited to "move" a channel rather than masquerade it. Review: https://reviewboard.asterisk.org/r/2511 (closes issue ASTERISK-21334) Reported by Matt Jordan (closes issue Asterisk-21336) Reported by Matt Jordan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- apps/confbridge/confbridge_manager.c 1 addition, 0 deletionsapps/confbridge/confbridge_manager.c
- bridges/bridge_builtin_features.c 32 additions, 30 deletionsbridges/bridge_builtin_features.c
- channels/chan_mgcp.c 1 addition, 1 deletionchannels/chan_mgcp.c
- channels/chan_sip.c 4 additions, 2 deletionschannels/chan_sip.c
- include/asterisk/bridging.h 72 additions, 7 deletionsinclude/asterisk/bridging.h
- include/asterisk/channel.h 51 additions, 0 deletionsinclude/asterisk/channel.h
- main/bridging.c 530 additions, 97 deletionsmain/bridging.c
- main/channel.c 55 additions, 0 deletionsmain/channel.c
- main/features.c 241 additions, 238 deletionsmain/features.c
- main/pbx.c 12 additions, 64 deletionsmain/pbx.c
Loading
Please register or sign in to comment