mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Major changes to res_config to support centralized config, eliminate configuration of res_config_odbc, update config examples, integrate with iax2, remove mysql friends from iax2, put on flame retardant vest...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1859,12 +1859,15 @@ int main(int argc, char *argv[]) | ||||
| 		printf(term_quit()); | ||||
| 		exit(1); | ||||
| 	} | ||||
| #if 0 | ||||
| 	/* This should no longer be necessary */ | ||||
| 	/* sync cust config and reload some internals in case a custom config handler binded to them */ | ||||
| 	read_ast_cust_config(); | ||||
| 	reload_logger(0); | ||||
| 	reload_manager(); | ||||
| 	ast_enum_reload(); | ||||
| 	ast_rtp_reload(); | ||||
| #endif | ||||
|  | ||||
|  | ||||
| 	/* We might have the option of showing a console, but for now just | ||||
|   | ||||
		Reference in New Issue
	
	Block a user