Logouttelephony - Avaya Interaction Center Programmer's Manual

Vtel programmer guide
Hide thumbs Also See for Interaction Center:
Table of Contents

Advertisement

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
Name
retry_limit
wait_seconds
Output
None.
Parameters
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.
VTel methods (requests from other applications)
Required
Description/Comments
No
Number of attempts to make. (The default is 0.)
No
Number of seconds between attempts. (The
default is 0.)
Issue 2.1 August 2003
67

Advertisement

Table of Contents
loading

This manual is also suitable for:

Interaction center 6.1

Table of Contents