
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 |
Definition at line 113 of file app_fax.c.
| int caller_mode |
Definition at line 117 of file app_fax.c.
Referenced by rcvfax_exec(), sndfax_exec(), transmit_audio(), and transmit_t38().
struct ast_channel* chan [read] |
Definition at line 114 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 116 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_file(), and sndfax_exec().
| char* file_name |
Definition at line 118 of file app_fax.c.
Referenced by phase_e_handler(), rcvfax_exec(), set_file(), and sndfax_exec().
| volatile int finished |
Definition at line 120 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 [read] |
Definition at line 119 of file app_fax.c.
Referenced by transmit_audio(), and transmit_t38().
| enum ast_t38_state t38state |
Definition at line 115 of file app_fax.c.
Referenced by transmit().
1.6.1