int unload_module(void)
{
	int res = 0;
	STANDARD_HANGUP_LOCALUSERS;
	res |= cw_unregister_application(sayunixtime_app);
	res |= cw_unregister_application(datetime_app);
	return res;
}
int unload_module(void)
{
	int res = 0;
	STANDARD_HANGUP_LOCALUSERS;
	res |= cw_unregister_application(setcdruserfield_app);
	res |= cw_unregister_application(appendcdruserfield_app);
	cw_manager_unregister("SetCDRUserField");
	return res;
}
Exemple #3
0
int unload_module(void)
{
	int res = 0;
	STANDARD_HANGUP_LOCALUSERS;
	res |= cw_unregister_application(while_app);
	res |= cw_unregister_application(execif_app);
	res |= cw_unregister_application(endwhile_app);
	return res;
}
Exemple #4
0
int unload_module(void)
{
	int res = 0;
	res |= cw_unregister_application(pipe_app);
	STANDARD_HANGUP_LOCALUSERS;
	return res;
}
int unload_module(void)
{
	int res = 0;
	STANDARD_HANGUP_LOCALUSERS;
	res |= cw_unregister_application(settransfercapability_app);
	return res;
}
int unload_module(void)
{
	int res = 0;
        STANDARD_HANGUP_LOCALUSERS;
        cw_unregister_function(backticks_function);
        res |= cw_unregister_application(backticks_app);
	return res;
}
int unload_module( void ) {
	int res = 0;
	cw_log( LOG_NOTICE, "unloading " APP_CONFERENCE_NAME " module\n" );
	STANDARD_HANGUP_LOCALUSERS;
	unregister_conference_cli();
	res |= cw_unregister_application( conference_app ) ;
	return res;
}
Exemple #8
0
int unload_module(void)
{
	int res = 0;
	STANDARD_HANGUP_LOCALUSERS;
	cw_cli_unregister(&cli_changrab);
	cw_cli_unregister(&cli_originate);
	res |= cw_unregister_application(changrab_app);
	return res;
}