summaryrefslogtreecommitdiff
path: root/include/asterisk/features_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/features_config.h')
-rw-r--r--include/asterisk/features_config.h2
1 files changed, 2 insertions, 0 deletions
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;