Versions Compared

Key

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

...

Queue_Serviced_* Fields

Further partitions the AcdStatisticsPartB datapartition on calls which entered the queue, only calls which were answered by an agent are considered. The condition used is:

( StatisticsPartA.dtCallConnect IS NOT NULL ) AND ( AcdStatisticsPartB.dtAgentConnect IS NOT NULL )

Queue_

...

NotServiced_* Fields

Further partitioning on AcdStatisticsPartB, only records where partition on calls which entered the queue, only calls not answered by an agent are considered. The condition used is:

( StatisticsPartA.dtCallConnect IS NOT NULL ) AND ( AcdStatisticsPartB.dtAgentConnect IS

...

 NULL )

...

AgentCalls_* Fields

Only records for which:

StatisticsPartB.ID IS NOT NULL

are considered, i.e. where an agent or destination call was made.

 

...

If the following condition is met:

StatisticsPartB.StatisticsPartBOrigin IS NULL 

then an outcall to an agent was made. Otherwise it was a call transfer (see the further sections below).

 

The rest of the Further partitioning is according to the CONNRES field.

 

 

CONNRES

Result

1

OK

2

NoAnswer

3

Busy

4

CallerHangup

6

Rejected

0, 5, > 6

Failure

 

 

1.1.1.8                     GroupTransfer_* Fields

...