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:
Russell Bryant
2007-02-20 19:57:07 +00:00
parent fc44ae4c31
commit 71275050ab

View File

@@ -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;