Asterisk - The Open Source Telephony Project
18.5.0
|
used for fax detect framehook More...
Data Fields | |
struct ast_fax_session_details * | details |
fax session details More... | |
struct ast_dsp * | dsp |
DSP Processor. More... | |
int | flags |
mode More... | |
struct ast_format * | orig_format |
original audio formats More... | |
struct timeval | timeout_start |
the start of our timeout counter More... | |
struct ast_fax_session_details* details |
fax session details
Definition at line 477 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_attach(), and fax_detect_framehook().
struct ast_dsp* dsp |
DSP Processor.
Definition at line 473 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_framehook(), and fax_detect_new().
int flags |
mode
Definition at line 479 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 475 of file res_fax.c.
Referenced by destroy_faxdetect(), and fax_detect_framehook().
struct timeval timeout_start |
the start of our timeout counter
Definition at line 471 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().