예제 #1
0
static int trysystem_exec(struct ast_channel *chan, void *data)
{
	return system_exec_helper(chan, data, 0);
}
예제 #2
0
파일: app_system.c 프로젝트: mtulio/mtulio
static int system_exec(struct ast_channel *chan, const char *data)
{
	return system_exec_helper(chan, data, -1);
}