mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
Merge "Increase account code maximum length to 80."
This commit is contained in:
@@ -158,7 +158,7 @@ extern "C" {
|
||||
*/
|
||||
#define AST_MAX_UNIQUEID (AST_MAX_PUBLIC_UNIQUEID + 2 + 1)
|
||||
|
||||
#define AST_MAX_ACCOUNT_CODE 20 /*!< Max length of an account code */
|
||||
#define AST_MAX_ACCOUNT_CODE 80 /*!< Max length of an account code */
|
||||
#define AST_CHANNEL_NAME 80 /*!< Max length of an ast_channel name */
|
||||
#define MAX_LANGUAGE 40 /*!< Max length of the language setting */
|
||||
#define MAX_MUSICCLASS 80 /*!< Max length of the music class setting */
|
||||
|
||||
Reference in New Issue
Block a user