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...

SIP Softphone on Smart Phone

SIP Softphone on Smart Phone


SIP softphone on smart phone can be used as PBX’s extension in either WIFI or cellular network. Moreover, you can add a DID number to your SIP account. If so, SIP softphone could be the alternative of cellphone.


Free SIP Softphones on smart phone:

You may use free SIP softphone as PBX’s extension instead of IP phone or VOIP gateway for Analog phones. This might be important to get a Free PBX

Grandstream wave lite

  • Free
  • Free G729, G722 and Opus codec
  • Multi-account
  • Support SIP message
  • Support both Android or iPhone
  • No Push Nortification

Zoiper:

  • Free version with only one SIP account
  • Paid G729, G722 and Opus codec
  • Support SIP message
  • Paid Push Noritication
  • Suport both Android and iPhone

Linphone:

  • Free
  • Multi-acccount
  • Free G729, G722 and Opus codec
  • Support SIP message
  • Support Android only
  • Push Notification not working

Paid SIP Softphone on Smart phone

Groundwire

  • One-time pay
  • Multi-acccount
  • G729, G722, Opus codec included
  • Support SIP message
  • Support both Android and iPhone 
  • Push Notification included

Groundwire for SIP Softphone on Smart Phone

Acrobits

  • One-time pay
  • Multi-acccount
  • G729, G722, Opuscodec included
  • Support both Android and iPhone 
  • Push Notification included

Zoiper Pro

  • One-time pay
  • Multi-acccount
  • Paid G729, G722 and Opus codec 
  • Support SIP message
  • Support both Android and iPhone 
  • Push Notification included

Bria

  • Monthly pay
  • Multi-acccount
  • G729 codec included
  • Support SIP message
  • Support both Android and iPhone 
  • Push Notification included

Tips about SIP Softphone on Smart Phone:

Low bandwidth codec:

As Smart phone use Wireless network connection either WiFi or 4G/5G, but might not be stable enough in places with poor sighnal. G729, G722 or Opus codec is recommended! 

However, G729 is old technology, which may increase CPU’s payload. The voice is actually lossy due to compressed too much. Opus becomes popluar recently years because it’s with ultra-low bandwidth, low CPU payload and high-quality voice, so set Opus as the 1st priority if possible.

Text message

Many softphones support SIP message, which could be as alternative of  cellphone’s text messge, but some institutions like banks don’t send a vertification text message to a VoIP phone number.

Push Notification

Either iPhone or Android will kill the app in the background  to reduce energy consumption.  If the softphone was killed after display turned off some time, you could’t receive an incoming call. Fortunately, software could be woken up via push notification, which replays on Apple or Google notification server and will increase developper’s costs. This is why free softphone usually doesn’t come with push notification. 

Moreover,  phone consumes less power if using push notification.

Energy Consumption

UDP or TCP

SIP softphone usually uses either UDP or TCP protocol to connect PBX server. TCP consumes less energy. UDP is default in most softphones, so you need to change UDP to TCP in settting if your PBX server supports TCP protocol.

Keep softphone runing in backgound?

At present, only Android phone allows software or other apps working in backgound. iPhone seems to allow it in a little more time, but still kill softphone in background after display is turn off  long time


Conclusion on SIP Softphone on Smart Phone

You can use free SIP softphone for personal or hobby use.

However you should buy a paid softphone with G729 and Push Nortification for business use.

Comments

Post a Comment

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...