mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	module: Remove deprecated modules and update support levels.
I have removed the STATIC_BUILD option immediately as it has not been maintained in many years and is non-functional. ASTERISK-27965 Change-Id: I64783d017b86dba9ee3c7bcfb97e59889a3f76d7
This commit is contained in:
		| @@ -26,7 +26,7 @@ | ||||
|  */ | ||||
|  | ||||
| /*** MODULEINFO | ||||
| 	<support_level>extended</support_level> | ||||
| 	<support_level>deprecated</support_level> | ||||
|  ***/ | ||||
|  | ||||
| #include "asterisk.h" | ||||
| @@ -137,7 +137,7 @@ static int load_module(void) | ||||
| } | ||||
|  | ||||
| AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "Get ADSI CPE ID", | ||||
| 	.support_level = AST_MODULE_SUPPORT_EXTENDED, | ||||
| 	.support_level = AST_MODULE_SUPPORT_DEPRECATED, | ||||
| 	.load = load_module, | ||||
| 	.unload = unload_module, | ||||
| 	.requires = "res_adsi", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user