Sign inSign up

datacomunicaciones/asterisk-edge

By datacomunicaciones

•Updated 6 months ago

"Asterisk on Alpine: Optimized for Docker Host, uLaw/aLaw codecs & DATA-EDGE infrastructure."

Image
Networking
0

130

datacomunicaciones/asterisk-edge repository overview

🚀 Asterisk Edge by DATA COMUNICACIONES This image is a lightweight, high-performance Asterisk deployment built on Alpine Linux. It is specifically tuned for EDGE computing and multi-datacenter environments where network efficiency and stability are critical.

✨ Key Features: Ultra-lightweight: Minimal footprint thanks to Alpine.

NAT Optimized: Best used with network_mode: host.

Codec Stability: Pre-configured to prioritize uLaw and aLaw to prevent transcoding crashes in containerized environments.

Ready for Production: Field-tested in professional VoIP infrastructures (DATA-EDGE).

📂 Getting Started (Quick Deployment) To keep the image clean and portable, configuration files are managed externally.

  1. Create Directory Structure: Bash mkdir -p /home/data/containers/asterisk/config mkdir -p /home/data/containers/asterisk/logs

  2. Configuration Files: Ensure your sip.conf and extensions.conf are placed in the ./config folder before starting.

  3. Docker Compose Example: YAML services: asterisk: image: datacomunicaciones/asterisk-edge:v1.0 container_name: asterisk-server network_mode: host restart: always volumes:

    • ./config:/etc/asterisk
    • ./logs:/var/log/asterisk environment:
    • TZ=America/Caracas

🛠️ Technical Notes: Port: Default SIP port is expected to be managed via sip.conf (e.g., 5060 or 5080).

Audio: This version contains standard English prompts. (Spanish/Mexico prompts planned for v1.1).

Support: Developed by DATA COMUNICACIONES (www.data.net.ve⁠).

Tag summary

Content type

Image

Digest

sha256:b4a89d219…

Size

18 MB

Last updated

6 months ago

docker pull datacomunicaciones/asterisk-edge:v1.0