summaryrefslogtreecommitdiff
path: root/res/res_pjsip_one_touch_record_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_pjsip_one_touch_record_info.c')
-rw-r--r--res/res_pjsip_one_touch_record_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_one_touch_record_info.c b/res/res_pjsip_one_touch_record_info.c
index 2d53fd48e..ec5f9be3e 100644
--- a/res/res_pjsip_one_touch_record_info.c
+++ b/res/res_pjsip_one_touch_record_info.c
@@ -112,7 +112,7 @@ static int load_module(void)
if (ast_sip_session_register_supplement(&info_supplement)) {
ast_log(LOG_ERROR, "Unable to register One Touch Recording supplement\n");
- return AST_MODULE_LOAD_FAILURE;
+ return AST_MODULE_LOAD_DECLINE;
}
return AST_MODULE_LOAD_SUCCESS;