Deassign; Drop - Avaya Interaction Center Programmer's Manual

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

Advertisement

Deassign

IDL Syntax
ORBStatus Deassign( void );
Description
Breaks the connection between VTel and the external application. With DDE
communications, no further commands are accepted until another Assign().
Input
None.
Parameters
Output
None.
Parameters
Examples
[VTel.Deassign()]
Notes
This also stops any event reporting to the external application. It does not affect
the current state of VTel or any phones or calls. Its effect can be delayed if other
prior messages are queued waiting on a busy connection. If this is executed
before responses to previous requests have been sent, the responses are lost.

Drop

IDL Syntax
ORBStatus Drop( in string vduid, in string phonenumber );
Description
Drops a party from a conference call.
Input
Parameters
Name
vduid
phonenumber
Output
None.
Parameters
Examples
[VTel.Drop("2df5d9e6003b00007800002a1f430002","1234")]
Notes
If only two parties are in the call, the call is ended and both parties are
disconnected. Attempting to drop a party that is no longer present returns an error.
Attempting to drop yourself returns an error. This method is dependent on the
VTel methods (requests from other applications)
Required
Description/Comments
Yes
The EDU ID of a current conference call.
Yes
The dialable number, UserID, or ACD queue of
the party to be dropped.
Issue 2.1 August 2003
57

Advertisement

Table of Contents
loading

This manual is also suitable for:

Interaction center 6.1

Table of Contents