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 resize any VMs Hard disk size

Pre-Requiste First Confirm if your Linux machine was created using LVM or not, execute the following commands pvdisplay vgdisplay lvdisplay ...