Ringing Event

IPFX Integrator CTI Phone Control

Ringing Event

Occurs when a call is ringing at MyLine.

Syntax

object_Ringing (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 Ringing 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 ringing at.

DNIS

String. Dialled Number Identification Service. The number that was dialled to gain access to the PABX.

DNIS Description

String. Name matched to the dialled number.

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 ringing at the extension specified by MyLine.

See Also

Events

Answered Event

Outgoing Event

Released Event