Asterisk - The Open Source Telephony Project
18.5.0
|
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. More... | |
enum ast_sip_session_t38state | state |
Current state. More... | |
struct ast_control_t38_parameters | their_parms |
Their T.38 parameters. More... | |
pj_timer_entry | timer |
Timer entry for automatically rejecting an inbound re-invite. More... | |
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_create_media_state(), t38_interpret_parameters(), t38_reinvite_response_cb(), t38_reinvite_sdp_cb(), and t38_state_destroy().
struct ast_control_t38_parameters our_parms |
Our T.38 parameters.
Definition at line 63 of file res_pjsip_t38.c.
Referenced by create_outgoing_sdp_stream(), and t38_interpret_parameters().
Current state.
Definition at line 61 of file res_pjsip_t38.c.
Referenced by apply_negotiated_sdp_stream(), create_outgoing_sdp_stream(), defer_incoming_sdp_stream(), negotiate_incoming_sdp_stream(), t38_reinvite_response_cb(), t38_reinvite_sdp_cb(), and t38_state_get_or_alloc().
struct ast_control_t38_parameters their_parms |
Their T.38 parameters.
Definition at line 65 of file res_pjsip_t38.c.
Referenced by t38_change_state(), t38_interpret_parameters(), and t38_interpret_sdp().
pj_timer_entry timer |
Timer entry for automatically rejecting an inbound re-invite.
Definition at line 67 of file res_pjsip_t38.c.
Referenced by t38_change_state(), and t38_state_get_or_alloc().