Methods
68 VTel Programmer Guide
LogoutVESP
IDL Syntax
ORBStatus LogoutVESP( void );
Description
Directs VTel to log out from Telephony only but does not deassign the agent's
telephone set.
Input
Parameters
None.
Output
Parameters
None.
Examples
[VTel.LogoutVESP()]
Notes
This method will fail if
LoginVESP()
has not been issued or 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.
MakeCall
IDL Syntax
ORBStatus MakeCall( in string phonenumber_orig, in string
phonenumber_dest, out string vduid );
Description
Directs VTel to initiate a call on the selected phone line.
Input
Parameters
Name
Required
Description/Comments
phonenumber_orig
No
Dialable number, UserID, or null (default
phone) for the phone from which the
outbound call is originating.
phonenumber_dest
Yes
Dialable number, UserID, or ACD queue of
the phone that is the destination of the
outbound call.
Содержание 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...