Asterisk - The Open Source Telephony Project
GIT-master-a24979a
|
#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 4106 of file channel.h.
Referenced by ast_monitor_start().
char filename_base[FILENAME_MAX] |
Definition at line 4105 of file channel.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
int filename_changed |
Definition at line 4107 of file channel.h.
Referenced by ast_monitor_change_fname(), and ast_monitor_start().
char* format |
Definition at line 4108 of file channel.h.
Referenced by __ast_read(), ast_monitor_start(), and ast_monitor_stop().
int joinfiles |
Definition at line 4109 of file channel.h.
Referenced by ast_monitor_setjoinfiles().
char read_filename[FILENAME_MAX] |
Definition at line 4103 of file channel.h.
Referenced by ast_monitor_start().
struct ast_filestream* read_stream |
Definition at line 4101 of file channel.h.
Referenced by ast_monitor_start().
Definition at line 4109 of file channel.h.
Referenced by ast_monitor_set_state().
int(* stop) (struct ast_channel *chan, int need_lock) |
Definition at line 4111 of file channel.h.
Referenced by ast_channel_destructor(), and ast_monitor_start().
char write_filename[FILENAME_MAX] |
Definition at line 4104 of file channel.h.
Referenced by ast_monitor_start().
struct ast_filestream* write_stream |
Definition at line 4102 of file channel.h.
Referenced by ast_monitor_start().