You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Description

This report shows individual inbound calls in ACD groups. You can see to which agents calls were routed, and with what result. The connection times are shown.

Sample Execution (Input) → Sample Report (Output)

This report is optimised for the following output formats: PDFHTML

Columns

The following columns are provided.

Legend

Table

Alias

StatisticsPartA (See also Table Reference - StatisticsPartA (A) )

a

AcdStatisticsPartB (See also Table Reference - AcdStatisticsPartB (AcdB) )

acdb

StatisticsPartB (See also Table Reference - StatisticsPartB (B) )

b

Name

Description

Criteria Used

Calls



Date / Time

The date the call was initiated

a.dtCallStart

Start

The time the call was started

a.dtCallStart

End

The time the call was ended

a.dtCallEnd

Numbers



Caller

Telephone number of the caller(A Number)


Service Number

Platform Destination (B Number)


Group



Name

Name of the group


Start

The time the call entered the ACD group

acdb.dtGroupStart

End

The time the call quit the ACD group

IF ( b.dtCallEnd ='00-00-00 00:00:00', NULL, b.dtCallEnd )

Connected

The time when the agent answered the call

acdb.dtAgentConnect

Duration

Total duration of the call

a.dtCallEnd - a.dtCallStart

Agent



Name

The name of the agent followed by the agent number in brackets


Destination Number

Telephone number of the agent (B Number)

b.BNumber

Duration

The connection time with the agent

IF ( b.dtCallConnect IS NOT NULL, (b.dtCallEnd - b.dtCallConnect, ), NULL )

Result

Result

Final result of the conversation with the agent:

  • OK - the agent and caller held a conversation.

  • Caller Hangup - the caller hung up.

  • Agent No Answer – the agent did not answer the call.

  • Agent busy – the called agent was busy.

b.CONNRES

  • No labels