Asterisk - The Open Source Telephony Project GIT-master-0bf3178
|
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 2963 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 2962 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 2964 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 |