
Request IDs
Issue 2.1 August 2003
41
If an exception is returned, all of the other returned information may be invalid, including
the return code.
Return code
As shown in the response syntax, a return code may be added to the end of the response.
If it is present, this value may give you additional information, but it is not an error indicator.
The type and meaning of this value depends on the server and particular method invoked.
If an exception is returned, this value is not valid.
VTel will internally process most return code issues. Others will be passed through by VTel.
Request IDs
Anything enclosed in square brackets after the request is echoed in the response. This is
optional and can be used by the sender to identify the request by generating a unique ID
number for each.
[VTel.VDUGetOneValue("2df5d9e6003b00007800002a1f430002","ani",)][44]
[VTel.VDUGetOneValue.response(,"2df5d9e6003b00007800002a1f430002","ani",
"5084863244")][44]
This enables the application to match the requests with the corresponding responses. It is
the responsibility of the user application to generate a unique ID number. Sequential
request counters are recommended.
Note:
Note:
No response sequence is guaranteed or implied by this ID number.
Requests of the same or different types may be processed and replied to in
an arbitrary order.
Event messages
Event messages sent from VTel to user applications use a slightly different syntax than
request messages:
[eventid({eventtype,eventname,seqCouple})]
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...