Asterisk - The Open Source Telephony Project
18.5.0
|
#include <res_pjsip.h>
Data Fields | |
unsigned int | enabled |
enum ast_t38_ec_modes | error_correction |
unsigned int | ipv6 |
unsigned int | maxdatagram |
unsigned int | nat |
Definition at line 740 of file res_pjsip.h.
unsigned int enabled |
Whether T.38 UDPTL support is enabled or not
Definition at line 742 of file res_pjsip.h.
Referenced by chan_pjsip_queryoption(), create_outgoing_sdp_stream(), defer_incoming_sdp_stream(), negotiate_incoming_sdp_stream(), and t38_framehook().
enum ast_t38_ec_modes error_correction |
Error correction setting for T.38 UDPTL
Definition at line 744 of file res_pjsip.h.
Referenced by t38_initialize_session(), t38_interpret_sdp(), t38udptl_ec_handler(), and t38udptl_ec_to_str().
unsigned int ipv6 |
Whether to use IPv6 for UDPTL or not
Definition at line 750 of file res_pjsip.h.
Referenced by create_outgoing_sdp_stream(), and negotiate_incoming_sdp_stream().
unsigned int maxdatagram |
Explicit T.38 max datagram value, may be 0 to indicate the remote side can be trusted
Definition at line 746 of file res_pjsip.h.
Referenced by t38_initialize_session(), and t38_interpret_sdp().
unsigned int nat |
Whether NAT Support is enabled for T.38 UDPTL sessions or not
Definition at line 748 of file res_pjsip.h.
Referenced by t38_initialize_session().