aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-13 23:26:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-13 23:26:06 +0000
commita368509257390246bb3e6ec6aee7e3dbdcdc4826 (patch)
tree3a4affeb04bcfb66d011e02c007b22c66d05c7d2 /include
parent55a5f946844ad207f7f774f8ca75eb5bf5d570ba (diff)
increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39594 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 80d8fba5e..964188a2c 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -104,7 +104,7 @@ extern "C" {
#define AST_MAX_CONTEXT 80 /*!< Max length of a context */
#define AST_CHANNEL_NAME 80 /*!< Max length of an ast_channel name */
#define MAX_LANGUAGE 20 /*!< Max length of the language setting */
-#define MAX_MUSICCLASS 20 /*!< Max length of the music class setting */
+#define MAX_MUSICCLASS 80 /*!< Max length of the music class setting */
#include "asterisk/compat.h"
#include "asterisk/frame.h"