[asterisk-commits] tilghman: trunk r230217 - /trunk/include/asterisk/channel.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Nov 15 01:53:25 CST 2009
Author: tilghman
Date: Sun Nov 15 01:53:16 2009
New Revision: 230217
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=230217
Log:
Increase maximum length of language buffers
(closes issue #16217)
Reported by: dsessions
Modified:
trunk/include/asterisk/channel.h
Modified: trunk/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/channel.h?view=diff&rev=230217&r1=230216&r2=230217
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Sun Nov 15 01:53:16 2009
@@ -135,7 +135,7 @@
#define AST_MAX_EXTENSION 80 /*!< Max length of an extension */
#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_LANGUAGE 40 /*!< Max length of the language setting */
#define MAX_MUSICCLASS 80 /*!< Max length of the music class setting */
#include "asterisk/frame.h"
More information about the asterisk-commits
mailing list