Methods
66 VTel Programmer Guide
LoginVESP
IDL Syntax
ORBStatus LoginVESP( in string login, in string password );
Description
Directs VTel to log into Telephony only. No phone assignments are made.
Input
Parameters
Output
Parameters
None.
Examples
[VTel.LoginVESP("llutton","qwerty")]
Notes
This method will return an error for an invalid login, or if another login is currently
in progress.
Logout
IDL Syntax
ORBStatus Logout( void );
Description
Directs VTel to log out from Telephony, deassigning the agent's telephone set.
Input
Parameters
None.
Output
Parameters
None.
Examples
[VTel.Logout()]
Notes
This method 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 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
login
Yes
Telephony login ID.
password
Yes
Telephony password, if one was assigned.
Содержание 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...