mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	core: Remove 'Data Retrieval API'
This API was not actively maintained, was not added to new modules (such as res_pjsip), and there exist better alternatives to acquire the same information, such as the ARI. Change-Id: I4b2185a83aeb74798b4ad43ff8f89f971096aa83
This commit is contained in:
		| @@ -4560,7 +4560,6 @@ static void asterisk_daemon(int isroot, const char *runuser, const char *rungrou | ||||
| 	check_init(app_init(), "App Core"); | ||||
| 	check_init(devstate_init(), "Device State Core"); | ||||
| 	check_init(ast_msg_init(), "Messaging API"); | ||||
| 	check_init(ast_data_init(), "Data Retrieval API"); | ||||
| 	check_init(ast_channels_init(), "Channel"); | ||||
| 	check_init(ast_endpoint_init(), "Endpoints"); | ||||
| 	check_init(ast_pickup_init(), "Call Pickup"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user