Create a Customized File

To create a customized file:

  1. Log on to the NNMi management server.
  2. Navigate to the following directory:

    On Windows:
    %nnmdatadir%\shared\ipt\conf

    On UNIX/Linux:
    /var/opt/OV/shared/ipt/conf

  3. Open the CustomizedCDRFormat.properties file with a text editor.

    The CustomizedCDRFormat.properties is the sample customized CDR format specification file provided by the NNM iSPI for IP Telephony.

  4. Modify the CustomizedCDRFormat.properties file to specify the Avaya CDR format based on your requirements.
  5. Save and close the CustomizedCDRFormat.properties file.

Sample Customized CDR Format Specifications:

# This file is for specifying customized Avaya CDR records format.
# Line starting with # is ignored.
# Each line contains one field name and its position in CDR file.
# If a fields length is more than one character, the start and end position
# must be separated using "-" (hyphen).
# IMPORTANT: The positioning starts with 0.
# Examples:
# Dialed Number= 9-16 => Dialed number field starts at position 10 and ends at 17.
# cond-code = 18 => Condition code is one character available at position 19 in CDR file.
date=0-5
time=6-9
sec-dur=10-14
cond-code=15-16
code-dial=17-20
code-used=21-24
dialed-num=25-42
calling-num=43-57
in-trk-code=58-61
auth-code=62-68
in-crt-id=69-71
out-crt-id=72-74
vdn=75-87
clg-num/in-tac=88-102
line-feed=103-104