From: Russell Bryant Date: Sun, 13 Aug 2006 23:26:06 +0000 (+0000) Subject: increase the maximum length of the mohinterpret/mohsuggest options (issue #7696) X-Git-Tag: 1.4.0-beta1~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd82d4569c58a0be838e07713380d6104b0e5fab;p=thirdparty%2Fasterisk.git 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 --- 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"