Sign inSign up

ovox/freepbx

By ovox

Updated over 2 years ago

Freepbx image based on debian 12, asterisk-20 and freepbx-17.0-latest-EDGE

Image
2

1.4K

ovox/freepbx repository overview

This container is created to use in any x86_64 system with docker installed, you can follow our video tutorial https://youtu.be/hvnJV9z-6y8?si=5KCIcd5nj8ruWLbP or read the following how to https://wiki.vidalinux.org/index.php/Howto_Freepbx_container

To use this image you have to set the following variables:

Your country timezone

TZ=America/Puerto_Rico

Database configuration

DB_USER=asterisk
DB_PASS=asteriskpass
DBENGINE=mysql
DBNAME=asterisk
DBHOST=172.18.0.2
DBPORT=3306
CDRDBNAME=asteriskcdrdb
DBUSER=asterisk
DBPASS=asterisk

Asterisk configuration

USER=asterisk
GROUP=asterisk
WEBROOT=/var/www/html \ ASTETCDIR=/etc/asterisk
ASTMODDIR=/usr/lib64/asterisk/modules
ASTVARLIBDIR=/var/lib/asterisk
ASTAGIDIR=/var/lib/asterisk/agi-bin
ASTSPOOLDIR=/var/spool/asterisk
ASTRUNDIR=/var/run/asterisk
AMPBIN=/var/lib/asterisk/bin
AMPSBIN=/usr/sbin
AMPCGIBIN=/var/www/cgi-bin
AMPPLAYBACK=/var/lib/asterisk/playback

Use the following docker compose to deploy this container:

wget https://raw.githubusercontent.com/vidalinux/docker/master/docker-freepbx/docker-compose.yml
docker-compose -d up

Tag summary

Content type

Image

Digest

sha256:d856891b5

Size

1.2 GB

Last updated

over 2 years ago

docker pull ovox/freepbx:17.0