summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-11-15 07:53:16 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-11-15 07:53:16 +0000
commitf4d50dc70d8f1d89021e304551b923ee7a0345ea (patch)
tree488ef812e8677149752337bc33cf213e7629ff22 /include/asterisk/channel.h
parent8ba56154bb2c891097b53eaa426c61b61d36f26e (diff)
Increase maximum length of language buffers
(closes issue #16217) Reported by: dsessions git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@230217 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-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"