Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
#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 |
Definition at line 885 of file res_pjsip.h.
unsigned int bind_udptl_to_media_address |
Bind the UDPTL instance to the media_address
Definition at line 897 of file res_pjsip.h.
unsigned int enabled |
Whether T.38 UDPTL support is enabled or not
Definition at line 887 of file res_pjsip.h.
Referenced by chan_pjsip_queryoption(), and t38_framehook().
enum ast_t38_ec_modes error_correction |
Error correction setting for T.38 UDPTL
Definition at line 889 of file res_pjsip.h.
Referenced by t38udptl_ec_handler(), and t38udptl_ec_to_str().
unsigned int ipv6 |
Whether to use IPv6 for UDPTL or not
Definition at line 895 of file res_pjsip.h.
unsigned int maxdatagram |
Explicit T.38 max datagram value, may be 0 to indicate the remote side can be trusted
Definition at line 891 of file res_pjsip.h.
unsigned int nat |
Whether NAT Support is enabled for T.38 UDPTL sessions or not
Definition at line 893 of file res_pjsip.h.