From bf22391b8d3ab34d8bfea29cf8a8ac66a80c2733 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 23 Jul 2013 15:28:11 +0000 Subject: Make DTMF attended transfer support feature-complete. This greatly modifies the operation of DTMF attended transfers so that the full range of options from features.conf applies. In addition, a new option has been added that allows for a transferer to switch between bridges during a transfer before completing the transfer. (closes issue ASTERISK-21543) reported by Matt Jordan Review: https://reviewboard.asterisk.org/r/2654 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395151 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/features_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/features_config.h') diff --git a/include/asterisk/features_config.h b/include/asterisk/features_config.h index 7be019cd2..083496951 100644 --- a/include/asterisk/features_config.h +++ b/include/asterisk/features_config.h @@ -66,6 +66,8 @@ struct ast_features_xfer_config { AST_STRING_FIELD(atxfercomplete); /*! DTMF sequence used to turn an attempted atxfer into a three-way call */ AST_STRING_FIELD(atxferthreeway); + /*! DTMF sequence used to swap which party the transferer is talking to */ + AST_STRING_FIELD(atxferswap); ); /*! Milliseconds allowed between digit presses when dialing transfer destination */ unsigned int transferdigittimeout; -- cgit v1.2.3