FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Go to file
2006-10-18 18:30:10 +00:00
build fix checkversion on Freebsd, another hardcoded make 2006-09-30 07:44:25 +00:00
conf comment registration in default config so all new builds don't try to reg. 2006-10-18 17:18:16 +00:00
docs
libs up the warning level. 2006-10-17 21:56:45 +00:00
mac/xcode Remove ExoSip from Xcode project. 2006-10-01 00:35:19 +00:00
scripts update defaults 2006-09-29 13:00:28 +00:00
src finish ani-ii name change. 2006-10-18 18:29:29 +00:00
support
w32 fix windows core build due to wrong include path for libresample. 2006-10-18 18:30:10 +00:00
.indent.pro update .indent.pro, and script to generate it 2006-10-15 02:03:49 +00:00
aclocal.m4 update to pcre 6.7 2006-09-30 00:14:03 +00:00
AUTHORS Ok email address added for pdt ;) WE LOVE YOU MANsvn status Makefile.amsvn status Makefile.am 2006-09-18 03:06:55 +00:00
build.sh
ChangeLog
configure update to pcre 6.7 2006-09-30 00:14:03 +00:00
configure.in use usleep when possible, ./configure && make sure when you update 2006-09-17 18:44:53 +00:00
COPYING
Freeswitch.sln fix windows core build due to wrong include path for libresample. 2006-10-18 18:30:10 +00:00
generic_mod.mk
indent_options.sh update .indent.pro, and script to generate it 2006-10-15 02:03:49 +00:00
INSTALL
Makefile.am fix checkversion on Freebsd, another hardcoded make 2006-09-30 07:44:25 +00:00
Makefile.in fix checkversion on Freebsd, another hardcoded make 2006-09-30 07:44:25 +00:00
modules.conf.in typo 2006-10-02 03:07:28 +00:00
NEWS
README

Freeswitch depends on several out of tree libraries.  All of freeswitch depends on APR, and mod_exosip depends on osip, exosip, jtrhead, and jrtplib.  
Download locations and links for details can be found below.

Apr info available at: http://apr.apache.org

Download Locations:
apr: http://apache.mirrors.versehost.com/apr/apr-1.2.2.tar.gz

Backup Download Locations:
apr: http://www.sofaswitch.org/mikej/apr-1.2.2.tar.gz


Exosip\Osip info available at: http://www.antisip.com/

Download Locations:
osip: http://www.antisip.com/download/libosip2-2.2.1.tar.gz
exosip: http://www.antisip.com/download/libeXosip-0.9.0.tar.gz

Backup Download Locations:
osip: http://www.sofaswitch.org/mikej/libosip2-2.2.1.tar.gz
exosip: http://www.sofaswitch.org/mikej/libeXosip-0.9.0.tar.gz


Jthread\Jrtplib info available at: http://research.edm.luc.ac.be/jori/page.html

Download Locations:
jthread: http://research.edm.luc.ac.be/jori/jthread/jthread-1.1.2.tar.gz
jrtplib: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib-3.3.0.tar.gz

Backup Download Locations:
jthread: http://www.sofaswitch.org/mikej/jthread-1.1.2.tar.gz
jrtplib: http://www.sofaswitch.org/mikej/jrtplib-3.3.0.tar.gz

MSVC Notes:
Freeswitch will compile and run from Microsoft Visual Studio 2005.  
If using the Visual C++ Express edition, please make sure that the location of the include and lib directories are propperly set in the file
C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages\VCProjectEngine.Dll.Express.Config.  
The automated build process for te dependecy libraries will not work without these settings.