| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
channel group info More...
#include <channel.h>

| Data Fields | ||
| char * | category | |
| struct ast_channel * | chan | |
| char * | group | |
| struct { | ||
| struct ast_group_info * next | ||
| } | group_list | |
| char* category | 
Definition at line 2977 of file channel.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 2976 of file channel.h.
Referenced by ast_app_group_discard(), ast_app_group_set_channel(), ast_app_group_update(), group_count_function_read(), group_function_read(), group_function_write(), group_list_function_read(), and group_show_channels().
| char* group | 
Definition at line 2978 of file channel.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 { ... } group_list | 
| struct ast_group_info* next |