![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
dtmf_detect_state_t Struct Reference
Collaboration diagram for dtmf_detect_state_t:
Definition at line 197 of file dsp.c.
Data Fields | |
| goertzel_state_t | col_out [4] |
| int | current_digits |
| int | current_sample |
| int | detected_digits |
| int | digit_hits [16] |
| char | digits [MAX_DTMF_DIGITS+1] |
| float | energy |
| int | fax_hits |
| goertzel_state_t | fax_tone |
| int | hits [3] |
| int | lost_digits |
| int | mhit |
| goertzel_state_t | row_out [4] |
|
|
|
|
|
Definition at line 223 of file dsp.c. Referenced by ast_dsp_getdigits(), and ast_dsp_process(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 221 of file dsp.c. Referenced by ast_dsp_getdigits(), and ast_dsp_process(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|