About
Instructions for installing FreeSWITCH™ on DragonFlyBSD as vetted by bkw__ in June, 2014.
Maintainer Needed
We need YOU to maintain this port of FreeSWITCH. Please contact one of the FreeSWITCH core developers on Freenode IRC channel #freeswitch or the freeswitch-users@lists.freeswitch.org mailing list to help them keep the code current for this operating system.
sudo pkg_radd autoconf automake bzip2 curl git gmake jpeg ldns libtool openssl pcre pkgconf speex sqlite3 wget libedit mkdir ~/src cd ~/src wget http://thrysoee.dk/editline/libedit-20140618-3.1.tar.gz tar zxf libedit-20140618-3.1.tar.gz cd libedit-20140618-3.1 ./configure --prefix=/usr/local gmake sudo gmake install cd ~/src git clone https://github.com/signalwire/freeswitch.git cd freeswitch.git ./bootstrap.sh -j ./configure -C gmake sudo gmake install cd-sounds-install cd-moh-install