Logoutvesp; Makecall - Avaya Interaction Center Programmer's Manual

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

Advertisement

Methods

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
None.
Parameters
Output
None.
Parameters
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
68 VTel Programmer Guide
Name
phonenumber_orig
phonenumber_dest
Required
Description/Comments
No
Dialable number, UserID, or null (default
phone) for the phone from which the
outbound call is originating.
Yes
Dialable number, UserID, or ACD queue of
the phone that is the destination of the
outbound call.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Interaction center 6.1

Table of Contents