mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	Merged revisions 97194 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r97194 | tilghman | 2008-01-08 14:47:07 -0600 (Tue, 08 Jan 2008) | 3 lines Increase constants to where we're less likely to hit them while debugging. (Closes issue #11694) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 | 
			
		||||
#include "asterisk/lock.h"
 | 
			
		||||
#include "asterisk/utils.h"
 | 
			
		||||
 | 
			
		||||
#define MAX_AUTOMONS 256
 | 
			
		||||
#define MAX_AUTOMONS 1500
 | 
			
		||||
 | 
			
		||||
struct asent {
 | 
			
		||||
	struct ast_channel *chan;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user