#include <channel.h>

Public Member Functions | |
| AST_LIST_ENTRY (ast_group_info) group_list | |
Data Fields | |
| char * | category |
| struct ast_channel * | chan |
| char * | group |
channel group info
Definition at line 1775 of file channel.h.
| AST_LIST_ENTRY | ( | ast_group_info | ) |
| char* category |
Definition at line 1777 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 [read] |
Definition at line 1776 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 1778 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().
1.6.1