Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_group_info Struct Reference

channel group info More...

#include <channel.h>

Collaboration diagram for ast_group_info:
Collaboration graph
[legend]

Data Fields

char * category
 
struct ast_channelchan
 
char * group
 
struct {
   struct ast_group_info *   next
 
group_list
 

Detailed Description

channel group info

Examples:
/usr/src/asterisk-18.5.0/main/app.c.

Definition at line 2938 of file channel.h.

Field Documentation

◆ category

char* category

◆ chan

struct ast_channel* chan

◆ group

char* group

◆ group_list

struct { ... } group_list

◆ next

struct ast_group_info* next

Definition at line 2942 of file channel.h.


The documentation for this struct was generated from the following file: