
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 231 of file dsp.c.
| int current_digits |
Definition at line 249 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), and ast_dsp_process().
| int current_sample |
| int detected_digits |
| char digits[MAX_DTMF_DIGITS+1] |
Definition at line 247 of file dsp.c.
Referenced by ast_dsp_digitreset(), ast_dsp_getdigits(), and ast_dsp_process().
| int hits[5] |
| int lost_digits |
| int mhit |
1.5.1