freeswitch

Telephony platform for routing and managing voice, video, and messaging communications.

brewmacoslinux
Try with needOr install directly
Source

About

Telephony platform to route various communication protocols

Commands

freeswitchfs_clifsctl

Examples

start a PBX phone system server$ freeswitch -nc
connect to running FreeSWITCH instance and execute commands$ fs_cli -H localhost -P 8021 -p ClueCon
reload configuration without restarting the service$ fs_cli -x 'reloadxml'
check call status and active channels$ fs_cli -x 'show channels'
run FreeSWITCH in background as daemon$ freeswitch -d