Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
channel Struct Reference
Collaboration diagram for channel:
Collaboration graph
[legend]

Data Fields

char * location
 
struct channelnext
 
struct subchannelsubs
 
char * tech
 

Detailed Description

Examples:
/usr/src/asterisk-18.5.0/include/asterisk/logger.h.

Definition at line 95 of file muted.c.

Field Documentation

◆ location

char* location

Definition at line 97 of file muted.c.

Referenced by add_channel(), and find_channel().

◆ next

struct channel* next

Definition at line 98 of file muted.c.

Referenced by add_channel(), check_mute(), and find_channel().

◆ subs

struct subchannel* subs

Definition at line 99 of file muted.c.

Referenced by append_sub(), check_mute(), and delete_sub().

◆ tech

char* tech

Definition at line 96 of file muted.c.

Referenced by add_channel(), and find_channel().


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