FreeSWITCH Basics for Asterisk Users

Asterisk
~/asterisk/sbin/asterisk
FreeSWITCH
~/freeswitch/bin/freeswitch -nc

Asterisk
~/asterisk/sbin/asterisk -r
FreeSWITCH
~/freeswitch/bin/fs_cli

SIP Trunks

Asterisk
~/asterisk/etc/asterisk/sip.conf
FreeSWITCH
~/freeswitch/sip_profile/external/example.xml

Extension


Asterisk
~/asterisk/etc/asterisk/sip.conf
FreeSWITCH
~/freeswitch/directory/default/1001.xml

Command Line



Asterisk
Asterisk CLI> sip reload
FreeSWITCH
FreeSWITCH CLI> sofia profile {Trunk.xml} restart 

How to compile and run a next application ?

Install nodejs Use  this  link for further reading curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash nvm inst...