]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Increase the maximum number of manager headers to 128, at the request of Pari.
authorRussell Bryant <russell@russellbryant.com>
Tue, 20 Feb 2007 19:57:07 +0000 (19:57 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 20 Feb 2007 19:57:07 +0000 (19:57 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@55590 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/manager.h

index cbbe1fb90de9883c51b34f6768b4a635bb607334..aa657d64301c947ec5150f22240fb372cce3a983 100644 (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;