https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r55590 | russell | 2007-02-20 13:57:07 -0600 (Tue, 20 Feb 2007) | 2 lines
Increase the maximum number of manager headers to 128, at the request of Pari.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55591
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#define EVENT_FLAG_CONFIG (1 << 7) /* Ability to modify configurations */
/* Export manager structures */
-#define AST_MAX_MANHEADERS 80
+#define AST_MAX_MANHEADERS 128
/* Manager Helper Function */
typedef int (*manager_hook_t)(int, const char *, char *);