|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
#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 975 of file res_pjsip.h.
| unsigned int bind_udptl_to_media_address |
Bind the UDPTL instance to the media_address
Definition at line 987 of file res_pjsip.h.
| unsigned int enabled |
Whether T.38 UDPTL support is enabled or not
Definition at line 977 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 979 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 985 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 981 of file res_pjsip.h.
| unsigned int nat |
Whether NAT Support is enabled for T.38 UDPTL sessions or not
Definition at line 983 of file res_pjsip.h.