Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
t38_state Struct Reference

T.38 state information. More...

Collaboration diagram for t38_state:
Collaboration graph
[legend]

Data Fields

struct ast_sip_session_media_statemedia_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...
 

Detailed Description

T.38 state information.

Definition at line 59 of file res_pjsip_t38.c.

Field Documentation

◆ media_state

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().

◆ our_parms

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().

◆ state

◆ their_parms

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().

◆ timer

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().


The documentation for this struct was generated from the following file: