Sat Apr 26 2014 22:03:25

Asterisk developer's documentation


digit_detect_state_t Struct Reference
Collaboration diagram for digit_detect_state_t:

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 284 of file dsp.c.


Field Documentation

Definition at line 289 of file dsp.c.

Referenced by ast_digit_detect_init(), and store_digit().

Definition at line 287 of file dsp.c.

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

Definition at line 290 of file dsp.c.

Referenced by ast_digit_detect_init(), and store_digit().

Definition at line 294 of file dsp.c.

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


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