Methods
78 VTel Programmer Guide
Output
Parameters
Examples
[VTel.VDUGetData("2df5d9e6003b00007800002a1f430002",{0,0})]
Notes
This method may return a large number of data elements. Be sure to allow
enough room for the response. While it can be limited by setting the maximum
number to return, this is not very useful in this case as the ordering of return
values is arbitrary and you cannot determine what has been missed.
VDUGetOneValue
IDL Syntax
ORBStatus VDUGetOneValue( in string vduid, in string name,
out string value );
Description
Retrieves one value from an EDU.
Input
Parameters
Output
Parameters
Examples
[VTel.VDUGetOneValue("2df5d9e6003b00007800002a1f430002","ani",)]
Notes
The EDU must currently exist within VTel.
VDUGetValues
IDL Syntax
ORBStatus VDUGetValues( in string vduid, out SeqCouple
values );
Name
Description/Comments
values
Values of all data elements currently in the EDU.
Name
Required
Description/Comments
vduid
Yes
An EDU active in VTel.
name
Yes
EDU data element to be returned.
Name
Description/Comments
value
Value of the specified data element.
Summary of Contents for Interaction Center
Page 1: ...Avaya Interaction Center Release 6 1 VTel Programmer Guide 585 248 220 Issue 2 1 August 2003...
Page 8: ...Contents 8 VTel Programmer Guide...
Page 20: ...Definition of terms and concepts 20 VTel Programmer Guide...
Page 104: ...Server failure processing 104 VTel Programmer Guide...
Page 120: ...The vtel ini configuration file 120 VTel Programmer Guide...
Page 124: ...VTel errors 124 VTel Programmer Guide...
Page 137: ...Issue 2 1 August 2003 137...
Page 138: ...138 VTel Programmer Guide...