[asterisk-commits] russell: trunk r39594 - /trunk/include/asterisk/channel.h

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Aug 13 16:26:06 MST 2006


Author: russell
Date: Sun Aug 13 18:26:06 2006
New Revision: 39594

URL: http://svn.digium.com/view/asterisk?rev=39594&view=rev
Log:
increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)

Modified:
    trunk/include/asterisk/channel.h

Modified: trunk/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/channel.h?rev=39594&r1=39593&r2=39594&view=diff
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Sun Aug 13 18:26:06 2006
@@ -104,7 +104,7 @@
 #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"



More information about the asterisk-commits mailing list