Monitoring freeswitch on your Mac

Package Information:

Name: freeswitch
Use: FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media.
URL: https://freeswitch.org

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install freeswitch using brew
    brew install freeswitch

freeswitch is ready to use now!