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


  1. jtel Technik (nur Intern)
  2. Statistics - Table References


Table Reference - StatisticsPartA (A)

Created by 

Lewis Graham


Last updated Dec 17, 20197 min read9 people viewedImage Modified9 people viewed

Contents

This table contains data pertaining to incoming and outgoing calls made from and to all modules in the system.

It contains data regarding:

  • Incoming calls to the IVR

  • Incoming calls to the ACD

  • Incoming calls to the conference system

  • Outbound click to dial calls made by agents

  • Outbound calls made by the dialler

The records here always contain information regarding the call as viewed by the calling party (inbound) or called party (outbound). However, the fields are reversed in the case of outbound. This means that for example the ANumber field always contains the external called party.

For example:

  • If +498946149500 calls the IVR, then ANumber will be 498946149500, and bOutbound will be 0.

  • If +498946149500 is called using click to dial by an agent, then ANumber will be 498946149500, and bOutbound will be 1.

Fields

Field

Type

Meaning


Field

Type

Meaning

ID

INT

A unique ID assigned to this call record.

ServiceNumbersID

INT

The ID of the service number to / from which this call was made.

ClientsID

INT

The ID of the client to / from which this call was made.

ContactsID

INT

The ID of the Contact to / from which this call was made.

ANumber

VARCHAR

The calling party number (inbound) or called party number (outbound) converted to E.164 format as processed by the trunk group settings.

bPayphone

BOOLEAN

1 if the ANumber was identified as a payphone, 0 otherwise.

bPresentationRestricted

BOOLEAN

1 if the ANumber was withheld, 0 otherwise. Note: for VoIP installations this field has no meaning. An empty ANumber indicates the number was withheld.

BNumber

VARCHAR

The called party number (inbound) or calling party number (outbound).

dtCallStart

TIMESTAMP

The date and time the call was initiated on the system.

dtCallAlert

TIMESTAMP

The date and time the call was determined to be ringing (outbound) or ringing was sent (inbound). If ringing was never sent or detected, this value is NULL.

dtCallConnect

TIMESTAMP

The date and time the call was connected. If the call was never connected, this value is NULL.

dtCallEnd

TIMESTAMP

The date and time the call ended. If the call has not yet ended or the end of the call was never determined for technical reasons this value is NULL.

Action

VARCHAR

No longer supported. Field may be removed in a future release.

Reason

VARCHAR

No longer supported. Field may be removed in a future release.

CallSeconds

INT

The number of seconds the call was connected (difference between dtCallConnect and dtCallEnd). As this can be calculated using the timestamp fields available, it should not be used and may be removed in a future release.

bCallConnected

BOOLEAN

1 if the call was connected, 0 otherwise. It is recommended not to use this value, but rather to test for a non NULL TIMESTAMP in dtCallConnect instead. This field may be removed in future versions.

bCallerHangup

BOOLEAN

1 if the ANumber hungup the call, 0 otherwise.

CauseCodesID

INT

The cause code associated with the end of the call according to ITU-T Q.850. These cause codes are mapped for VoIP according to the following table: SIP Responses / ISDN Cause Codes

DTMFInputs

VARCHAR

The complete string of DTMF inputs received / sent by the ANumber during the call.

SpeechInputs

VARCHAR

No longer supported. Field may be removed in a future release.

bVoiceMail

BOOLEAN

No longer supported. Field may be removed in a future release.

EndBlockName

VARCHAR

No longer supported. Field may be removed in a future release.

RoutingApplicationsID

INT

The ID of the routing application used to process the call.

MachineID

INT

The ID of the jtel Server machine used to process the call. This corresponds to the Machine ID setting (%MACHINE%) in the 8-Server application.

Line

INT

The logical line number in the jtel Server machine used to process the call. This corresponds to the %LINE% variable in the 8-Server application, and can be seen in the line numbering in the monitor window.

StartSequenceID

INT

The start sequence ID on which the call was started.

CDRFileName

VARCHAR

No longer supported. Field may be removed in a future release.

ApplicationsID

INT

The ID of the application used to process the call (relates to the distinction IVR, Conference, ACD). As this field has little relevance as applications may be freely chained together, it may be removed in a future release.

Controller

INT

The ID of the controller in the jtel Server on which the call was processed. Since in a VoIP environment, this is usually equal to 1, this field has little relevance and may be removed in a future release.

CallMilliSeconds

INT

The number of milliseconds the call was connected (difference between dtCallConnect and dtCallEnd). As this can be calculated using the timestamp fields available, it should not be used and may be removed in a future release.

ANumber_AreaCodesID

INT

The ID of the area code found for the ANumber in the AreaCodes table.

BNumber_AreaCodesID

INT

The ID of the area code found for the BNumber in the AreaCodes table.

ANumber_CountryCodesID

INT

The ID of the country code found for the ANumber in the CountryCodes table.

BNumber_CountryCodesID

INT

The ID of the country code found for the BNumber in the CountryCodes table.

LineBusyCount

INT

The number of parallel lines busy on the jtel Server machine at the time the call was made.

RoutingApplicationCount

INT

The number of parallel running instances of the routing application at the time the call was made.

ApplicationCount

INT

The number of parallel running instances of the Application used to process the call (relates to the distinction IVR, Conference, ACD). As this field has little relevance as applications may be freely chained together, it may be removed in a future release.

BChannel

INT

The number of the b-channel used to process the call. In VoIP environments this is always -1. This field may be removed in a future release.

ANumberUserProvided

VARCHAR

If a user provided number is additionally transmitted, the number is saved here. This field currently has little relevance for VoIP installations and may be removed or its purpose changed in a future release.

ANumberUserProvided_AreaCodesID

INT

If a user provided number is additionally transmitted, the AreaCodesID of this is saved here. This field currently has little relevance for VoIP installations and may be removed or its purpose changed in a future release.

ANumberUserProvided_CountryCodesID

INT

If a user provided number is additionally transmitted, the CountryCodesID of this is saved here. This field currently has little relevance for VoIP installations and may be removed or its purpose changed in a future release.

ACDCDRFileName

VARCHAR

No longer supported. Field may be removed in a future release.

ServerLogfileName

VARCHAR

The name of the jtel Server log file for this call. This corresponds to the file name on \\acd-store\shared\LogFiles\… in which the detail log for the call is written.

KeepLogfile

BOOLEAN

No longer supported. Field may be removed in a future release.

ANumberDisplay

VARCHAR

If a display element is sent in an incoming call for the ANumber, then the display information is recorded here.

ANumberUserProvided_Display

VARCHAR

If a display element for the user provided number is additionally transmitted, the element is saved here. This field currently has little relevance for VoIP installations and may be removed or its purpose changed in a future release.

SIPContact

VARCHAR

Currently not used.

SIPContactDisplay

VARCHAR

Currently not used.

DBRouting_AddInfo

VARCHAR

If additional information is saved for the call (for example, using the Save addit. Info and Userdata IVR object), then it is stored here.

nParallelCallsByServiceNumbers

INT

The number of parallel calls to or from the service number at the time the call was made.

dtLastModified

TIMESTAMP

The date and time this record was last modified.

StatisticsPartOID

INT

The StatisticsPartO ID of the associated record in the database. This feature is of little relevance and is no longer supported. Field may be removed in a future release.

AcdEventsID

INT

The ID of the associated ACD event if this call was associated with an event. For example, if a click to dial call is made from an event, the relation to the event will be recorded here.

bOutbound

BOOLEAN

1 if this call was an outbound call initiated from the jtel System. 0 if it was an inbound call.

DiallerContactsID

INT

The ID of the dialler contact associated with this call if the call was made from the dialler, or an inbound call was associated with a dialler contact.

CONNRES

INT

The CONNRES for this call. See CONNRES.

UserData

VARCHAR

The UserData stored for this call.

bTestCall

BOOLEAN

If this call was a test call (the inbound service number was associated with a test CLI and the test version of the routing application, or an outbound dialler call was associated with a test dialler campaign) then 1, 0 otherwise.

DiallerCampaignsID

INT

The ID of the associated dialler campaign, if the call was an outbound call from the dialler.

UserData2

VARCHAR

The UserData stored for this call.

UserData3

VARCHAR

The UserData stored for this call.

nCDRResult

INT

Internal field regarding the transmission of the call information to a backend system by the associated process.

nCDRTries

INT

Internal field regarding the transmission of the call information to a backend system by the associated process.

DynamicPriorityGroupsTargetsID

INT

The ID of the dynamic priority group target (the planned call data) with which this call was associated.

bServicedCall

BOOLEAN

If this call is considered serviced (i.e. it was connected to an agent).

nWaitingTime

INT

The waiting time between the incoming call starting and being connected to an agent.

DynamicPriorityGroupsID

INT

The ID of the dynamic priority group (the planned call data) with which this call was associated.

ServiceLevelSeconds

INT

The service level seconds associated with the processing of this call. If the call waiting time was less than this value, then it can be considered answered within the service level time.


Sv translation
languagefr


  1. Technologie jtel (interne uniquement)
  2. Statistiques - Références des tableaux


Référence du tableau - StatistiquesPartieA (A)

Créé par 

Lewis Graham


Dernière mise à jour Dec 17, 20197 min lire9 people viewedImage Added9 personnes consultées

Contenus

This table contains data pertaining to incoming and outgoing calls made from and to all modules in the system.

Il contient des données concernant :

  • Appels entrants vers l'IVR

  • Appels entrants vers l'ACD

  • Appels entrants vers le système de conférence

  • Appels sortants "click to dial" effectués par les agents

  • Appels sortants effectués par le composeur

Ces enregistrements contiennent toujours des informations sur l'appel tel qu'il est vu par l'appelant (entrant) ou l'appelé (sortant). Cependant, les champs sont inversés dans le cas de la sortie. Cela signifie que, par exemple, le champ ANumber contient toujours l'appelé externe.

Par exemple:

  • Si +498946149500 appelle le IVR, alors ANumber sera 498946149500, et bOutbound sera 0.

  • Si un agent appelle le +498946149500 en cliquant pour composer le numéro, ANumber sera 498946149500 et bOutbound sera 1.

Champs

Champ

Type

Signification


Champ

Type

Signification

ID

INT

Un ID unique attribué à cet enregistrement d'appel.

ServiceNumbersID

INT

L'ID du numéro de service vers / depuis lequel cet appel a été effectué.

ClientsID

INT

L'ID du client vers/depuis lequel cet appel a été effectué.

ContactsID

INT

L'ID du contact vers/depuis lequel cet appel a été effectué.

ANumber

VARCHAR

Le numéro de l'appelant (entrant) ou de l'appelé (sortant) converti au format E.164 tel qu'il est traité par les paramètres du groupe interurbain.

bPayphone

BOOLÉEN

1 si le numéro AN a été identifié comme étant un téléphone public, 0 sinon.

bPresentationRestricted

BOOLÉEN

1 si le ANumber a été retenu, 0 sinon. Note : pour les installations VoIP, ce champ n'a aucune signification. Un ANumber vide indique que le numéro a été retenu.

BNumber

VARCHAR

Le numéro de l'appelé (entrant) ou de l'appelant (sortant).

dtCallStart

TIMESTAMP

La date et l'heure auxquelles l'appel a été initié sur le système.

dtCallAlert

TIMESTAMP

La date et l'heure auxquelles il a été déterminé que l'appel sonnait (sortant) ou que la sonnerie a été envoyée (entrant). Si la sonnerie n'a jamais été envoyée ou détectée, cette valeur est NULL.

dtCallConnect

TIMESTAMP

La date et l'heure de la connexion de l'appel. Si l'appel n'a jamais été connecté, cette valeur est NULL.

dtCallEnd

TIMESTAMP

La date et l'heure de la fin de l'appel. Si l'appel n'est pas encore terminé ou si la fin de l'appel n'a jamais été déterminée pour des raisons techniques, cette valeur est NULL.

Action

VARCHAR

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

Raison

VARCHAR

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

CallSeconds

INT

Le nombre de secondes pendant lesquelles l'appel a été connecté (différence entre dtCallConnect et dtCallEnd). Comme il peut être calculé à l'aide des champs d'horodatage disponibles, il ne devrait pas être utilisé et pourrait être supprimé dans une prochaine version.

bCallConnected

BOOLÉEN

1 si l'appel a été connecté, 0 sinon. Il est recommandé de ne pas utiliser cette valeur, mais plutôt de tester un TIMESTAMP non NULL dans dtCallConnect. Ce champ peut être supprimé dans les futures versions.

bCallerHangup

BOOLÉEN

1 si le ANumber a raccroché l'appel, 0 sinon.

CauseCodesID

INT

Le code de cause associé à la fin de l'appel selon la norme UIT-T Q.850. Ces codes de cause sont mappés pour la VoIP selon le tableau suivant : Réponses SIP / Codes de cause ISDN

DTMFInputs

VARCHAR

La chaîne complète des entrées DTMF reçues / envoyées par le ANumber pendant l'appel.

SpeechInputs

VARCHAR

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

bVoiceMail

BOOLÉEN

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

EndBlockName

VARCHAR

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

RoutingApplicationsID

INT

L'ID de l'application de routage utilisée pour traiter l'appel.

ID machine

INT

L'ID de la machine du serveur jtel utilisée pour traiter l'appel. Cela correspond au paramètre d'identification de la machine (%MACHINE%) dans l'application 8-Server.

Ligne

INT

Le numéro de ligne logique dans la machine du serveur jtel utilisée pour traiter l'appel. Cela correspond à la variable %LINE% dans l'application 8-Server, et peut être vu dans la numérotation des lignes dans la fenêtre du moniteur.

StartSequenceID

INT

L'ID de la séquence de départ sur laquelle l'appel a été lancé.

CDRFileName

VARCHAR

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

ApplicationsID

INT

L'ID de l'application utilisée pour traiter l'appel (concerne la distinction IVR, Conférence, ACD). Comme ce champ n'a que peu d'intérêt dans la mesure où les applications peuvent être librement enchaînées, il pourra être supprimé dans une prochaine version.

Contrôleur

INT

L'ID du contrôleur du serveur jtel sur lequel l'appel a été traité. Étant donné que dans un environnement VoIP, cette valeur est généralement égale à 1, ce champ est peu pertinent et pourra être supprimé dans une prochaine version.

CallMilliSeconds

INT

Le nombre de millisecondes pendant lesquelles l'appel était connecté (différence entre dtCallConnect et dtCallEnd). Comme il peut être calculé à l'aide des champs d'horodatage disponibles, il ne devrait pas être utilisé et pourrait être supprimé dans une prochaine version.

ANumber_AreaCodesID

INT

L'ID du code régional trouvé pour le ANumber dans la table AreaCodes.

BNumber_AreaCodesID

INT

L'ID du code régional trouvé pour le BNumber dans la table AreaCodes.

ANumber_CountryCodesID

INT

L'ID du code de pays trouvé pour l'ANumber dans la table CountryCodes.

BNumber_CountryCodesID

INT

L'ID du code de pays trouvé pour le BNumber dans la table CountryCodes.

LineBusyCount

INT

Le nombre de lignes parallèles occupées sur la machine du serveur jtel au moment où l'appel a été effectué.

RoutingApplicationCount

INT

Le nombre d'instances parallèles en cours d'exécution de l'application de routage au moment où l'appel a été effectué.

ApplicationCount

INT

Le nombre d'instances parallèles de l'application utilisée pour traiter l'appel (concerne la distinction IVR, Conférence, ACD). Comme ce champ n'a que peu d'intérêt dans la mesure où les applications peuvent être librement enchaînées, il pourra être supprimé dans une prochaine version.

BChannel

INT

Le numéro du b-channel utilisé pour traiter l'appel. Dans les environnements VoIP, cette valeur est toujours de -1. Ce champ pourra être supprimé dans une prochaine version.

ANumberUserProvided

VARCHAR

Si un numéro fourni par l'utilisateur est transmis en plus, ce numéro est enregistré ici. Ce champ a actuellement peu d'importance pour les installations de VoIP et peut être supprimé ou son objectif modifié dans une version ultérieure.

ANumberUserProvided_AreaCodesID

INT

Si un numéro fourni par l'utilisateur est transmis en plus, l'AreaCodesID de ce numéro est enregistré ici. Ce champ a actuellement peu d'importance pour les installations de VoIP et peut être supprimé ou son objectif modifié dans une version ultérieure.

ANumberUserProvided_CountryCodesID

INT

Si un numéro fourni par l'utilisateur est transmis en plus, le CountryCodesID de ce numéro est enregistré ici. Ce champ a actuellement peu d'importance pour les installations de VoIP et peut être supprimé ou son objectif modifié dans une version ultérieure.

ACDCDRFileName

VARCHAR

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

ServerLogfileName

VARCHAR

Le nom du fichier journal du serveur jtel pour cet appel. Cela correspond au nom du fichier sur \\acd-store\shared\LogFiles\... dans lequel le journal détaillé de l'appel est écrit.

KeepLogfile

BOOLÉEN

N'est plus pris en charge. Le champ peut être supprimé dans une prochaine version.

ANumberDisplay

VARCHAR

Si un élément d'affichage est envoyé dans un appel entrant pour l'ANumber, l'information d'affichage est enregistrée ici.

ANumberUserProvided_Display

VARCHAR

Si un élément d'affichage pour le numéro fourni par l'utilisateur est transmis en plus, l'élément est enregistré ici. Ce champ a actuellement peu d'importance pour les installations de VoIP et peut être supprimé ou son objectif modifié dans une version ultérieure.

SIPContact

VARCHAR

Non utilisé actuellement.

SIPContactDisplay

VARCHAR

Non utilisé actuellement.

DBRouting_AddInfo

VARCHAR

Si des informations supplémentaires sont sauvegardées pour l'appel (par exemple, à l'aide de la fonction Sauvegarder addit. Info et Userdata objet IVR), alors il est stocké ici.

nParallelCallsByServiceNumbers

INT

Le nombre d'appels parallèles vers ou depuis le numéro de service au moment où l'appel a été effectué.

dtLastModified

TIMESTAMP

La date et l'heure de la dernière modification de cet enregistrement.

StatisticsPartOID

INT

L'ID StatisticsPartO de l'enregistrement associé dans la base de données. Cette fonctionnalité est peu pertinente et n'est plus prise en charge. Le champ peut être supprimé dans une prochaine version.

AcdEventsID

INT

L'ID de l'événement ACD associé si cet appel a été associé à un événement. Par exemple, si un appel de type "click to dial" est effectué à partir d'un événement, la relation avec l'événement sera enregistrée ici.

bOutbound

BOOLÉEN

1 si cet appel était un appel sortant initié depuis le système jtel. 0 s'il s'agit d'un appel entrant.

DiallerContactsID

INT

L'ID du contact du composeur associé à cet appel si l'appel a été effectué à partir du composeur, ou si un appel entrant a été associé à un contact du composeur.

CONNRES

INT

Le CONNRES pour cet appel. Voir CONNRES.

UserData

VARCHAR

Les UserData stockées pour cet appel.

bTestCall

BOOLÉEN

Si cet appel était un appel de test (le numéro de service entrant était associé à une CLI de test et à la version de test de l'application de routage, ou un appel sortant du composeur était associé à une campagne de test du composeur), alors 1, 0 sinon.

DiallerCampaignsID

INT

L'ID de la campagne du composeur associée, si l'appel était un appel sortant du composeur.

UserData2

VARCHAR

Les UserData stockées pour cet appel.

UserData3

VARCHAR

Les UserData stockées pour cet appel.

nCDRResult

INT

Champ interne concernant la transmission des informations d'appel à un système backend par le processus associé.

nCDRTries

INT

Champ interne concernant la transmission des informations d'appel à un système backend par le processus associé.

DynamicPriorityGroupsTargetsID

INT

L'ID de la cible du groupe prioritaire dynamique (les données d'appel planifiées) à laquelle cet appel a été associé.

bServicedCall

BOOLÉEN

Si cet appel est considéré comme desservi (c'est-à-dire qu'il a été connecté à un agent).

nWaitingTime

INT

Le temps d'attente entre le début de l'appel entrant et la mise en relation avec un agent.

DynamicPriorityGroupsID

INT

L'ID de la cible du groupe prioritaire dynamique (les données d'appel planifiées) à laquelle cet appel a été associé.

ServiceLevelSeconds

INT

Les secondes de niveau de service associées au traitement de cet appel. Si le temps d'attente de l'appel est inférieur à cette valeur, on peut considérer qu'il a été répondu dans le délai du niveau de service.