mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Change recent patch to not use a hard coded path inside of a .c file
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3743 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -80,7 +80,7 @@ int option_cache_record_files = 0; | ||||
| int option_overrideconfig = 0; | ||||
| int option_reconnect = 0; | ||||
| int fully_booted = 0; | ||||
| char record_cache_dir[AST_CACHE_DIR_LEN] = "/var/spool/asterisk/tmp"; | ||||
| char record_cache_dir[AST_CACHE_DIR_LEN] = AST_TMP_DIR; | ||||
|  | ||||
| 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