Versions Compared

Key

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

...

Criteria UsesDescription

a.bOutbound = 0

acdb.bCallInStandardServiceTimes <> 0

num
Total number of calls routed to the selected ACD group(s) during the opening hours and within a particular time slice.

Calls Answered by Agent

CallsAnswered

Criteria UsesDescription

a.bOutbound = 0

acdb.bCallInStandardServiceTimes <> 0

acdb.dtAgentConnect IS NOT NULL

Total number of calls routed to the selected ACD group(s) during the opening hours, within a particular time slice and were successfully connected to the destination.

Short Hangups < 5 Seconds

...

Criteria UsesDescription

a.bOutbound = 0

acdb.bCallInStandardServiceTimes <> 0

acdb.dtGroupEnd - acdb.dtQueueStart <= 5

Total number of calls routed to the selected ACD group(s) during the opening hours, within a particular time slice and were hungup within the first 5 seconds in the queue.

Average Talk Time

Criteria UsesDescription

sum(acdb.dtGroupEnd - acdb.dtAgentConnect) / CallsTotal

a.bOutbound = 0

acdb.bCallInStandardServiceTimes <> 0


...