-
- Downloads
features: Add transfer initiation options.
Adds additional control options over the transfer feature functionality to give users more control in how the transfer feature sounds and works. First, the "transfer" sound that plays when a transfer is initiated can now be customized by the user in features.conf, just as with the other transfer sounds. Secondly, the user can now specify the transfer extension in advance by using the TRANSFER_EXTEN variable. If a valid extension is contained in this variable, the call will automatically be transferred to this destination. Otherwise, it will fall back to collecting the extension from the user as is always done now. ASTERISK-29899 #close Change-Id: Ibff309caa459a2b958706f2ed0ca393b1ef502e3
Showing
- configs/samples/features.conf.sample 7 additions, 2 deletionsconfigs/samples/features.conf.sample
- doc/CHANGES-staging/transfer.txt 14 additions, 0 deletionsdoc/CHANGES-staging/transfer.txt
- include/asterisk/features_config.h 2 additions, 0 deletionsinclude/asterisk/features_config.h
- main/bridge_basic.c 50 additions, 11 deletionsmain/bridge_basic.c
- main/features_config.c 9 additions, 0 deletionsmain/features_config.c
Loading
Please register or sign in to comment