#include <agi.h>

Data Fields | |
| char * | cmda [AST_MAX_CMD_LEN] |
| int(* | handler )(struct ast_channel *chan, AGI *agi, int argc, char *argv[]) |
| struct agi_command * | next |
| char * | summary |
| char * | usage |
Definition at line 38 of file agi.h.
| char* cmda[AST_MAX_CMD_LEN] |
Definition at line 40 of file agi.h.
Referenced by ast_agi_register(), ast_agi_unregister(), find_command(), handle_agidumphtml(), and help_workhorse().
| int(* handler)(struct ast_channel *chan, AGI *agi, int argc, char *argv[]) |
Referenced by agi_handle_command().
struct agi_command* next [read] |
| char* summary |
| char* usage |
Definition at line 47 of file agi.h.
Referenced by agi_handle_command(), handle_agidumphtml(), and handle_showagi().
1.5.5