Skip to content
Snippets Groups Projects
Commit fd82d456 authored by Russell Bryant's avatar Russell Bryant
Browse files

increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39594 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 834c7265
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ extern "C" { ...@@ -104,7 +104,7 @@ extern "C" {
#define AST_MAX_CONTEXT 80 /*!< Max length of a context */ #define AST_MAX_CONTEXT 80 /*!< Max length of a context */
#define AST_CHANNEL_NAME 80 /*!< Max length of an ast_channel name */ #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 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/compat.h"
#include "asterisk/frame.h" #include "asterisk/frame.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment