Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_dsp Struct Reference

Data Fields

struct ast_dsp_busy_pattern busy_cadence
 
int busycount
 
int busymaybe
 
tone_detect_state_t ced_tone_state
 
tone_detect_state_t cng_tone_state
 
digit_detect_state_t digit_state
 
int digitmode
 
int display_inband_dtmf_warning
 
int dtmf_began
 
struct ast_frame f
 
int faxmode
 
int features
 
int freqcount
 
int freqmode
 
goertzel_state_t freqs [FREQ_ARRAY_SIZE]
 
float genergy
 
enum gsamp_size gsamp_size
 
int gsamps
 
int historicnoise [DSP_HISTORY]
 
int historicsilence [DSP_HISTORY]
 
fragment_t mute_data [5]
 
int mute_fragments
 
enum prog_mode progmode
 
int ringtimeout
 
unsigned int sample_rate
 
int tcount
 
int threshold
 
int totalnoise
 
int totalsilence
 
int tstate
 

Detailed Description

Definition at line 407 of file dsp.c.

Field Documentation

int totalnoise

Accumulated total talking/noise in ms since last silence.

Definition at line 413 of file dsp.c.

int totalsilence

Accumulated total silence in ms since last talking/noise.

Definition at line 411 of file dsp.c.

Referenced by __ast_play_and_record(), and ast_dsp_reset().


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