"Asterisk on Alpine: Optimized for Docker Host, uLaw/aLaw codecs & DATA-EDGE infrastructure."
130
đ 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.
Create Directory Structure: Bash mkdir -p /home/data/containers/asterisk/config mkdir -p /home/data/containers/asterisk/logs
Configuration Files: Ensure your sip.conf and extensions.conf are placed in the ./config folder before starting.
Docker Compose Example: YAML services: asterisk: image: datacomunicaciones/asterisk-edge:v1.0 container_name: asterisk-server network_mode: host restart: always volumes:
đ ď¸ 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â ).
Content type
Image
Digest
sha256:b4a89d219âŚ
Size
18 MB
Last updated
6 months ago
docker pull datacomunicaciones/asterisk-edge:v1.0