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. Troubleshooting

One-way Audio with SIP Client Testing

How to Overcome NAT Issues When Connecting a SIP Client to a Class 4 Switch

If you are experiencing one-way audio when connecting your SIP client to a Class 4 switch, the issue is likely caused by NAT (Network Address Translation). This occurs because the media traffic is being sent to a private IP address, which is not accessible from the public internet. Here’s how to address this issue:

Steps to Resolve NAT Issues:

  1. Enable STUN (Session Traversal Utilities for NAT)

    • If your SIP client is behind a router or firewall, enabling STUN will help it discover its public IP address and ensure media traffic is routed correctly.

    • Without STUN, media traffic might be directed to a private IP, causing audio issues.

  2. Check Your Network Setup

    • If you are connected directly to the public internet (no NAT), you should not encounter this problem. Ensure your network configuration supports direct communication with the Class 4 switch.

  3. Consider Using a PBX as a Proxy

    • If enabling STUN doesn't resolve the issue or your setup is complex, deploying a PBX (such as Asterisk or FreePBX) as an intermediary can help. The PBX will handle NAT traversal and proxy the calls, ensuring seamless communication between your SIP client and the Class 4 switch.

Additional Tips:

  • Ensure the correct SIP and RTP ports are open on your firewall/router.

  • Verify that the SIP client is properly configured with your provider's settings.

By following these steps, you should be able to resolve one-way audio issues and ensure smooth communication with your Class 4 switch.

PreviousChange Q850 in 4xx/5xxNextUsing Zoiper to resolve NAT issue

Last updated 5 months ago

Was this helpful?