|
Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
channel group info
| char* category |
Definition at line 2940 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 2939 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_list_function_read(), and group_show_channels().
| char* group |
Definition at line 2941 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 |
Referenced by ast_app_group_discard(), ast_app_group_get_count(), ast_app_group_match_get_count(), ast_app_group_set_channel(), ast_app_group_update(), group_count_function_read(), group_function_read(), group_list_function_read(), and group_show_channels().
| struct ast_group_info* next |
1.8.13