Download VeriCall Edge Function Reference Manual

Transcript
Trinity Convergence
B.218
VeriCall Edge Function Reference Manual
t_ve_h323_gatekeeper_discovery_e
The
t_ve_h323_gatekeeper_discovery_e
enumeration
is
part
of
the
t_ve_h323_ras_configuration_s structure, as defined in Appendix B.58.2 on Page 477. The
enumeration provides H.323 the method of discovering available gatekeepers. The
t_ve_h323_gatekeeper_discovery_e enumeration is defined in ve_h323_configuration.h
and is described below:
typedef enum{
VE_H323_GATEKEEPER_DISCOVERY_INVALID=0,
VE_H323_GATEKEEPER_DISCOVERY_NONE,
VE_H323_GATEKEEPER_DISCOVERY_AUTO,
VE_H323_GATEKEEPER_DISCOVERY_MANUAL,
VE_H323_NUM_GATEKEEPER_DISCOVERY
}t_ve_h323_gatekeeper_discovery_e;
The enumeration elements are as follows:
Element
Definition
VE_H323_GATEKEEPER_DISCOVERY_INVALID
The gatekeeper discovery is invalid.
VE_H323_GATEKEEPER_DISCOVERY_NONE
Disable RAS.
VE_H323_GATEKEEPER_DISCOVERY_AUTO
Gatekeeper discovery is performed automatically.
VE_H323_GATEKEEPER_DISCOVERY_MANUAL
Gatekeeper discovery is disabled and the gatekeeper address will
be supplied by the user.
VE_H323_NUM_GATEKEEPER_DISCOVERY
The number of elements in this enumeration.
644
Appendix B: Structures and Enumerations
Trinity Convergence Confidential