Download VeriCall Edge Function Reference Manual

Transcript
Trinity Convergence
B.61.1
VeriCall Edge Function Reference Manual
t_ve_nat_media_addresses_s
The
t_ve_nat_media_addresses_s
structure
is
used
within
the
t_ve_nat_channel_addresses_s structure described in Appendix B.61 on Page 492. This
structure contains the IP address information. The t_ve_nat_media_addresses_s structure is
defined in ve_nat_defs.h and is described below:
typedef struct{
t_ve_nat_state_e
t_ve_media_ip_configuration_s
UWord16
t_ve_media_ip_configuration_s
UWord16
}t_ve_nat_media_addresses_s;
state;
rtp_ip;
rtp_port;
rtcp_ip;
rtcp_port;
The elements of this structure are as follows:
Element
Definition
state
An enumerated value, of type t_ve_nat_state_e as described in Appendix B.228 on Page 651,
used to determine if the specified public IP address mapping is valid. Note if this enumerated
type is enabled, this means the mappings are valid.
rtp_ip
A structure, t_ve_media_ip_configuration_s as described in Appendix B.27.2 on Page 304,
which defines the RTP mapped address to be used within this mapping.
rtp_port
The RTP port number to be used with this mapping.
rtcp_ip
A structure, t_ve_media_ip_configuration_s as described in Appendix B.27.2 on Page 304,
which defines the RTCP mapped address to be used within this mapping.
rtcp_port
The RTCP port number to be used with this mapping.
Trinity Convergence Confidential
Appendix B: Structures and Enumerations
493