
DDE message syntax
Issue 2.1 August 2003
37
Chapter 4: Message syntax
This section describes the DDE message syntax that provides a language-independent
interface to Avaya Computer Telephony for IC services. This section contains the following
topics:
●
DDE message syntax
on page 37
●
Command name
on page 37
●
Arguments
on page 38
●
Responses
on page 39
●
Request IDs
on page 41
●
Event messages
on page 41
DDE message syntax
DDE messages employ a syntax consistent with that used by VTel, the Telephony DDE
Server, and other CORBA-based components. The syntax is similar to a function call,
consisting of a command name with a list of arguments enclosed in parentheses and
separated by commas. The entire command is enclosed in square brackets and may be
suffixed by a request identifier:
[command(arg1,arg2,arg3...)]
[command(arg1,arg2,arg3...)][request_id]
Command name
The command name may contain any combination of the characters A-Z (uppercase or
lowercase), 0-9, underscore (_) and period (.). Commands cannot start with an underscore
or digit. Separate elements of commands with periods.
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...