Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'fr'

...

languageen

AcdB - AcdGetRingingDuration_Group

Criteria Used (see also AcdB - ACD Groups KPIs )

Description

 acdb.bOutbound = 0

SUM (b.dtCallStart - IFNULL( b.dtCallConnect, b.dtCallEnd))


Total duration of ringing time on the phone line of the current agent in the ACD group(s) he is logged in within a particular time slice.

If the call ended without connection to an agent (b.dtCallConnect IS NULL) the difference is calculated with the call end timestamp (b.dtCallEnd) else it is calculated with the call connection timestamp

...

languagefr

AcdB - AcdGetRingingDuration_Group

...

Critères utilisés (voir aussi AcdB - KPI des groupes ACD )

...

Description

 acdb.bOutbound = 0

SUM (b.dtCallStart - IFNULL( b.dtCallConnect, b.dtCallEnd))

Durée totale de la sonnerie sur la ligne téléphonique de l'agent actuel dans le(s) groupe(s) ACD auquel il est connecté dans une tranche de temps particulière.

...

.