Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.
Sv translation
languageen

Table of Contents
maxLevel2
outlinetrue
typeflat

Description

This report contains itemised data for outbound calls made via the selected dialler campaigns automatically (preview mode) or manually (CTI / manual mode) within a particular time slice.

Sample Execution (Input) → Sample Report (Output)

Column

Legend

Table

Alias

StatisticsPartA (See also Table Reference - StatisticsPartA (A) )

a

AcdStatisticsPartB (See also Table Reference - AcdStatisticsPartB (AcdB) )

acdb

StatisticsPartB (See also Table Reference - StatisticsPartB (B) )b
AcdStatisticsLogin (See also Table Reference - AcdStatisticsLogin)login


NameDescriptionCriteria Used

Start

The time stamp when the dialler outbound call where initiated either automatically (Preview Mode) or manually (CTI / Manual Mode).

Ringing

The time stamp when the call start ringing in the destination extension.

Connected

The time stamp when the call was successfully connected to the destination. Empty if the connection attempt fails for any reason.

End

The time stamp when the outbound call ended.

Caller Number

The phone number of the called contact person.

Calling Number

The phone number of the agent that has initiated the call.

Ringing Time

The ringing time duration in the destination extension.

WHEN a.CONNRES = 1 THEN (a.dtCallConnect - a.dtCallAlert)
WHEN a.CONNRES = 2 THEN (a.dtCallEnd -  a.dtCallAlert)

See also Value Reference - CONNRES

Call Time(s)

The total call time duration.

WHEN a.CONNRES = 1 THEN (a.dtCallEnd - a.dtCallConnect)

See also Value Reference - CONNRES

Connected

1 if the call was successfully connected to the destination Else 0

WHEN a.CONNRES = 1 THEN 1 ELSE 0

See also Value Reference - CONNRES

Busy

1 if the called destination was busy. Else 0

IF a.CONNRES = 3 THEN 1 ELSE 0

See also Value Reference - CONNRES

No Ans.

1 if the called destination did not answer. Else 0

IF a.CONNRES = 2 THEN 1 ELSE 0

See also Value Reference - CONNRES

Stopped

1 if the outdial was aborted. Else 0

IF a.CONNRES = 4 THEN 1 ELSE 0

See also Value Reference - CONNRES

Invalid

1 if the called destination number was either Unallocated (unassigned) or the destination rejected the call of the destinaion number format is invalid. Else 0

IF a.CauseCodesID IN ( 1, 21, 28) THEN 1 ELSE 0

See also Value Reference - CauseCodes

Other

1 if the call ended for any other reason. Else 0

IF a.CONNRES NOT IN (1, 2, 3, 4)  AND a.CauseCodesID NOT IN ( 1, 21, 28) THEN 1 ELSE 0

See also Value Reference - CONNRES and Value Reference - CauseCodes

Service Number

Name of the service number through which the call was made.

Dialler Campaign

Name of the dialler campaign in which the call was initiated.

Contact

Name of the dialler contact that was called.

User Data

The user data of the dialler contact that was called.

Agent

Name of the agent who initiated the dialler campaign call.

Result Code

Name of the result code set at the end of this call by the agent.

Done

Either 1 if the type of the result code set is "Done" or 0 if another type was chosen instead or empty it no result code was set.

WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 1 THEN 1
ELSE 0

Aborted

Either 1 if the type of the result code set is "Aborted" or 0 if another type was chosen instead or empty it no result code was set.WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 2 THEN 1
ELSE 0

Appointment

Either 1 if the type of the result code set is "Appointment" or 0 if another type was chosen instead or empty it no result code was set.WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 3 THEN 1
ELSE 0

Delay

Either 1 if the type of the result code set is "Delay" or 0 if another type was chosen instead or empty it no result code was set.WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 4 THEN 1
ELSE 0


Table of Contents
maxLevel2
outlinetrue
typeflat

Sv translation
languagefr

Table of Contents
maxLevel2
outlinevrai
typeplat

Description

Ce rapport contient des données détaillées sur les appels sortants effectués via les campagnes du composeur sélectionnées automatiquement (mode aperçu) ou manuellement (mode CTI / manuel) dans une tranche de temps donnée.

Exemple d'exécution (entrée) → Exemple de rapport (sortie)

Colonnes

Légende

Tableau

Alias

StatisticsPartA (Voir aussi Tableau de référence - StatisticsPartA (A) )

a

AcdStatisticsPartB (Voir aussi Tableau de référence - AcdStatisticsPartB (AcdB) )

acdb

StatisticsPartB (Voir aussi Tableau de référence - StatisticsPartB (B) )b
AcdStatisticsLogin (Voir aussi Tableau de référence - AcdStatisticsLogin)connexion


NomDescriptionCritères utilisés

Démarrer

L'heure à laquelle l'appel sortant du composeur a été lancé, automatiquement (Mode de visualisation) ou manuellement (CTI / Mode manuel).

Sonnerie

L'heure à laquelle l'appel a commencé à sonner dans l'extension de destination.

Connecté

L'heure à laquelle l'appel a été connecté avec succès à la destination. Vide si la tentative de connexion échoue pour une raison quelconque.

Fin

L'horodatage de la fin de l'appel sortant.

Numéro de l'appelant

Le numéro de téléphone de la personne de contact appelée.

Numéro d'appel

Le numéro de téléphone de l'agent qui a initié l'appel.

Temps de sonnerie

La durée de la sonnerie dans l'extension de destination.

WHEN a.CONNRES = 1 THEN (a.dtCallConnect - a.dtCallAlert)
WHEN a.CONNRES = 2 THEN (a.dtCallEnd -  a.dtCallAlert)

Voir aussi Référence de valeur - CONNRES

Heure(s) d'appel

La durée totale de l'appel.

WHEN a.CONNRES = 1 THEN (a.dtCallEnd - a.dtCallConnect)

Voir aussi Référence de valeur - CONNRES

Connecté

1 si l'appel a été connecté avec succès à la destination Sinon 0

WHEN a.CONNRES = 1 THEN 1 ELSE 0

Voir aussi Référence de valeur - CONNRES

Occupé

1 si la destination appelée était occupée. Sinon 0

IF a.CONNRES = 3 THEN 1 ELSE 0

Voir aussi Référence de valeur - CONNRES

Pas de Rép.

1 si la destination appelée n'a pas répondu. Sinon 0

IF a.CONNRES = 2 THEN 1 ELSE 0

Voir aussi Référence de valeur - CONNRES

Arrêté

1 si l'envoi a été interrompu. Sinon 0

IF a.CONNRES = 4 THEN 1 ELSE 0

Voir aussi Référence de valeur - CONNRES

Invalide

1 si le numéro de destination appelé était soit Non attribué (unassigned) ou la destination a rejeté l'appel du format de numéro de destinaion est invalide. Sinon 0

IF a.CauseCodesID IN ( 1, 21, 28) THEN 1 ELSE 0

Voir aussi Référence de valeur - CauseCodes

Autre

1 si l'appel s'est terminé pour toute autre raison. Sinon 0

IF a.CONNRES NOT IN (1, 2, 3, 4)  AND a.CauseCodesID NOT IN ( 1, 21, 28) THEN 1 ELSE 0

Voir aussi Référence de valeur - CONNRES et Référence de valeur- CauseCodes

Numéro de service

Nom du numéro de service par lequel l'appel a été effectué.

Composeur Campagne

Nom de la campagne du composeur dans laquelle l'appel a été initié.

Contact

Nom du contact du composeur qui a été appelé.

Données utilisateur

Les données de l'utilisateur du contact du composeur qui a été appelé.

Agent

Nom de l'agent qui a lancé l'appel de la campagne du composeur.

Code de résultat

Nom du code de résultat défini à la fin de cet appel par l'agent.

Terminé

Soit 1 si le type du code de résultat défini est "Terminé", soit 0 si un autre type a été choisi à la place, soit vide si aucun code de résultat n'a été défini.

WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 1 THEN 1
ELSE 0

Abordé

Soit 1 si le type du code de résultat défini est "Avorté", soit 0 si un autre type a été choisi à la place, soit vide si aucun code de résultat n'a été défini.WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 2 THEN 1
ELSE 0

Rendez-vous

Soit 1 si le type du code de résultat défini est "Rendez-vous", soit 0 si un autre type a été choisi à la place, soit vide si aucun code de résultat n'a été défini.WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 3 THEN 1
ELSE 0

Retard

Soit 1 si le type de code de résultat défini est "Retard", soit 0 si un autre type a été choisi à la place, soit vide si aucun code de résultat n'a été défini.WHEN DiallerContactsHistory.DiallerResultCodesTypesID IS NULL THEN NULL
WHEN DiallerContactsHistory.DiallerResultCodesTypesID = 4 THEN 1
ELSE 0


Table of Contents
maxLevel2
outlinevrai
typeplat