From f306dbd8412778ef31df791b658dc38e15629ae3 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Mon, 1 Jul 2013 16:01:24 +0000 Subject: bridge_features: Support One touch Monitor/MixMonitor In addition to porting those features, they now enjoy greater feature parity with one another. Specifically, AutoMixMon now has a start and stop message that can be specified with TOUCH_MIXMONITOR_MESSAGE_START and TOUCH_MIXMONITOR_MESSAGE_STOP. (closes issue ASTERISK-21553) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2620/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393309 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 a80fa7968..7be019cd2 100644 --- a/include/asterisk/features_config.h +++ b/include/asterisk/features_config.h @@ -30,6 +30,8 @@ struct ast_features_general_config { AST_DECLARE_STRING_FIELDS( /*! Sound played when automon or automixmon features are used */ AST_STRING_FIELD(courtesytone); + /*! Sound played when automon or automixmon features fail when used */ + AST_STRING_FIELD(recordingfailsound); ); /*! Milliseconds allowed between digit presses when entering feature code */ unsigned int featuredigittimeout; -- cgit v1.2.3