Asterisk - The Open Source Telephony Project  GIT-master-a24979a
Data Fields
ast_channel_monitor Struct Reference

#include <channel.h>

Collaboration diagram for ast_channel_monitor:
Collaboration graph
[legend]

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_filestreamread_stream
 
enum AST_MONITORING_STATE state
 
int(* stop )(struct ast_channel *chan, int need_lock)
 
char write_filename [FILENAME_MAX]
 
struct ast_filestreamwrite_stream
 

Detailed Description

Responsible for channel monitoring data

Definition at line 4100 of file channel.h.

Field Documentation

◆ beep_id

char beep_id[64]

Definition at line 4106 of file channel.h.

Referenced by ast_monitor_start().

◆ filename_base

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().

◆ filename_changed

int filename_changed

Definition at line 4107 of file channel.h.

Referenced by ast_monitor_change_fname(), and ast_monitor_start().

◆ format

char* format

Definition at line 4108 of file channel.h.

Referenced by __ast_read(), ast_monitor_start(), and ast_monitor_stop().

◆ joinfiles

int joinfiles

Definition at line 4109 of file channel.h.

Referenced by ast_monitor_setjoinfiles().

◆ read_filename

char read_filename[FILENAME_MAX]

Definition at line 4103 of file channel.h.

Referenced by ast_monitor_start().

◆ read_stream

struct ast_filestream* read_stream

Definition at line 4101 of file channel.h.

Referenced by ast_monitor_start().

◆ state

Definition at line 4109 of file channel.h.

Referenced by ast_monitor_set_state().

◆ stop

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().

◆ write_filename

char write_filename[FILENAME_MAX]

Definition at line 4104 of file channel.h.

Referenced by ast_monitor_start().

◆ write_stream

struct ast_filestream* write_stream

Definition at line 4102 of file channel.h.

Referenced by ast_monitor_start().


The documentation for this struct was generated from the following file: