
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 |
| int current_digits |
Definition at line 283 of file dsp.c.
Referenced by ast_digit_detect_init(), store_digit(), dtmf_detect(), ast_dsp_process(), and ast_dsp_digitreset().
| int detected_digits |
Definition at line 284 of file dsp.c.
Referenced by ast_digit_detect_init(), and store_digit().
| int digitlen[MAX_DTMF_DIGITS+1] |
Definition at line 282 of file dsp.c.
Referenced by store_digit(), dtmf_detect(), and ast_dsp_process().
| char digits[MAX_DTMF_DIGITS+1] |
Definition at line 281 of file dsp.c.
Referenced by ast_digit_detect_init(), store_digit(), ast_dsp_process(), and ast_dsp_digitreset().
Definition at line 288 of file dsp.c.
Referenced by ast_digit_detect_init(), dtmf_detect(), and ast_dsp_digitreset().
| int lost_digits |
Definition at line 285 of file dsp.c.
Referenced by ast_digit_detect_init(), and store_digit().
Definition at line 289 of file dsp.c.
Referenced by ast_digit_detect_init(), mf_detect(), and ast_dsp_digitreset().
| union { ... } td |
Referenced by ast_digit_detect_init(), dtmf_detect(), mf_detect(), and ast_dsp_digitreset().