
Data Fields | |
| int | current_digits |
| int | current_sample |
| int | detected_digits |
| char | digits [MAX_DTMF_DIGITS+1] |
| int | fax_hits |
| int | hits [5] |
| int | lost_digits |
| int | mhit |
| goertzel_state_t | tone_out [6] |
Definition at line 237 of file dsp.c.
| int current_digits |
Definition at line 255 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), ast_dsp_process(), ast_mf_detect_init(), and mf_detect().
| int current_sample |
Definition at line 251 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
| int detected_digits |
| char digits[MAX_DTMF_DIGITS+1] |
Definition at line 253 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), ast_dsp_process(), ast_mf_detect_init(), and mf_detect().
| int hits[5] |
Definition at line 249 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
| int lost_digits |
| int mhit |
Definition at line 240 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
Definition at line 239 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_mf_detect_init(), and mf_detect().
1.5.5