All Projects → micmay → docker-freepbx

micmay / docker-freepbx

Licence: other
Docker Image with Asterisk 13, Freepbx 13, Ubuntu 14.04

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-freepbx

ominicontacto
The Open Source Contact Center Solution (mirror of https://gitlab.com/omnileads/ominicontacto)
Stars: ✭ 24 (+60%)
Mutual labels:  asterisk
asterisk-ami-client
Asterisk AMI Client for NodeJS (ES2015)
Stars: ✭ 32 (+113.33%)
Mutual labels:  asterisk
Core
Free, easy to setup PBX for small business based on Asterisk 16 core
Stars: ✭ 190 (+1166.67%)
Mutual labels:  asterisk
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+753.33%)
Mutual labels:  asterisk
asterisklint
Asterisk PBX configuration syntax checker
Stars: ✭ 45 (+200%)
Mutual labels:  asterisk
jade
Asterisk based call center solution
Stars: ✭ 41 (+173.33%)
Mutual labels:  asterisk
Node Ari Client
Node.js client for ARI. This library is best effort with limited support.
Stars: ✭ 186 (+1140%)
Mutual labels:  asterisk
amiws
Asterisk Management Interface (AMI) to Web-socket proxy
Stars: ✭ 60 (+300%)
Mutual labels:  asterisk
PBXWebPhone
WebRTC based webphone for Vicidial
Stars: ✭ 28 (+86.67%)
Mutual labels:  asterisk
webcdr
☎️ CDR viewer for Asterisk with search, call recording player, bulk downloads, Excel export
Stars: ✭ 54 (+260%)
Mutual labels:  asterisk
Pisces
Pisces is a time series database, desktop application, command line tool, and webapp. Pisces is designed to organize, graph, and analyze natural resource data that varies with time: gauge height, river flow, water temperature, etc.
Stars: ✭ 35 (+133.33%)
Mutual labels:  asterisk
vnf-asterisk
Documentation, configuration, reference material and other information around an Asterisk-based VNF
Stars: ✭ 38 (+153.33%)
Mutual labels:  asterisk
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+493.33%)
Mutual labels:  asterisk
sccp manager
SCCP Manager
Stars: ✭ 35 (+133.33%)
Mutual labels:  asterisk
vosk-asterisk
Speech Recognition in Asterisk with Vosk Server
Stars: ✭ 52 (+246.67%)
Mutual labels:  asterisk
Payphone
notes and code for my payphone project
Stars: ✭ 206 (+1273.33%)
Mutual labels:  asterisk
freepbx
FreePBX container (Asterisk 16; OpenPBX 15 with Backup and IVR modules installed)
Stars: ✭ 36 (+140%)
Mutual labels:  asterisk
Katari
Katari - Python Session Initiated Protocol Framework
Stars: ✭ 29 (+93.33%)
Mutual labels:  asterisk
callme
No description or website provided.
Stars: ✭ 45 (+200%)
Mutual labels:  asterisk
goami
Asterisk Manager Interface (AMI) client in Go
Stars: ✭ 36 (+140%)
Mutual labels:  asterisk

FreePBX on Docker

Image includes

  • Debian Jessie
  • LAMP stack (apache2, mysql, php)
  • Asterisk 13
  • FreePBX 13

Credit

This work is based on the docker image jmar71n/freepbx.

Run your FreePBX image

1st time

cd /tmp/
mkdir docker-freepbx
cd docker-freepbx
wget https://raw.githubusercontent.com/micmay/docker-freepbx/master/docker-compose.yml

# start in background
docker-compose up -d

# start in foreground
docker-compose up

Go to http://localhost:8082 for freepbx

2nd time

docker start freepbx

shutdown

docker stop freepbx

Remove

docker-compose down

Or

docker rm freepbx

Build

git clone https://github.com/micmay/docker-freepbx.git
cd docker-freepbx
docker-compose -f docker-compose-build.yml build

Dockerhub

This image is available on ducker hub mima84/docker-freepbx/

Fork ME

Please feel free to fork or contribite to this image. https://github.com/micmay/docker-freepbx.git

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].