News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

A simple FreePBX solution for using a Obihai device with Docker

Started by techno.express, October 14, 2020, 10:07:22 AM

Previous topic - Next topic

techno.express

For installation:
https://hub.docker.com/r/technoexpress/freepbx

I been using Obi for my business PBX system for a while.
My setup have a obi202 at home, all calls go to the FreePBX IVR, depending on number press, dispatches to me by 'follow me', having a 'ring group' forwarding to cell and extensions.

My office/shop is at a distance location with hotspot internet access only, FreePBX is housed within a dedicated server with https://www.nocix.net/dedicated/ partitioned up with Xen and Cloudmin.


Lontageman

Run the FreePBX Container:
Use the following command to create and start the FreePBX container:

docker run -d --name freepbx -p 80:80 -p 443:443 -p 5060:5060/udp -p 5160:5160/udp -p 18000-18100:18000-18100/udp technoexpress/freepbx