mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
res_calendar*, res_smdi: Move to "extended" support
Change-Id: I31eee8be30c6b0fc3dadb31111dd47742da8892d
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
/*** MODULEINFO
|
||||
<depend>neon29</depend>
|
||||
<support_level>core</support_level>
|
||||
<support_level>extended</support_level>
|
||||
***/
|
||||
|
||||
#include "asterisk.h"
|
||||
@@ -936,7 +936,7 @@ static int unload_module(void)
|
||||
}
|
||||
|
||||
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Asterisk MS Exchange Web Service Calendar Integration",
|
||||
.support_level = AST_MODULE_SUPPORT_CORE,
|
||||
.support_level = AST_MODULE_SUPPORT_EXTENDED,
|
||||
.load = load_module,
|
||||
.unload = unload_module,
|
||||
.load_pri = AST_MODPRI_DEVSTATE_PLUGIN,
|
||||
|
Reference in New Issue
Block a user