Skip to main content

Hotel Phone System (VoIP)

Hotel Phone System (VoIP) Hotel Phone System should be a must for most hoteels or motels, which has been using Analog Phone System(Analog PBX) in past decades.  There were some technical and financial issues if swifting to IP-PBX: 911 service IP-phone expensive than analog hotel phone Ethernet cable running Billing System Solution for replacement: e-911 are supported  VoIP gateway Sharing same Ethernet cable with IPTV A2billing Module for IP-PBX Therefore, you could  build a PBX  for hotels or motels if you are the owner  Analog VoIP Gateway For Hotel Phone System IP phone is recommended because many functions can work only on IP phone, but IP phone still expensive than analog hotel phone. Alternatively, hotels or motels can use VOIP gateway instead. In addtion, no need to run Ethernet cable. Software for For Hotel Phone System Issabel FreePBX FusionPBX You should consider Issabel or FreePBX first:Issabel with very friendly Web console and almost all modules are...

Get a free PBX?

Get a free PBX?


Get a free PBX? Absolutely possible if you have some unused old PC, chromebook or ARM-device, but you need basic knowledge on computer and Linux.

Free hardware:

For a beginner, the cost on hardware might not be a problem because you could build a PBX on virtual machine like VMware or virtualbox.

However VMware is not free product, so you can start with free virtualbox.

Alternatively, you can use some old unused device or PC to have a try.  Asterisk and freepbx can works on below equipment.

  • Old x86 PC with min. 512MB memory and at least 1GHz x86 CPU
  • Chromebook or Chrombox: need to flash BIOS and boot from external USB drive
  • ARM devices:  below devices were tested.
    • Dockstar
    • Pogolug
    • GoFlex Home and Net
    • Raspberry Pi:  Zero, 2, 3 and 4
    • Orange Pi: One, PC and PC2

Free software for a Free PBX:

  • FreePBX
  • AsteriskNOW
  • Issabel
  • FusionPBX (Freeswitch)
  • PBXinAFlash
  • OpenSIPs
  • Kamailio
  • OpenPBX
  • 3CX (kind of free)

As a beginning, FreePBX is recommended because it has friendly web console and good community contribution.

FreePBX for a Free PBX

Moreover, FreePBX is so kind to provide detailed tutorials to instruct people to  build FreePBX server on CentOS, Ubuntu,Arch Linux and Debian if you don’t want to use their distro disk.

Install FreePBX 15 on Arch Linux

Install FreePBX 15 on CentOS 8

Install FreePBX 14 on Unbuntu 18.04

Install FreePBX 15 on Debian 9.6

As FreePBX was developped at the base of CentOS, it’s better to use CentOS or their Disro Disck (CentOS) if possible.  In the past, CentOS was not officially support ARM-device, so Debian is the most competible for FreePBX on ARM-device.

However, CentOS 7 and 8 officially supports many ARM-device like Raspberry Pi.


Free Softphone as Extension

Many free softphone on Smart phone or PC could be as extension for incoming and outgoing call. 

  • Zoiper
  • GS wave
  • Linphone
  • CsipSimple 

You can get starting now

After getting free hardware, software and free soft phone, you can get started to build “free PBX” immediately.

The above tutorial is very detailed and helpful, but you might still encounter trouble due to less experience.

However, it’s not difficult to find a help from internet, and you are encourged to join relative forums to ask for help.

FreePBX Forum

Reddit FreePBX Community

Comments

Popular posts from this blog

FreePBX vs. FusionFBX

FreePBX vs. FusionFBX FreePBX vs FusionFBX has been being a topic for many years. Both FreePBX and FusionPBX are great projects, but two systems have different sources and architectures. Actually both are the Web-Gui developped from Asterisk and Freeswitch instead of command lines. FreePBX FreePBX  is developped from Asterisk on CentOS Linux, also support other Linux. FreeBPX provides free Distro disk. Most modules of FreePBX are free, but commercial modules need to pay. Some  PBX  projects were also developped from FreePBX, like  Trixbox, Elastix and PBX in a Flash . Pros: Free Distro. Based on CentOS Friendly Web-Gui Easy to use and configure Long History Wide Community  Support Support Arch Linux, Ubuntu, Debian, Raspbian Support both x86 and ARM CPU Good support for telephony hardware Cons: Not all modules are free, some commercial modules need to pay. Web-Gui uses much system resource. However, a powerful ARM-device like Raspberry Pi 4 might not have such p...

CentOS Firewall: firewalld commands

CentOS Firewall:  firewalld commands I. Introduction Centos7 and above releases have tried to bring firewalld firewall, firewalld to bring iptables firewall.  The reason is that the firewall policy of iptables is handled by the netfilter network filter at the kernel level, while firewalld is handled by the nftables packet filtering framework at the kernel level.  Compared with iptables firewall, firewalld supports dynamic update technology and adds the concept of zone.  To put it simply, the area is that firewalld has prepared several sets of firewall policy sets (policy templates) in advance. Users can choose the appropriate policy set according to different production scenarios to achieve rapid switching between firewall policies. Zone is a major feature for firewalld, but for us, Centos7 is generally on the server, and there is less need to switch zones, so this article will not introduce it. There are more online information. You can go to Baidu to find informati...

DIY a Router (Soft Routering)

DIY a Router (Soft Routering) Why DIY a Router? Most routers in the market are made by big-scale companies like CISCO, Linksys, Asus, TP-link. The price from tens dollars to thousands dollars, and depends on the features and capacity of data exchange. Actually routers has two main classes in the market: Consumer class Easy to use: Most of public is lack of computer and netowkr knowledge.   The manufacturer must make router as easy as ready to use after plug and power on. All in one:  Actually Router just for data exchange with internet, but Consumer-Class routers usually come with WiFi Access Point and network switch.  However, all-in-one solution will increase CPU utilization and could stuck if connecting many network devices.  Low price: Most Consumer-class routers is made at the base of cheap and simple ARM-CPU with very limit storage and memory.  It’s impossible to upgrade or expand either functions or capacity of data processing. Commercial Class Route...