#include <agi.h>
Data Fields | |
char * | cmda [AST_MAX_CMD_LEN] |
int | dead |
int(* | handler )(struct ast_channel *chan, AGI *agi, int argc, char *argv[]) |
struct { | |
agi_command * next | |
} | list |
ast_module * | mod |
char * | summary |
char * | usage |
Definition at line 40 of file agi.h.
char* cmda[AST_MAX_CMD_LEN] |
Definition at line 42 of file agi.h.
Referenced by ast_agi_register(), ast_agi_unregister(), find_command(), help_workhorse(), and write_htmldump().
int dead |
Definition at line 51 of file agi.h.
Referenced by agi_handle_command(), handle_cli_agi_show(), and help_workhorse().
int(* handler)(struct ast_channel *chan, AGI *agi, int argc, char *argv[]) |
Referenced by agi_handle_command().
struct { ... } list |
Referenced by ast_agi_register(), ast_agi_unregister(), find_command(), help_workhorse(), and write_htmldump().
struct ast_module* mod |
Definition at line 53 of file agi.h.
Referenced by agi_handle_command(), ast_agi_register(), ast_agi_register_multiple(), ast_agi_unregister(), and ast_agi_unregister_multiple().
struct agi_command* next |
char* summary |
char* usage |
Definition at line 49 of file agi.h.
Referenced by agi_handle_command(), handle_cli_agi_show(), and write_htmldump().