...
Type | Description |
---|---|
TEXT | Denotes that the data consists of plain text subscribing to the ASCII standard. |
BCD2.4 | Binary-coded decimal values, such as the proprietary format used in the Siemens Realitis PBX. |
EXTERNAL | Informs the system that the data needs to be passed to another separate application before the processing is possible. This setting also requires the The path to the external application to must be supplied as well in the the [Options] section under the key name ExtPPFilename. |
[Options] Section
This section contains the settings necessary to determine what data pre-processing is required - if any- before the individual call record elements can be extracted. Possible options are described below:
Option | Description | Default value |
---|---|---|
EndTime | Informs the call processor that the call time specified is actually the time that the call ended. This ensures that the duration of the call is subtracted from the given call time to achieve the effect of the start time. All call data stored in the database assumes that the call time is the time that the call started, not ended. | true or false |
SubtractAnswerTime | Notifies the call processor to subtract the answer (response) time from the call duration. Use this option if the duration of a call includes the response time. | true or false |
AddAnswerTime | Notifies the call processor to add the answer (or response) time to the call duration, if not outputted by the PBX doesn't include it already. | true or false |
StartEndDuration | This option is used when a PBX outputs the call's start and end time separately, but no duration time is being outputted. Because As the system requires a call duration, the end time will appears as though it were the duration, in which case this option will instruct the system to subtract the value specified for call time (elements d, e and f) from the value specified for duration (elements g, h and i), in order to achieve the correct duration. | true or false |
Lines | Informs the system how many lines make up a call record. Requires the Line1 option in order to know how to recognise the first line of a call record. The pre-processor will then amalgamate all lines of a call record into a single line. | |
Line1 | Shows Instructs the system how to identify the first line of a call record. The , whereafter the system then knows how many further lines are necessary before the amalgamation occurs (see Lines option, above). |
...
Symbol | Description |
---|---|
aa bbb cc dd ee ff | Informs the system how to extract each call record element from the line of data |
aa | Spans the first two characters of the data line meaning that the call date's day should be taken from here; |
bbb | Spans three characters starting at column 4, showing where the month is taken from, and so on. |
Third line
The third line contains the code associated with the type of call. These call type numbers are internally used to identify the call type, as follows:
...