
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 163 of file app_fax.c.
Referenced by rcvfax_exec(), sndfax_exec(), transmit_audio(), and transmit_t38().
| struct ast_channel* chan |
Definition at line 160 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 162 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_file(), and sndfax_exec().
| char* file_name |
Definition at line 164 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_file(), and sndfax_exec().
| volatile int finished |
Definition at line 166 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), sndfax_exec(), transmit(), transmit_audio(), and transmit_t38().
Definition at line 165 of file app_fax.c.
Referenced by transmit_audio(), and transmit_t38().
| enum ast_t38_state t38state |
Definition at line 161 of file app_fax.c.
Referenced by transmit().