Asterisk - The Open Source Telephony Project
18.5.0
|
Data Structures | |
struct | frame_queue |
Data Fields | |
enum ast_t38_state | ast_t38_state |
fax_state_t | fax_state |
unsigned int | isdone:1 |
unsigned int | ist38:1 |
struct spandsp_pvt::frame_queue | read_frames |
struct spandsp_fax_stats * | stats |
t30_state_t * | t30_state |
t38_core_state_t * | t38_core_state |
t38_gateway_state_t | t38_gw_state |
t38_terminal_state_t | t38_state |
struct spandsp_fax_gw_stats * | t38stats |
struct ast_timer * | timer |
modem_connect_tones_rx_state_t * | tone_state |
int | v21_detected |
Definition at line 146 of file res_fax_spandsp.c.
Definition at line 149 of file res_fax_spandsp.c.
Referenced by spandsp_fax_gateway_start(), and t38_tx_packet_handler().
fax_state_t fax_state |
Definition at line 150 of file res_fax_spandsp.c.
Referenced by session_destroy(), spandsp_fax_new(), spandsp_fax_read(), spandsp_fax_start(), and spandsp_fax_write().
unsigned int isdone |
Definition at line 148 of file res_fax_spandsp.c.
Referenced by session_destroy(), spandsp_fax_cancel(), spandsp_fax_gw_t30_gen(), spandsp_fax_read(), and t30_phase_e_handler().
unsigned int ist38 |
Definition at line 147 of file res_fax_spandsp.c.
Referenced by session_destroy(), spandsp_fax_gateway_start(), spandsp_fax_new(), spandsp_fax_read(), spandsp_fax_start(), spandsp_fax_switch_to_t38(), and spandsp_fax_write().
struct spandsp_pvt::frame_queue read_frames |
Referenced by session_destroy(), spandsp_fax_new(), spandsp_fax_read(), and t38_tx_packet_handler().
struct spandsp_fax_stats* stats |
Definition at line 155 of file res_fax_spandsp.c.
Referenced by spandsp_fax_cli_show_session(), spandsp_fax_new(), spandsp_fax_switch_to_t38(), spandsp_manager_fax_session(), t30_phase_e_handler(), and update_stats().
t30_state_t* t30_state |
Definition at line 152 of file res_fax_spandsp.c.
Referenced by session_destroy(), spandsp_fax_cancel(), spandsp_fax_cli_show_session(), spandsp_fax_start(), spandsp_fax_switch_to_t38(), and spandsp_manager_fax_session().
t38_core_state_t* t38_core_state |
Definition at line 153 of file res_fax_spandsp.c.
Referenced by spandsp_fax_gateway_process(), spandsp_fax_gateway_start(), spandsp_fax_start(), and spandsp_fax_write().
t38_gateway_state_t t38_gw_state |
Definition at line 158 of file res_fax_spandsp.c.
Referenced by spandsp_fax_cli_show_session(), spandsp_fax_gateway_cleanup(), spandsp_fax_gateway_process(), spandsp_fax_gateway_start(), spandsp_fax_gw_t30_gen(), and spandsp_manager_fax_session().
t38_terminal_state_t t38_state |
Definition at line 151 of file res_fax_spandsp.c.
Referenced by session_destroy(), spandsp_fax_new(), spandsp_fax_read(), and spandsp_fax_start().
struct spandsp_fax_gw_stats* t38stats |
Definition at line 157 of file res_fax_spandsp.c.
struct ast_timer* timer |
Definition at line 160 of file res_fax_spandsp.c.
Referenced by session_destroy(), spandsp_fax_new(), spandsp_fax_read(), and spandsp_fax_start().
modem_connect_tones_rx_state_t* tone_state |
Definition at line 164 of file res_fax_spandsp.c.
Referenced by spandsp_v21_cleanup(), spandsp_v21_detect(), and spandsp_v21_new().
int v21_detected |
Definition at line 163 of file res_fax_spandsp.c.
Referenced by spandsp_v21_detect(), and spandsp_v21_tone().