The connect method is issued by the Java application to connect the call
to the destination that is identified explicitly by the label, or implicitly
by the label type.
If the connect cannot be processed, a dialogueFailureEventSend with a status
of E_UNSPECIFIED_FAILURE must be sent.
Syntax
CTICiscoReturn connect();
Parameters
There are no parameters for this method.
Return properties
- Integer LabelType
- The type of label that is returned in this field. To extract this property,
call the getLabelType method on the returned CTICiscoReturn object.
- String Label
- The destination to which the call must be routed. To extract this property,
call the getLabel method on the returned CTICiscoReturn object.
- Integer TransferHint
- Only present if the VRU supports the blind transfer feature. If Transfer
Hint is present, and set to true, the VRU PG can send a connect or connectToResource
message after this connect. To extract this property, call the getTransferHint
method on the returned CTICiscoReturn object.
- Integer Status
- Returns an Integer value from the list of status codes that describes
the result of this request (see Table 3.) To extract this
property, call the getStatus method on the returned CTICiscoReturn object.
- CTICiscoCallVars CallVariables
-
To extract this property call the getCallVars method on the returned
CTICiscoReturn object. The following CallVariables are available by using get methods in this CTICiscoCallVars object.
- String CallVariable1
- Additional information that is related to the call. Extracted by the
getCallVariable1 method. The maximum length of characters in the string is
40. This parameter is optional.
- String CallVariable...
- Additional information that is related to the call. Extracted by the
getCallVariable... method. The maximum length of characters in the string
is 40. This parameter is optional.
- String CallVariable10
- Additional information that is related to the call. Extracted by the
getCallVariable10 method. The maximum length of characters in the string is
40. This parameter is optional.
- Integer ECCVarValueTag1
- The numeric tag value by which this variable is identified. Extracted
by the getECCVarValueTag1 method. This parameter is optional.
- String ECCVarValueString1
- Call-related data. Extracted by the getECCVarString1 method. The maximum
length of characters in the string is 210. This parameter is optional.
- Integer ECCVarValueTag...
- The numeric tag value by which this variable is identified. Extracted
by the getECCVarValueTag... method. This parameter is optional.
- String ECCVarValueString...
- Call-related data. Extracted by the getECCVarValueString... method.
The maximum length of characters in the string is 210. This parameter is optional.
- Integer ECCVarValueTag5
- The numeric tag value by which this variable is identified. Extracted
by the getECCVarValueTag5 method. This parameter is optional.
- String ECCVarValueString5
- Call-related data. Extracted by the getECCVarString5 method. The maximum
length of characters in the string is 210. This parameter is optional.
- Integer ECCVarArrayTag1
- The numeric tag value by which this variable is identified. Extracted
by the getECCVarArrayTag1 method. This parameter is optional.
- Integer ECCVarArrayIndex1
- A numeric array index identifier. Extracted by the getECCVarArrayIndex1
method. This parameter is optional.
- String ECCVarArrayString1
- Call-related data. Extracted by the getECCVarArrayString1 method. The
maximum length of characters in the string is 210. This parameter is optional.
- Integer ECCVarArrayTag...
- The numeric tag value by which this variable is identified. Extracted
by the getECCVarArrayTag... method. This parameter is optional.
- Integer ECCVarArrayIndex...
- A numeric array index identifier. Extracted by the getECCVarArrayIndex...
method. This parameter is optional.
- String ECCVarArrayString...
- Call-related data. Extracted by the getECCVarArrayString... method.
The maximum length of characters in the string is 210. This parameter is optional.
- Integer ECCVarArrayTag5
- The numeric tag value by which this variable is identified. Extracted
by the getECCVarArrayIndex... method. This parameter is optional.
- Integer ECCVarArrayIndex5
- A numeric array index identifier. Extracted by the getECCVarArrayIndex5
method. This parameter is optional.
- String ECCVarArrayString5
- Call-related data. Extracted by the getECCVarArrayString5 method. The
maximum length of characters in the string is 210. This parameter is optional.