VTel methods (requests from other applications)
Issue 2.1 August 2003
57
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
Parameters
None.
Output
Parameters
None.
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
Output
Parameters
None.
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
Name
Required
Description/Comments
vduid
Yes
The EDU ID of a current conference call.
phonenumber
Yes
The dialable number, UserID, or ACD queue of
the party to be dropped.
Содержание 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...