Avaya Logo

Previous Topic

Next Topic

Book Contents

Book Index

cddrpt command

The cddrpt command generates a call data detail report.

Synopsis

cddrpt records service calldata date

Description

The cddrpt command generates the call data detail report. This report is sent to standard out (stdout). Before this report can be run, the database system must be up and running, but the voice system does not need to be up.

Parameters for the cddrpt command are described in the following table:

Parameter

Description

Comments

records

The number of records to be reported

Any number, a range of numbers, or all (indicating all records in the system)

service

The script (application) name

You can choose all

calldata

A flag indicating whether to include call event data or not

Valid options are either n for not including event data, or y for including event data

date

The date the data was collected in the system

Valid options are a date in mm/dd/yy or mm/dd/yyyy format, a weekday (such as Monday), or all

Examples

The following example shows how cddrpt is used to generate a call data detail report for the first 100 call data collected on date October 20, 2000 for application balance_chk (call event data if any is also included in the report).

cddrpt 100 balance_chk y 10/20/2000

The following example shows how cddrpt is used to generate a call data detail report for all call data in the system without including call event data.

cddrpt n

Error messages

CANNOT FIND /vs/trans/application.D OR MALLOC SPACE FOR IT

If you get the above message while running cddrpt, take the following remedial steps:

  1. Make certain the /vs/trans/ application.D file exits and is current.
  2. Remove unnecessary files from the /vs/trans/ directory.

See also

© 2006 Avaya Inc. All Rights Reserved.