mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Allow debug to be enabled on a per-file basis...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -85,6 +85,7 @@ int option_overrideconfig = 0; | ||||
| int option_reconnect = 0; | ||||
| int fully_booted = 0; | ||||
| char record_cache_dir[AST_CACHE_DIR_LEN] = AST_TMP_DIR; | ||||
| char debug_filename[AST_FILENAME_MAX] = ""; | ||||
|  | ||||
| static int ast_socket = -1;		/* UNIX Socket for allowing remote control */ | ||||
| static int ast_consock = -1;		/* UNIX Socket for controlling another asterisk */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user