From dcf1ad14da48db3476dcaeeb3d3fb6b7d00a28ca Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 25 Jul 2014 16:47:17 +0000 Subject: Add module support level to ast_module_info structure. Print it in CLI "module show" . ASTERISK-23919 #close Reported by Malcolm Davenport Review: https://reviewboard.asterisk.org/r/3802 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@419592 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip_authenticator_digest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'res/res_pjsip_authenticator_digest.c') diff --git a/res/res_pjsip_authenticator_digest.c b/res/res_pjsip_authenticator_digest.c index 3485a69af..d0ce36afb 100644 --- a/res/res_pjsip_authenticator_digest.c +++ b/res/res_pjsip_authenticator_digest.c @@ -483,6 +483,7 @@ static int unload_module(void) } AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "PJSIP authentication resource", + .support_level = AST_MODULE_SUPPORT_CORE, .load = load_module, .unload = unload_module, .reload = reload_module, -- cgit v1.2.3