Asterisk - The Open Source Telephony Project
21.4.1
|
T.38 state information. More...
Data Fields | |
struct ast_sip_session_media_state * | media_state |
struct ast_control_t38_parameters | our_parms |
Our T.38 parameters. | |
enum ast_sip_session_t38state | state |
Current state. | |
struct ast_control_t38_parameters | their_parms |
Their T.38 parameters. | |
pj_timer_entry | timer |
Timer entry for automatically rejecting an inbound re-invite. | |
T.38 state information.
Definition at line 59 of file res_pjsip_t38.c.
struct ast_sip_session_media_state* media_state |
Preserved media state for when T.38 ends
Definition at line 69 of file res_pjsip_t38.c.
Referenced by t38_interpret_parameters(), t38_reinvite_response_cb(), t38_reinvite_sdp_cb(), and t38_state_destroy().