Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<Event>

Description

InboundOutboundComments
RINGINGsent when the call is in the ringing statexxThis event is always sent FIRST.
CONNECTEDsent when the call is connectedxx
CONNRES.1sent when the call was successful and is endedxx
CONNRES.2sent when the call was not answeredxx
CONNRES.3send when the destination is busy 
x

Not provided for inbound calls, since RINGING is required first. 

CONNRES.4

sent when the caller (inbound) or agent (outbound) hungup during the call initiation or ringing phase

xx
CONNRES.5


Not provided as RINGING is required first.
CONNRES.6sent when the called agent refused the call or hungup during a whisper transfer announcementx

If a destination agent telephone rings then becomes busy, this means the agent refused the call. 

This CONNRES is used in that case.

CONNRES.7


Not provided since RINGING is required first. 

Examples

CallTransfer.Client.INBOUND.ACD.DIRECT.RINGING

CallTransfer.Client.INBOUND.ACD.DIRECT.CONNECTED

CallTransfer.Client.INBOUND.ACD.DIRECT.CONNRES.2

CallTransfer.Client.OUTBOUND.DIALLER.CONNECTED

Parameter Values

The value of the parameter determines how the REST call is made.

It is a multi-line parameter, each line must begin with one of the fields below followed by an equals ("=") sign.

...

Variable

Description

$date_timethe current date and time
$service_numberthe ServiceNumbers.Name field
$service_namethe ServiceNumbers.Name2 field
$callerthe caller ID
$agent_nameThe surname of the agent
$agent_firstnameThe firstname of the agent
$agent_numberThe number of the agent
$agent_id The ID of the agent
$agent_tel The telephone number of the agent
$agent_uidThe UID of the agent
$agent_nicknameThe NickName of the agent
$group_nameThe name of the ACD group
$group_number The number of the ACD group
$diallercampaign_nameThe name of the dialler campaign
$diallercontact_nameThe surname of the dialler contact
$diallercontact_firstnameThe firstname of the dialler contact
$diallercontact_externalsystemlinkThe external system link for the dialler contact
$diallercontact_userdataThe UserData field for the dialler contact

Examples

Direct Inbound RINGING

The following parameter will send a GET request when a direct inbound ACD call is ringing:

...