Versions Compared

Key

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

...

Criteria UsedDescription

acdb.bOutbound = 0

AND a.bCallerHangup = TRUE

AND IFNULL( acdb.AcdGroupEndReasonsID, 0 ) = 4

ANd 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 - Long Hangups

Criteria UsedDescription

acdb.bOutbound = 0

AND a.bCallerHangup = TRUE

AND IFNULL( acdb.AcdGroupEndReasonsID, 0 ) = 4

ANd acdb.dtGroupEnd - acdb.dtQueueStart > ShortHangUpSeconds_

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

See also See also Value Reference - AcdGroupEndReasons 

Queue - Hangups - Queue

Criteria UsedDescription

acdb.bOutbound = 0

AND a.bCallerHangup = TRUE

AND IFNULL( acdb.AcdGroupEndReasonsID, 0 ) = 4 acdb.dtQueueStart IS NOT NULL 

Total inbound calls which were hungup in the queueentered the selected ACD group(s) and left with the AcdGroupEndReasonsID 4.

Queue - Leave Queue - Voice-Mail

...