#include <autochan.h>
Data Fields | |
struct ast_channel * | chan |
struct { | |
struct ast_autochan * next | |
} | list |
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(), channel_spy(), common_exec(), mixmonitor_thread(), and start_spying().
struct { ... } list |
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.