#include <monitor.h>

Data Fields | |
| 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 | target_script [FILENAME_MAX] |
| char | target_url [FILENAME_MAX] |
| char | write_filename [FILENAME_MAX] |
| struct ast_filestream * | write_stream |
Definition at line 34 of file monitor.h.
| char filename_base[FILENAME_MAX] |
Definition at line 39 of file monitor.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
| int filename_changed |
Definition at line 40 of file monitor.h.
Referenced by ast_monitor_change_fname(), ast_monitor_start(), and ast_monitor_stop().
| char* format |
| int joinfiles |
Definition at line 44 of file monitor.h.
Referenced by ast_monitor_setjoinfiles(), ast_monitor_stop(), and start_monitor_exec().
| char read_filename[FILENAME_MAX] |
struct ast_filestream* read_stream [read] |
Definition at line 35 of file monitor.h.
Referenced by __ast_read(), ast_monitor_start(), and ast_monitor_stop().
Definition at line 45 of file monitor.h.
Referenced by __ast_read(), ast_monitor_set_state(), and ast_write().
| int(* stop)(struct ast_channel *chan, int need_lock) |
Referenced by ast_channel_free(), and ast_monitor_start().
| char target_script[FILENAME_MAX] |
| char target_url[FILENAME_MAX] |
| char write_filename[FILENAME_MAX] |
struct ast_filestream* write_stream [read] |
Definition at line 36 of file monitor.h.
Referenced by ast_monitor_start(), ast_monitor_stop(), and ast_write().
1.5.5