Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
digit_detect_state_t Struct Reference
Collaboration diagram for digit_detect_state_t:
Collaboration graph
[legend]

Data Fields

int current_digits
 
int detected_digits
 
int digitlen [MAX_DTMF_DIGITS+1]
 
char digits [MAX_DTMF_DIGITS+1]
 
int lost_digits
 
union {
   dtmf_detect_state_t   dtmf
 
   mf_detect_state_t   mf
 
td
 

Detailed Description

Definition at line 305 of file dsp.c.

Field Documentation

◆ current_digits

int current_digits

◆ detected_digits

int detected_digits

Definition at line 310 of file dsp.c.

Referenced by ast_digit_detect_init(), and store_digit().

◆ digitlen

int digitlen[MAX_DTMF_DIGITS+1]

Definition at line 308 of file dsp.c.

Referenced by ast_dsp_process(), dtmf_detect(), and store_digit().

◆ digits

char digits[MAX_DTMF_DIGITS+1]

Definition at line 307 of file dsp.c.

Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), ast_dsp_process(), and store_digit().

◆ dtmf

Definition at line 314 of file dsp.c.

Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), and dtmf_detect().

◆ lost_digits

int lost_digits

Definition at line 311 of file dsp.c.

Referenced by ast_digit_detect_init(), and store_digit().

◆ mf

Definition at line 315 of file dsp.c.

Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), and mf_detect().

◆ 

union { ... } td

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