]> git.ipfire.org Git - thirdparty/asterisk.git/commit
features: Add transfer initiation options.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Feb 2022 12:13:56 +0000 (12:13 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 8 Sep 2022 18:47:19 +0000 (13:47 -0500)
commit3a95cadc1fa22293ca95f41f157df69ee24fa086
treeb436348132de4748cf414d0788e83b9a7c4fd10a
parent149319265f26f0490a522ce10077363544e6e2f5
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
configs/samples/features.conf.sample
doc/CHANGES-staging/transfer.txt [new file with mode: 0644]
include/asterisk/features_config.h
main/bridge_basic.c
main/features_config.c