used for fax detect framehook More...

Data Fields | |
| struct ast_fax_session_details * | details |
| fax session details | |
| struct ast_dsp * | dsp |
| DSP Processor. | |
| int | flags |
| mode | |
| struct ast_format | orig_format |
| original audio formats | |
| int | timeout |
| faxdetect timeout | |
| struct timeval | timeout_start |
| the start of our timeout counter | |
| struct ast_fax_session_details* details |
fax session details
Definition at line 281 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_attach(), and fax_detect_framehook().
DSP Processor.
Definition at line 277 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_framehook(), and fax_detect_new().
| int flags |
mode
Definition at line 283 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().
| struct ast_format orig_format |
original audio formats
Definition at line 279 of file res_fax.c.
Referenced by fax_detect_framehook().
| int timeout |
| struct timeval timeout_start |
the start of our timeout counter
Definition at line 273 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().