Asterisk - The Open Source Telephony Project GIT-master-abe0018
Data Fields
multi_autochan Struct Reference
Collaboration diagram for multi_autochan:
Collaboration graph
[legend]

Data Fields

struct ast_autochanautochan
 
struct ast_autochanbridge_autochan
 
unsigned int bridge_connected:1
 
struct ast_audiohook bridge_whisper_audiohook
 
unsigned int connected:1
 
struct {
   struct multi_autochan *   next
 
entry
 
char * name
 
struct ast_audiohook spy_audiohook
 
unsigned int spying:1
 
struct ast_audiohook whisper_audiohook
 

Detailed Description

Definition at line 150 of file app_broadcast.c.

Field Documentation

◆ autochan

struct ast_autochan* autochan

Definition at line 152 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().

◆ bridge_autochan

struct ast_autochan* bridge_autochan

Definition at line 153 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().

◆ bridge_connected

unsigned int bridge_connected

Definition at line 158 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().

◆ bridge_whisper_audiohook

struct ast_audiohook bridge_whisper_audiohook

Definition at line 155 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().

◆ connected

unsigned int connected

Definition at line 157 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().

◆ 

struct { ... } entry

Next record

◆ name

char* name

◆ next

struct multi_autochan* next

Definition at line 160 of file app_broadcast.c.

Referenced by do_broadcast().

◆ spy_audiohook

struct ast_audiohook spy_audiohook

Definition at line 156 of file app_broadcast.c.

Referenced by do_broadcast(), multi_autochan_free(), and spy_generate().

◆ spying

unsigned int spying

Definition at line 159 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().

◆ whisper_audiohook

struct ast_audiohook whisper_audiohook

Definition at line 154 of file app_broadcast.c.

Referenced by do_broadcast(), and multi_autochan_free().


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