
VTel methods (requests from other applications)
Issue 2.1 August 2003
67
LogoutTelephony
IDL Syntax
ORBStatus LogoutTelephony( in string retry_limit, in string
wait_seconds );
Description
Directs VTel to deassign and log out of the Telephony Server and the EDU Server.
LogoutVESP()
must
be called after
LogoutTelephony()
.
Input
Parameters
Output
Parameters
None.
Examples
[VTel.LogoutTelephony(,)]
[VTel.LogoutTelephony(10,2)]
Notes
This method will fail (that is, a given try will fail) if there is any work in progress.
Works in progress may include active phone calls and EDUs that have not been
terminated because of either a WrapUp state or an application locking the
resources.
If
retry_limit
is -1, retries will occur at intervals of
wait_seconds
until
success is achieved.
If
retry_limit
is a positive integer, a maximum of that many retries will occur,
with an interval of
wait_seconds
between each try. A response will not be
returned until success is achieved or until the
retry_limit
has been reached. If
the request was ultimately unsuccessful, an error response is returned.
This method allows a two-step process for logging out of VTel. It is paired with
LoginTelephony()
.
If the VTel GUI was visible before logout, it will be hidden after logout and the user
will not be prompted for another login unless a
GuiLogin()
request is made.
This allows the external application to display its own login interface, or to
determine when the VTel login dialog is visible.
Name
Required
Description/Comments
retry_limit
No
Number of attempts to make. (The default is 0.)
wait_seconds
No
Number of seconds between attempts. (The
default is 0.)
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...