Data Fields | |
char * | alias |
struct ast_cli_entry | cli_entry |
char * | real_cmd |
Definition at line 45 of file res_clialiases.c.
char* alias |
CLI Alias
Definition at line 47 of file res_clialiases.c.
Referenced by alias_destroy(), alias_hash_cb(), alias_show(), cli_alias_passthrough(), and load_config().
struct ast_cli_entry cli_entry |
Actual CLI structure used for this alias
Definition at line 46 of file res_clialiases.c.
Referenced by alias_cmp_cb(), alias_destroy(), alias_hash_cb(), cli_alias_passthrough(), and load_config().
char* real_cmd |
Actual CLI command it is aliased to
Definition at line 48 of file res_clialiases.c.
Referenced by alias_show(), cli_alias_passthrough(), and load_config().