aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-15 07:53:16 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-15 07:53:16 +0000
commit97d8d90ef9ca80444c9ca5b09c51ceb195469b78 (patch)
tree488ef812e8677149752337bc33cf213e7629ff22 /include
parent7a55e1be1361a0ad1afc1b4009373dc219685f37 (diff)
Increase maximum length of language buffers
(closes issue #16217) Reported by: dsessions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@230217 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 c42eb88ea..b29939fb6 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -135,7 +135,7 @@ extern "C" {
#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"