#include <app.h>

Public Member Functions | |
| AST_LIST_ENTRY (ast_group_info) list | |
Data Fields | |
| char * | category |
| struct ast_channel * | chan |
| char * | group |
Definition at line 206 of file app.h.
| AST_LIST_ENTRY | ( | ast_group_info | ) |
| char* category |
Definition at line 208 of file app.h.
Referenced by ast_app_group_get_count(), ast_app_group_match_get_count(), ast_app_group_set_channel(), group_function_read(), group_list_function_read(), and group_show_channels().
struct ast_channel* chan [read] |
Definition at line 207 of file app.h.
Referenced by ast_app_group_discard(), ast_app_group_set_channel(), ast_app_group_update(), group_function_read(), group_list_function_read(), and group_show_channels().
| char* group |
Definition at line 209 of file app.h.
Referenced by ast_app_group_get_count(), ast_app_group_match_get_count(), ast_app_group_set_channel(), group_function_read(), group_list_function_read(), and group_show_channels().
1.5.5