Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
t38_parameters_task_data Struct Reference

Structure for T.38 parameters task data. More...

Collaboration diagram for t38_parameters_task_data:
Collaboration graph
[legend]

Data Fields

struct ast_frameframe
 T.38 control frame. More...
 
struct ast_sip_sessionsession
 Session itself. More...
 

Detailed Description

Structure for T.38 parameters task data.

Definition at line 88 of file res_pjsip_t38.c.

Field Documentation

◆ frame

struct ast_frame* frame

T.38 control frame.

Definition at line 92 of file res_pjsip_t38.c.

Referenced by t38_parameters_task_data_alloc(), and t38_parameters_task_data_destroy().

◆ session

struct ast_sip_session* session

Session itself.

Definition at line 90 of file res_pjsip_t38.c.

Referenced by t38_parameters_task_data_alloc(), and t38_parameters_task_data_destroy().


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