summaryrefslogtreecommitdiff
path: root/apps/app_agent_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_agent_pool.c')
-rw-r--r--apps/app_agent_pool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_agent_pool.c b/apps/app_agent_pool.c
index f531c1613..8e432d175 100644
--- a/apps/app_agent_pool.c
+++ b/apps/app_agent_pool.c
@@ -2670,6 +2670,7 @@ static int reload(void)
}
AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "Call center agent pool applications",
+ .support_level = AST_MODULE_SUPPORT_CORE,
.load = load_module,
.unload = unload_module,
.reload = reload,