Master DNL Class4
  • Introduction
  • Configure a new Class 4 instance
    • Setup Admin Access
    • First Time Login
    • Setup SIP Switch
  • Your First Call with Class 4 Fusion
    • Create Vendor Rate Table
    • Create Termination Vendor
    • Create Egress Trunk
    • Create Dynamic Route
    • Create Routing Plan
    • Create Client Rate Table
    • Create Termination Client
    • Create Ingress Trunk
    • Simulate Your Call
  • Support Contact
  • eLearning
  • Bug Reporting Process
  • Hardware Sizing
  • Licensing
  • Installation
    • Install with Tarball
    • Install with RPM
      • Step by Step Guide
    • Install with AWS
    • Install with Google Cloud
    • Distributed Architecture
      • Switch Server
        • dnl_live_monitor
        • dnl_tool
        • dnl_livecall
        • dnl_softswitch
        • dnl_watchdog
        • dnl_cloud
      • Web UI
        • dnl_web_helper
    • Troubleshoot Your Installation
    • Setup SSL on Web UI
    • LAN IP Setup for Virtual Machine
    • Change IP/MAC Address
    • Validate Your Installation
      • Check dnl_softswitch log
    • Configuring DNL softswitch
    • Setup Selinux
  • Configuring Stir/Shaken
    • Generating Certificate with Peeringhub.io
  • Upgrade an Existing Installation
    • Update an Existing Installation
      • Update with Tarball
      • Update with RPM
  • Stir Shaken
    • Introduction
    • Configure Class 4
    • Configure Stir Shaken in DB
    • Configure Ingress Trunk
    • Configuring Egress Trunk
    • Basic Configuration Example
    • Validation of Stir/Shaken Setup
    • Setup External AS/VS connectivity
  • Basic Switch Configuration
    • Integrate Class 4 to Google SMTP
    • Customize your logo
    • Customize Domain Name
    • Customize email template
    • Customize invoice template
    • Configuring Payment Gateway
      • Stripe Configuration
      • Paypal Configuration
    • Configuring CDR and PCAP Backup
      • Google Cloud Setup
    • Configuring SIP Registration
    • Configuring LRN
  • Quick Setup for Termination Traffic
    • Create Termination Vendor
      • Specify IP to send to egress
    • Create Termination Route
      • Routing Plan
      • Static Route
      • Dynamic Route
    • Create Termination Client
    • Test with Call Simuation
    • Test Calls with SIP Client
    • Check CDR
  • Quick Setup for Origination Traffic
    • Introduction
    • Create DID Vendors
    • Create DID Billing Plan
    • Create DID Clients
    • DID Repository
    • Assign DID to Client
    • Test Calls with Call Simulation
    • Setup for your client to buy DIDs from portal
  • Data Access
    • Postgres Database
      • Obtain Report Data from DB
      • Obtain CDR from DB
    • Raw Switch Data
      • CDR Data
        • Release Cause Definition
      • PCAP Data
      • Auto Data Cleanup
  • System Administration
    • Modules
    • Start and Stop
    • Logging
    • Software Updates
    • Setup additional dnl_softswitch
    • Add Additional IP to Switch
    • Configure SIP Cause Code and Q850 Mapping
    • Enable Media Proxy
  • Class 4 API
    • Authorization
    • Class4 API
  • Troubleshooting
    • Calls are failure
    • Change Q850 in 4xx/5xx
    • One-way Audio with SIP Client Testing
      • Using Zoiper to resolve NAT issue
  • Automatic Call Blocking
    • Introduction
    • Youmail Blocking
    • DNC Blocking
    • LERG Blocking
Powered by GitBook
On this page

Was this helpful?

  1. Data Access

Raw Switch Data

Class 4 automatically store all PCAPs and CDRs to the local disk. However, if the local disk is less than 15% free space, Class 4 will stop to terminate calls. This is done so that Class 4 will not terminate calls if it can't generate CDRs for the billing purpose.

You can find the CDRs in the following directory:

 [root@Server11 ~]# ls -al /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/2021041202*
-rw-r--r-- 1 root root  3834 Apr 12 02:00 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120200.cdr
-rw-r--r-- 1 root root  8255 Apr 12 02:01 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120201.cdr
-rw-r--r-- 1 root root  3977 Apr 12 02:02 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120202.cdr
-rw-r--r-- 1 root root  6870 Apr 12 02:04 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120203.cdr
-rw-r--r-- 1 root root  6086 Apr 12 02:04 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120204.cdr
-rw-r--r-- 1 root root  3760 Apr 12 02:05 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120205.cdr
-rw-r--r-- 1 root root 10095 Apr 12 02:07 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120206.cdr
-rw-r--r-- 1 root root  3743 Apr 12 02:07 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120207.cdr
-rw-r--r-- 1 root root  4480 Apr 12 02:08 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120208.cdr
-rw-r--r-- 1 root root  4468 Apr 12 02:09 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120209.cdr
-rw-r--r-- 1 root root 10092 Apr 12 02:11 /opt/denovo_v6/dnl_softswitch/cdr/2021/04/12/02/202104120210.cdr

All CDR files are stored in per-minute interval.

You can find the PCAPs in the following directory:

[root@Server11 ~]# ls -al /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120*
-rw-r--r-- 1 root root 547753 Apr 12 00:01 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120000.pcap
-rw-r--r-- 1 root root 357445 Apr 12 00:02 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120001.pcap
-rw-r--r-- 1 root root 361848 Apr 12 00:03 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120002.pcap
-rw-r--r-- 1 root root 614852 Apr 12 00:04 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120003.pcap
-rw-r--r-- 1 root root 372762 Apr 12 00:05 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120004.pcap
-rw-r--r-- 1 root root 349719 Apr 12 00:06 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120005.pcap
-rw-r--r-- 1 root root 343978 Apr 12 00:07 /opt/denovo_v6/dnl_softswitch/pcap/20210412/202104120006.pcap

PCAP is store in a per-minute file.

PreviousObtain CDR from DBNextCDR Data

Last updated 4 years ago

Was this helpful?