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:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install freeswitch using brew
brew install freeswitch
freeswitch is ready to use now!