Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct ast_autochan * | autochan |
struct ast_autochan * | bridge_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 |
Definition at line 150 of file app_broadcast.c.
struct ast_autochan* autochan |
Definition at line 152 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
struct ast_autochan* bridge_autochan |
Definition at line 153 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
unsigned int bridge_connected |
Definition at line 158 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
struct ast_audiohook bridge_whisper_audiohook |
Definition at line 155 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
unsigned int connected |
Definition at line 157 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
struct { ... } entry |
Next record
char* name |
Definition at line 151 of file app_broadcast.c.
Referenced by do_broadcast(), PathSegment::get_child(), Parameter::load(), Property::load(), SwaggerType::load(), and multi_autochan_free().
struct multi_autochan* next |
Definition at line 160 of file app_broadcast.c.
Referenced by do_broadcast().
struct ast_audiohook spy_audiohook |
Definition at line 156 of file app_broadcast.c.
Referenced by do_broadcast(), multi_autochan_free(), and spy_generate().
unsigned int spying |
Definition at line 159 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
struct ast_audiohook whisper_audiohook |
Definition at line 154 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().