Outgoing Event
Occurs when MyLine is taken offhook.
Syntax
object_Offhook(ID As String, Extension As String, DNIS As String, _DNISDescription As String, CLID As String, CLIDDescription As String, _ByVal CLIDAccountCode As String, Queue As Long, _QueueTime As Long, RingTime As Long, TalkTime As Long)
The Outgoing 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 made from. |
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 taken offhook to make an outbound call.