Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
fax_detect Struct Reference

used for fax detect framehook More...

Collaboration diagram for fax_detect:
Collaboration graph
[legend]

Data Fields

struct ast_fax_session_detailsdetails
 fax session details More...
 
struct ast_dspdsp
 DSP Processor. More...
 
int flags
 mode More...
 
struct ast_formatorig_format
 original audio formats More...
 
struct timeval timeout_start
 the start of our timeout counter More...
 

Detailed Description

used for fax detect framehook

Definition at line 469 of file res_fax.c.

Field Documentation

◆ details

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

◆ dsp

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

◆ flags

int flags

mode

Definition at line 479 of file res_fax.c.

Referenced by fax_detect_framehook(), and fax_detect_new().

◆ orig_format

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

◆ timeout_start

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


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