예제 #1
0
파일: auloop.c 프로젝트: FOSSRIT/baresip
static int module_close(void)
{
	auloop_stop(NULL, NULL);
	cmd_unregister(cmdv);
	return 0;
}
예제 #2
0
파일: auloop.c 프로젝트: alfredh/baresip
static int module_close(void)
{
	auloop_stop(NULL, NULL);
	cmd_unregister(baresip_commands(), cmdv);
	return 0;
}