
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 | |
Definition at line 274 of file res_fax.c.
struct ast_fax_session_details* details [read] |
fax session details
Definition at line 284 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_attach(), and fax_detect_framehook().
DSP Processor.
Definition at line 280 of file res_fax.c.
Referenced by destroy_faxdetect(), fax_detect_framehook(), and fax_detect_new().
| int flags |
mode
Definition at line 286 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().
struct ast_format orig_format [read] |
original audio formats
Definition at line 282 of file res_fax.c.
Referenced by fax_detect_framehook().
| int timeout |
struct timeval timeout_start [read] |
the start of our timeout counter
Definition at line 276 of file res_fax.c.
Referenced by fax_detect_framehook(), and fax_detect_new().
1.5.6