mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Increase the maximum number of manager headers to 128, at the request of Pari.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@55590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#define EVENT_FLAG_CONFIG (1 << 7) /* Ability to modify configurations */
|
||||
|
||||
/* Export manager structures */
|
||||
#define AST_MAX_MANHEADERS 80
|
||||
#define AST_MAX_MANHEADERS 128
|
||||
|
||||
struct mansession;
|
||||
|
||||
|
Reference in New Issue
Block a user