High Availability Monitors Version A.03.02 Release Notes

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_PORT
Chapter 3 353
mux_info.dlc_type
Type of the DLC. Set this to AP_IMPL_NLI_QLLC.
cud_mode
Specifies the type of matching required between the
Call User Data (CUD) supplied on an incoming call and
the
cud
parameter below. Possible values are:
VQL_DONTCARE
CUD on incoming calls is not checked.
VQL_IDENTITY
The received CUD must match the string specified in
the
cud
parameter.
VQL_STARTSWITH
The initial bytes (up to
cud_len
) of the received CUD
must match the string specified in the
cud
parameter;
any bytes following
cud_len
are not checked.
cud_len
Specifies the length of the Call User Data (in the
cud
parameter below).
cud
Call user data to be used for verifying incoming calls. If
cud_mode
above is set to VQL_IDENTITY or
VQL_STARTSWITH, incoming calls are accepted only if
they specify a CUD string that matches the value
defined in this parameter. If
cud_mode
is set to
VQL_DONTCARE, this parameter is ignored and CUD
strings on incoming calls are not checked.
add_mode
Specifies the type of matching required between the
address supplied on an incoming call and the port
address defined in the
address
parameter above.
Possible values are:
VQL_DONTCARE
The address on incoming calls is not checked.