Index: channel.h =================================================================== --- channel.h (revision 224772) +++ channel.h (working copy) @@ -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 30 /*!< Max length of the language setting */ #define MAX_MUSICCLASS 80 /*!< Max length of the music class setting */