|
Asterisk - The Open Source Telephony Project GIT-master-80b953f
|

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 316 of file dsp.c.
Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), ast_dsp_process(), dtmf_detect(), and store_digit().
| int detected_digits |
Definition at line 317 of file dsp.c.
Referenced by ast_digit_detect_init(), and store_digit().
| int digitlen[MAX_DTMF_DIGITS+1] |
Definition at line 315 of file dsp.c.
Referenced by ast_dsp_process(), dtmf_detect(), and store_digit().
| char digits[MAX_DTMF_DIGITS+1] |
Definition at line 314 of file dsp.c.
Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), ast_dsp_process(), and store_digit().
| dtmf_detect_state_t dtmf |
Definition at line 321 of file dsp.c.
Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), and dtmf_detect().
| int lost_digits |
Definition at line 318 of file dsp.c.
Referenced by ast_digit_detect_init(), and store_digit().
Definition at line 322 of file dsp.c.
Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), mf_detect(), and r2_detect().
| union { ... } td |
Referenced by ast_digit_detect_init(), ast_dsp_digitreset(), dtmf_detect(), mf_detect(), and r2_detect().