Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | caller_mode |
struct ast_channel * | chan |
int | direction |
char * | file_name |
volatile int | finished |
struct ast_control_t38_parameters | t38parameters |
enum ast_t38_state | t38state |
int caller_mode |
Definition at line 166 of file app_fax.c.
Referenced by rcvfax_exec(), sndfax_exec(), transmit_audio(), and transmit_t38().
struct ast_channel* chan |
Definition at line 163 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_local_info(), sndfax_exec(), transmit(), transmit_audio(), and transmit_t38().
int direction |
Definition at line 165 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_file(), and sndfax_exec().
char* file_name |
Definition at line 167 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_file(), and sndfax_exec().
volatile int finished |
Definition at line 169 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), sndfax_exec(), transmit(), transmit_audio(), and transmit_t38().
struct ast_control_t38_parameters t38parameters |
Definition at line 168 of file app_fax.c.
Referenced by transmit_audio(), and transmit_t38().
enum ast_t38_state t38state |
Definition at line 164 of file app_fax.c.
Referenced by transmit().