Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
used for gateway framehook More...
Data Fields | |
int | bridged:1 |
bridged More... | |
struct ast_format * | chan_read_format |
original audio formats More... | |
struct ast_fax_session * | chan_v21_session |
struct ast_format * | chan_write_format |
int | detected_v21:1 |
1 if a v21 preamble has been detected More... | |
int | framehook |
framehook used in gateway mode More... | |
struct ast_format * | peer_read_format |
struct ast_fax_session * | peer_v21_session |
struct ast_format * | peer_write_format |
struct ast_fax_session * | s |
FAX Session. More... | |
enum ast_t38_state | t38_state |
a flag to track the state of our negotiation More... | |
struct timeval | timeout_start |
the start of our timeout counter More... | |
struct ast_fax_tech_token * | token |
reserved fax session token More... | |
int bridged |
struct ast_format* chan_read_format |
original audio formats
Definition at line 491 of file res_fax.c.
Referenced by destroy_gateway(), and fax_gateway_framehook().
struct ast_fax_session* chan_v21_session |
Definition at line 477 of file res_fax.c.
Referenced by destroy_v21_sessions(), fax_gateway_detect_v21(), and fax_gateway_new().
struct ast_format* chan_write_format |
Definition at line 492 of file res_fax.c.
Referenced by destroy_gateway(), and fax_gateway_framehook().
int detected_v21 |
1 if a v21 preamble has been detected
Definition at line 487 of file res_fax.c.
Referenced by fax_gateway_detect_v21(), and fax_gateway_framehook().
int framehook |
framehook used in gateway mode
Definition at line 483 of file res_fax.c.
Referenced by fax_gateway_attach(), fax_gateway_detect_t38(), fax_gateway_framehook(), fax_gateway_new(), and fax_gateway_request_t38().
struct ast_format* peer_read_format |
Definition at line 493 of file res_fax.c.
Referenced by destroy_gateway(), and fax_gateway_framehook().
struct ast_fax_session* peer_v21_session |
Definition at line 476 of file res_fax.c.
Referenced by destroy_v21_sessions(), fax_gateway_detect_v21(), and fax_gateway_framehook().
struct ast_format* peer_write_format |
Definition at line 494 of file res_fax.c.
Referenced by destroy_gateway(), and fax_gateway_framehook().
struct ast_fax_session* s |
FAX Session.
Definition at line 475 of file res_fax.c.
Referenced by destroy_gateway(), fax_gateway_framehook(), fax_gateway_framehook_destroy(), fax_gateway_new(), and fax_gateway_start().
enum ast_t38_state t38_state |
a flag to track the state of our negotiation
Definition at line 489 of file res_fax.c.
Referenced by fax_gateway_detect_t38(), fax_gateway_framehook(), and fax_gateway_request_t38().
struct timeval timeout_start |
the start of our timeout counter
Definition at line 481 of file res_fax.c.
Referenced by fax_gateway_detect_t38(), fax_gateway_framehook(), fax_gateway_request_t38(), and fax_gateway_start().
struct ast_fax_tech_token* token |
reserved fax session token
Definition at line 479 of file res_fax.c.
Referenced by destroy_gateway(), fax_gateway_new(), and fax_gateway_start().