Versions Compared

Key

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

...

Queue - Hangups - Pre-Queue

...

Criteria UsedDescription

acdb.bOutbound = 0

AND a.bCallerHangup = TRUE

AND ( IFNULL( acdb.AcdGroupEndReasonsID, 0 ) IN ( 0, 1, 2, 3 ) )

Total inbound calls which entered the selected ACD group(s) and left with the AcdGroupEndReasonsID

  • 0,
  • 1 (Hangup Announcement),
  • 2 (Hangup Routing-Application) or
  • 3 (Hangup Announcement 2.

See also See also Value Reference - AcdGroupEndReasons 

...

Queue - Hangups - Short Hangups

...

Criteria UsedDescription

acdb.bOutbound = 0

AND a.bCallerHangup = TRUE

acdb.dtGroupEnd - acdb.dtQueueStart <= ShortHangUpSeconds_

Total inbound calls which entered the selected ACD group(s) and left with the AcdGroupEndReasonsID 4 and before ShortHangUpSeconds_

See also See also Value Reference - AcdGroupEndReasons 

...

Queue - Hangups - Queue

Criteria UsedDescription

acdb.bOutbound = 0

AND acdb.dtQueueStart IS NOT NULL 

Total inbound calls which were hungup in the queue.

Queue - Leave Queue - Voice-Mail

...