mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 55590 via svnmerge from
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
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 | ||||
|  | ||||
| /* Manager Helper Function */ | ||||
| typedef int (*manager_hook_t)(int, const char *, char *);  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user