| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| char * | alias | 
| struct ast_cli_entry | cli_entry | 
| char * | real_cmd | 
Definition at line 55 of file res_clialiases.c.
| char* alias | 
CLI Alias
Definition at line 57 of file res_clialiases.c.
Referenced by alias_hash_cb(), alias_name_cb(), alias_show(), alias_unregister_cb(), cli_alias_passthrough(), and load_config().
| struct ast_cli_entry cli_entry | 
Actual CLI structure used for this alias
Definition at line 56 of file res_clialiases.c.
Referenced by alias_cmp_cb(), and cli_alias_passthrough().
| char* real_cmd | 
Actual CLI command it is aliased to
Definition at line 58 of file res_clialiases.c.
Referenced by alias_show(), and cli_alias_passthrough().