Sat Apr 26 2014 22:03:25

Asterisk developer's documentation


fax_detect Struct Reference

used for fax detect framehook More...

Collaboration diagram for fax_detect:

Data Fields

struct ast_fax_session_detailsdetails
 fax session details
struct ast_dspdsp
 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

Detailed Description

used for fax detect framehook

Definition at line 271 of file res_fax.c.


Field Documentation

fax session details

Definition at line 281 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 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().

original audio formats

Definition at line 279 of file res_fax.c.

Referenced by fax_detect_framehook().

int timeout

faxdetect timeout

Definition at line 275 of file res_fax.c.

Referenced by fax_detect_framehook().

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().


The documentation for this struct was generated from the following file: