| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <autochan.h>

| Data Fields | ||
| struct ast_channel * | chan | |
| struct { | ||
| struct ast_autochan * next | ||
| } | list | |
| ast_mutex_t | lock | |
Definition at line 32 of file autochan.h.
| struct ast_channel* chan | 
Definition at line 33 of file autochan.h.
Referenced by ast_autochan_destroy(), ast_autochan_new_channel(), ast_autochan_setup(), attach_barge(), attach_barge(), channel_spy(), common_exec(), mixmonitor_autochan_is_bridged(), mixmonitor_thread(), next_channel(), setup_mixmonitor_ds(), spy_sayname(), start_spying(), start_spying(), start_whispering(), and start_whispering().
| struct { ... } list | 
Referenced by ast_autochan_destroy(), ast_autochan_new_channel(), and ast_autochan_setup().
| ast_mutex_t lock | 
Definition at line 35 of file autochan.h.
Referenced by ast_autochan_destroy(), ast_autochan_new_channel(), and ast_autochan_setup().
| struct ast_autochan* next | 
Definition at line 34 of file autochan.h.
Referenced by next_channel().