summaryrefslogtreecommitdiff
path: root/res/res_ari_device_states.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_ari_device_states.c')
-rw-r--r--res/res_ari_device_states.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_ari_device_states.c b/res/res_ari_device_states.c
index d6de5dff8..f39393562 100644
--- a/res/res_ari_device_states.c
+++ b/res/res_ari_device_states.c
@@ -331,6 +331,10 @@ static int unload_module(void)
static int load_module(void)
{
int res = 0;
+
+ CHECK_ARI_MODULE_LOADED();
+
+
stasis_app_ref();
res |= ast_ari_add_handler(&deviceStates);
if (res) {