From b4399f326407b63bba12fc5a235c0424eb91e32c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 29 Aug 2006 21:20:43 +0000 Subject: add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41281 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/features.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/features.h') diff --git a/include/asterisk/features.h b/include/asterisk/features.h index 2fb9e7a2b..db25e7d23 100644 --- a/include/asterisk/features.h +++ b/include/asterisk/features.h @@ -29,6 +29,7 @@ #define FEATURE_APP_ARGS_LEN 256 #define FEATURE_SNAME_LEN 32 #define FEATURE_EXTEN_LEN 32 +#define FEATURE_MOH_LEN 80 /* same as MAX_MUSICCLASS from channel.h */ /*! \brief main call feature structure */ struct ast_call_feature { @@ -41,6 +42,7 @@ struct ast_call_feature { unsigned int flags; char app[FEATURE_APP_LEN]; char app_args[FEATURE_APP_ARGS_LEN]; + char moh_class[FEATURE_MOH_LEN]; AST_LIST_ENTRY(ast_call_feature) feature_entry; }; -- cgit v1.2.3