48 ast_debug(3,
"%s: Sending answer command\n",
76 .
requires =
"res_stasis",
Asterisk main include file. File version handling, generic pbx functions.
int ast_raw_answer(struct ast_channel *chan)
Answer a channel.
#define ast_debug(level,...)
Log a DEBUG message.
Asterisk module definitions.
@ AST_MODFLAG_GLOBAL_SYMBOLS
#define AST_MODULE_INFO(keystr, flags_to_set, desc, fields...)
@ AST_MODULE_SUPPORT_CORE
#define ASTERISK_GPL_KEY
The text the key() function should return.
@ AST_MODULE_LOAD_SUCCESS
static int app_control_answer(struct stasis_app_control *control, struct ast_channel *chan, void *data)
static int load_module(void)
static int unload_module(void)
int stasis_app_control_answer(struct stasis_app_control *control)
Answer the channel associated with this control.
const char * stasis_app_control_get_channel_id(const struct stasis_app_control *control)
Returns the uniqueid of the channel associated with this control.
Backend API for implementing components of res_stasis.
int stasis_app_send_command(struct stasis_app_control *control, stasis_app_command_cb command, void *data, command_data_destructor_fn data_destructor)
Invokes a command on a control's channel.
Main Channel structure associated with a channel.