Answered Event

IPFX Integrator CTI Phone Control

Answered Event

Occurs when a call is answer at MyLine.

Syntax

object_Answered(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 Answered 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 answered 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 there is a call answered at the extension specified by MyLine.

See Also

Events

Ringing Event

Outgoing Event

Released Event