Quick and Dirty Install
From FreeSWITCH Wiki
- Quick and Dirty getcha going for Linux
Find a box w/ Linux installed, preferably a clean install but use what you've got (you can even use an Asterisk box if you need to)
Hit the keyboard:
cd /usr/src ; wget http://www.freeswitch.org/eg/Makefile ; make cd freeswitch.trunk make install make hd-sounds-install make hd-moh-install
Launch FreeSWITCH thusly:
/usr/local/freeswitch/bin/freeswitch
To test a SIP connection: Point a SIP phone at it with user 1000 pass 1234 and domain matching the IP of your box Dial 9999 and cross your fingers
BTW, if you have Asterisk running be sure to kill it first
Click here to return to the installation guide.
