Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for T.38 parameters task data. More...
Data Fields | |
struct ast_frame * | frame |
T.38 control frame. More... | |
struct ast_sip_session * | session |
Session itself. More... | |
Structure for T.38 parameters task data.
Definition at line 88 of file res_pjsip_t38.c.
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().
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().