| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 | |
| struct timeval | timeout_start | 
| the start of our timeout counter | |
| struct ast_fax_session_details* details | 
fax session details
Definition at line 578 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 574 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_framehook(), and fax_detect_new().
| int flags | 
mode
Definition at line 580 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 576 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 572 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().