19 #ifndef _ASTERISK_RES_STASIS_H 20 #define _ASTERISK_RES_STASIS_H Main Channel structure associated with a channel.
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.
int stasis_app_exec(struct ast_channel *chan, const char *app_name, int argc, char *argv[])
Control a channel using stasis_app.
int(* stasis_app_command_cb)(struct stasis_app_control *control, struct ast_channel *chan, void *data)
int stasis_app_send_command_async(struct stasis_app_control *control, stasis_app_command_cb command, void *data, command_data_destructor_fn data_destructor)
Asynchronous version of stasis_app_send_command().
void(* command_data_destructor_fn)(void *data)
Typedef for data destructor for stasis app commands.
const char * app_name(struct ast_app *app)
Stasis Application API. See Stasis Application API for detailed documentation.