Asterisk - The Open Source Telephony Project
18.5.0
|
#include <channel.h>
Data Fields | |
char | beep_id [64] |
char | filename_base [FILENAME_MAX] |
int | filename_changed |
char * | format |
int | joinfiles |
char | read_filename [FILENAME_MAX] |
struct ast_filestream * | read_stream |
enum AST_MONITORING_STATE | state |
int(* | stop )(struct ast_channel *chan, int need_lock) |
char | write_filename [FILENAME_MAX] |
struct ast_filestream * | write_stream |
char beep_id[64] |
Definition at line 4245 of file channel.h.
Referenced by ast_monitor_start().
char filename_base[FILENAME_MAX] |
Definition at line 4244 of file channel.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
int filename_changed |
Definition at line 4246 of file channel.h.
Referenced by ast_monitor_change_fname(), and ast_monitor_start().
char* format |
Definition at line 4247 of file channel.h.
Referenced by __ast_read(), ast_monitor_start(), and ast_monitor_stop().
int joinfiles |
Definition at line 4248 of file channel.h.
Referenced by ast_monitor_setjoinfiles().
char read_filename[FILENAME_MAX] |
Definition at line 4242 of file channel.h.
Referenced by ast_monitor_start().
struct ast_filestream* read_stream |
Definition at line 4240 of file channel.h.
Referenced by ast_monitor_start().
Definition at line 4249 of file channel.h.
Referenced by ast_monitor_set_state().
int(* stop) (struct ast_channel *chan, int need_lock) |
Definition at line 4250 of file channel.h.
Referenced by ast_channel_destructor(), and ast_monitor_start().
char write_filename[FILENAME_MAX] |
Definition at line 4243 of file channel.h.
Referenced by ast_monitor_start().
struct ast_filestream* write_stream |
Definition at line 4241 of file channel.h.
Referenced by ast_monitor_start().