Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
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 506 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 502 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_framehook(), and fax_detect_new().
int flags |
mode
Definition at line 508 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 504 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 500 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().