Released Event
Occurs when MyLine is hung up.
Syntax
object_Released(ID As String)
The Released event syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
ID |
String. A unique identifier for the call. |
Extension |
String. The extension the call is released at. |
DNIS |
String. Dialled Number Identification Service. The number that was dialled to gain access to the PABX. |
DNISDescription |
String. Name matched to the dialled number. |
CLID |
String. Calling Line Identification. The phone number of the caller. |
CLIDDescription |
String. A description matched on the CLID.
|
CLIDAccountCode |
String. An account code matched on the CLID. |
Queue |
Long. The queue number that the call has come in on. |
QueueTime |
Long. How many seconds the call has waiting in queue. |
RingTime |
Long. How many seconds the call has been ringing at MyLine. |
TalkTime |
Long. How many seconds the person has been talking for. |
Remarks
This event will occur when MyLine is hung up.