โ† Back to Documentation Index

Audio Issues Troubleshooting Guide

Audio Issues Troubleshooting Guide


Date: October 14, 2025 04:20 AM
Issues Reported:
  • *43 (Echo test) - No audio, just silence

  • *44 (Time) - Starts then ends with no audio

  • Voicemail - Incomplete prompts, numbers missing, call ends abruptly

  • Extension dialing during calls not working

  • 45/46 queue prompts need verification

  • ๐Ÿ” Current Status

    ###enabled verbose logging (level 5)
    โœ… Enabled debug logging (level 3)
    โœ… Verified codecs: ulaw, alaw, gsm are enabled
    โœ… Verified sound files exist (738 files installed)
    โœ… Verified file permissions (asterisk:asterisk, 644)
    โœ… Verified dialplan loaded correctly
    โœ… Verified VoicemailMain application available


    ๐Ÿงช Diagnostic Commands Run

    Sound File Verification


    # Checked directories - PASS
    /usr/share/asterisk/sounds/digits/ - 90+ files
    /usr/share/asterisk/sounds/vm-* - 100+ voicemail prompts
    /usr/share/asterisk/sounds/ - 738 total files

    Permissions fixed


    chmod 644 on all sound files
    chmod 755 on directories
    owner: asterisk:asterisk

    Module Verification


    # Echo application - LOADED
    asterisk -rx "core show application Echo"
    Result: Application available

    Say applications - LOADED


    asterisk -rx "core show applications" | grep Say
    Result: SayNumber, SayDigits, SayUnixTime all available

    Voicemail - LOADED


    asterisk -rx "module show like voicemail"
    Result: appvoicemailimap.so running

    Endpoint/Codec Verification


    # Extension 2001 codecs
    Allowed: ulaw, alaw, gsm
    RTP symmetric: Yes
    Force rport: Yes
    Direct media: No

    ๐ŸŽฏ Likely Causes

    Issue 1 & 2: 43/44 No Audio

    Most likely cause: One-way RTP audio issue

    Symptoms match:


    Logging: All enabled - will show detailed info on next call