Index: res/res_monitor.c =================================================================== --- res/res_monitor.c (revision 87168) +++ res/res_monitor.c (working copy) @@ -722,7 +722,7 @@ ast_manager_register2("PauseMonitor", EVENT_FLAG_CALL, pause_monitor_action, pausemonitor_synopsis, pause_monitor_action_help); ast_manager_register2("UnpauseMonitor", EVENT_FLAG_CALL, unpause_monitor_action, unpausemonitor_synopsis, unpause_monitor_action_help); - return 0; + return AST_MODULE_LOAD_SUCCESS; } static int unload_module(void)