I've been sending CMS CDR data (and other KPIs) to PowerBI for a while now and thought you might need assistance, but after the other posts, it seems like you want CDR from the switch.
FTP or FTP Server:
Avaya CM can be configured to send CDR data to an external server using SFTP (Secure File Transfer Protocol) or FTP (File Transfer Protocol). You can set up an FTP or SFTP server (either on-premises or in the cloud) and configure Avaya CM to send CDR files to that server at regular intervals.
Here's a simplified overview of the process:
a. Set up an FTP or SFTP server.
b. Configure Avaya CM to export CDR data to a specific directory on the server.
c. Schedule regular exports based on your reporting needs.
The exact steps will depend on your Avaya CM version.
Configuring Avaya Communication Manager (CM) to export Call Detail Record (CDR) data involves setting up the system to send CDR records to an external server or storage location. Here are the general steps to configure Avaya CM to export CDR data:
Prepare the External Server:
Set up an FTP (File Transfer Protocol) server or an SFTP (Secure File Transfer Protocol) server where Avaya CM will send the CDR files. You'll need the server's hostname or IP address, a valid username, and password for authentication.
Access Avaya CM Command Line Interface (CLI):
Log in to the Avaya CM Command Line Interface (CLI) using SSH or a direct console connection.
Enable CDR Export:
To enable CDR export, you'll need to use the cdr command.
change system-parameters cdr
You will then be prompted to configure CDR export options. You may need to specify the following details:
FTP or SFTP server details (hostname or IP address).
Authentication credentials (username and password).
The directory on the server where CDR files will be deposited.
The file naming convention (e.g., prefix, date format).
Export interval (how often CDR files are sent).
Save and Apply Changes:
After configuring CDR export settings, save your changes and apply them. This step may also vary depending on your Avaya CM version, but it often involves typing save and exit or similar commands.
Test the Configuration:
Verify that the CDR export is working correctly by initiating a test export. This will help ensure that CDR records are being sent to the designated server without issues.
Schedule Regular Exports (Optional):
If you want CDR data to be exported on a regular basis (e.g., daily or hourly), you can schedule automated exports using Avaya CM's scheduling capabilities. This step involves defining when and how often exports should occur.