From fd82d4569c58a0be838e07713380d6104b0e5fab Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Sun, 13 Aug 2006 23:26:06 +0000
Subject: [PATCH] increase the maximum length of the mohinterpret/mohsuggest
 options (issue #7696)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39594 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/channel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 80d8fba5e0..964188a2ce 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"
-- 
GitLab