Asterisk - The Open Source Telephony Project
18.5.0
|
#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(), channel_spy(), common_exec(), mixmonitor_autochan_is_bridged(), mixmonitor_thread(), next_channel(), setup_mixmonitor_ds(), and start_spying().
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.