
Methods
76 VTel Programmer Guide
Input
Parameters
Output
Parameters
Examples
[VTel.VDUCreate({2,2,{"account","12345"},{"color","green"}},)]
[VTel.VDUCreate.response(,{2,2,{"account","12345"},{"color","green"}},
"2df5d9e6003b00007800002a1f430002")]
Notes
You may not specify the EDU ID. This is assigned by Avaya Computer Telephony
for IC.
You must explicitly terminate any EDUs that are created with
VDUCreate()
. Use
Terminate()
to do so.
VDUFindVDU
IDL Syntax
ORBStatus VDUFindVDU( in string criteria, out SeqString
values );
Description
Retrieves a list of all EDUs in Avaya Computer Telephony for IC that match the
given criteria, including both active calls and those stored in the DUStore Server.
Input
Parameters
Output
Parameters
Name
Required
Description/Comments
values
Yes
Zero or more name/value pairs to place into
the new EDU.
Name
Description/Comments
vduid
Identifies the newly created EDU.
Name
Required
Description/Comments
criteria
Yes
The search criteria to be used. The criteria are the same
as those used by the EDU Server for event monitoring.
See
Electronic Data Unit Server Programmer Guide
for
more information on event monitoring.
Name
Description/Comments
values
A list of EDU IDs matching the criteria.
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...