| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 154 of file app_broadcast.c.
| struct ast_autochan* autochan | 
Definition at line 156 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
| struct ast_autochan* bridge_autochan | 
Definition at line 157 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
| unsigned int bridge_connected | 
Definition at line 162 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
| struct ast_audiohook bridge_whisper_audiohook | 
Definition at line 159 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
| unsigned int connected | 
Definition at line 161 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
| struct { ... } entry | 
Next record
| char* name | 
Definition at line 155 of file app_broadcast.c.
Referenced by do_broadcast(), PathSegment::get_child(), SwaggerType::load(), and multi_autochan_free().
| struct multi_autochan* next | 
Definition at line 164 of file app_broadcast.c.
Referenced by do_broadcast().
| struct ast_audiohook spy_audiohook | 
Definition at line 160 of file app_broadcast.c.
Referenced by do_broadcast(), multi_autochan_free(), and spy_generate().
| unsigned int spying | 
Definition at line 163 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().
| struct ast_audiohook whisper_audiohook | 
Definition at line 158 of file app_broadcast.c.
Referenced by do_broadcast(), and multi_autochan_free().