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

#include <res_pjsip.h>

Data Fields

unsigned int bind_udptl_to_media_address
 
unsigned int enabled
 
enum ast_t38_ec_modes error_correction
 
unsigned int ipv6
 
unsigned int maxdatagram
 
unsigned int nat
 

Detailed Description

Definition at line 887 of file res_pjsip.h.

Field Documentation

◆ bind_udptl_to_media_address

unsigned int bind_udptl_to_media_address

Bind the UDPTL instance to the media_address

Definition at line 899 of file res_pjsip.h.

◆ enabled

unsigned int enabled

Whether T.38 UDPTL support is enabled or not

Definition at line 889 of file res_pjsip.h.

Referenced by chan_pjsip_queryoption(), and t38_framehook().

◆ error_correction

enum ast_t38_ec_modes error_correction

Error correction setting for T.38 UDPTL

Definition at line 891 of file res_pjsip.h.

Referenced by t38udptl_ec_handler(), and t38udptl_ec_to_str().

◆ ipv6

unsigned int ipv6

Whether to use IPv6 for UDPTL or not

Definition at line 897 of file res_pjsip.h.

◆ maxdatagram

unsigned int maxdatagram

Explicit T.38 max datagram value, may be 0 to indicate the remote side can be trusted

Definition at line 893 of file res_pjsip.h.

◆ nat

unsigned int nat

Whether NAT Support is enabled for T.38 UDPTL sessions or not

Definition at line 895 of file res_pjsip.h.


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