#include <app.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_group_info) list | |
Data Fields | |
char * | category |
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_count_function_read(), group_function_read(), group_list_function_read(), and group_show_channels().
struct ast_channel* chan |
Definition at line 207 of file app.h.
Referenced by ast_app_group_discard(), ast_app_group_set_channel(), ast_app_group_update(), ast_record_review(), group_count_function_read(), group_function_read(), group_function_write(), 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_count_function_read(), group_function_read(), group_list_function_read(), and group_show_channels().