mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 21:46:35 -07:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@9627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ static void *page_thread(void *data)
|
||||
{
|
||||
struct calloutdata *cd = data;
|
||||
ast_pbx_outgoing_app(cd->tech, AST_FORMAT_SLINEAR, cd->resource, 30000,
|
||||
"MeetMe", cd->meetmeopts, NULL, 0, cd->cidnum, cd->cidname, cd->variables, NULL);
|
||||
"MeetMe", cd->meetmeopts, NULL, 0, cd->cidnum, cd->cidname, cd->variables, NULL, NULL);
|
||||
free(cd);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@@ -9506,6 +9506,7 @@ static int __unload_module(void)
|
||||
ast_channel_unregister(&iax2_tech);
|
||||
delete_users();
|
||||
iax_provision_unload();
|
||||
sched_context_destroy(sched);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -4388,6 +4388,7 @@ int unload_module()
|
||||
ast_cli_unregister(&cli_debug);
|
||||
ast_cli_unregister(&cli_no_debug);
|
||||
ast_cli_unregister(&cli_mgcp_reload);
|
||||
sched_context_destroy(sched);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -13381,6 +13381,7 @@ int unload_module()
|
||||
clear_realm_authentication(authl);
|
||||
clear_sip_domains();
|
||||
close(sipsock);
|
||||
sched_context_destroy(sched);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -4726,6 +4726,7 @@ int unload_module(void)
|
||||
ast_unregister_switch(&dundi_switch);
|
||||
ast_custom_function_unregister(&dundi_function);
|
||||
res = ast_unregister_application(app);
|
||||
sched_context_destroy(sched);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user