Message syntax
38 VTel Programmer Guide
Each command name contains the name of the server that the request is targeted for,
followed by the request itself. These elements are separated by a period. Requests for
VTel are preceded by
VTel
. For example:
[VTel.Exit()]
Arguments
All arguments are either strings or sequences of couples (also called name-value pairs).
A sequence of couples is enclosed in curly brackets ({}) and includes a maximum number
of elements (couples), actual element count, and the couples. Each couple is further
enclosed in curly brackets and contains a name and a value, each of which is a string
enclosed in quotation marks, separated by a comma:
{max,n,{"name1","value1"},{"name2","value2"},{"name3","value3"}}
The maximum number of elements (
max)
limits the number of couples that will be returned
in response to a request. The maximum number must be a positive integer or zero. It is
often set to zero (0) to indicate that the response size is unlimited (that is, any number of
values may be returned). If the numbers is not zero, then a response to the request can be
truncated. For example, the size of the response from a request to get the values in an
EDU can be limited to five elements:
{5,1,{"vdu_id","2df5d9e6003b00007800002a1f430002"}}
The actual number of couples (
n
) is the count of the elements in the sequence. An empty
sequence has zero in the element count, for example:
{0,0} or {5,0}
Note:
Note:
Couples in a sequence are not positional. The couples may appear in any
order. The ordering may change at any time.
Strings
Strings are enclosed in quotation marks. Strings may contain any characters; however,
quotation marks and backslash characters must be written with a backslash in front of
them (that is,
\
and
\\
).
Содержание Interaction Center
Страница 1: ...Avaya Interaction Center Release 6 1 VTel Programmer Guide 585 248 220 Issue 2 1 August 2003...
Страница 8: ...Contents 8 VTel Programmer Guide...
Страница 20: ...Definition of terms and concepts 20 VTel Programmer Guide...
Страница 104: ...Server failure processing 104 VTel Programmer Guide...
Страница 120: ...The vtel ini configuration file 120 VTel Programmer Guide...
Страница 124: ...VTel errors 124 VTel Programmer Guide...
Страница 137: ...Issue 2 1 August 2003 137...
Страница 138: ...138 VTel Programmer Guide...