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 unl
Go to file
Travis Cross 0c1a95f745 fix gcc 4.7.0 warning related to enum type
This amends commit 7bd9efc7f5.

We changed away from using unsigned here because it caused a warning
on Windows.  Using the more specific type, however, is causing a
warning on gcc-4.7 (it notices that the switch statement contains
values not present in the specified enum type).  So we're switching
back to unsigned here while keeping the type casts and hoping that
keeps Windows happy.
2012-05-24 00:48:59 +00:00
build --resolve FS-4234 2012-05-21 09:58:02 -05:00
clients/flex The new jquery.tmpl wants tmpl() instead of render() 2011-08-22 16:14:23 +02:00
cmake_modules Initial CMAKE file commit 2009-02-11 02:53:31 +00:00
conf FS-4183 here is a start, it still needs some work but here are the basic components, initially I am using the algorithim we use to generate artifical silence (static) and using one of those values to sleep a certian number of microseconds plus the cumulative bytes of events but i bet there is still some predictability in there so it needs some more 2012-05-14 06:58:41 -05:00
debian debian: package mod_say_fa (Say for Persian) 2012-05-23 23:42:36 +00:00
docs Update ChangeLog through Dec 31... 1.2 on horizon 2012-05-14 16:23:37 -07:00
dtd xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null 2007-11-01 14:59:32 +00:00
freeswitch.xcodeproj cmake updates 2009-02-13 23:33:36 +00:00
fscomm Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
htdocs add this from CtRiX -- Thanks. 2008-05-14 20:39:43 +00:00
libs scgi updates 2012-05-23 13:12:32 -05:00
patches zrtp tweaks, more coming 2009-12-17 18:33:45 +00:00
scripts ci: expect that jenkins might do this itself 2012-05-09 14:23:38 +00:00
src fix gcc 4.7.0 warning related to enum type 2012-05-24 00:48:59 +00:00
support-d we might want this at some point ;-) 2012-02-01 19:37:23 -05:00
w32 FS-4228 --resolve add zrtp support to windows vs2010 build 2012-05-17 08:38:11 -05:00
web add back empty dirs 2010-04-01 21:00:45 -04:00
.gitignore .gitignore 2012-05-22 00:24:48 -04:00
.version.in make sure .version is populated on builds from non svn working copies 2009-12-07 10:33:28 +00:00
CMakeLists.txt FSBUILD-192 2009-10-02 14:44:16 +00:00
Freeswitch.2005.unsupported.sln bye bye iax 2010-01-23 20:19:18 +00:00
Freeswitch.2008.express.sln FS-3414 --resolve 2011-07-12 14:35:53 -05:00
Freeswitch.2008.sln fix vs2008 pro project dependency for mod_gsmopen - if anyone wants the solution files for express and wants to help please open a Jira with a patch and I will review it. 2012-05-07 14:15:27 -05:00
Freeswitch.2008.sln.debug.bat merge some changes from joshrivers branch 2009-11-18 15:29:19 +00:00
Freeswitch.2008.sln.release.bat rename 2009-11-18 19:42:00 +00:00
Freeswitch.2010.express.sln FS-4243 zrtp addition to vs2010 express try this and verify edited by hand 2012-05-22 10:21:14 -05:00
Freeswitch.2010.sln FS-4228 --resolve add zrtp support to windows vs2010 build 2012-05-17 08:38:11 -05:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am bail out on make mod_modname when core build dies 2012-05-21 15:47:30 -04:00
acinclude.m4 FS-3182: fix mod_dingaling/iksemel/gnutls link error when using newer autotools 2011-03-25 12:17:25 -05:00
bootstrap.sh bootstrap.sh: wait more simply now that we've found the problem 2012-05-08 20:14:19 +00:00
configure.in release FreeSWITCH 1.2-rc2 2012-05-08 11:04:01 -05:00
devel-bootstrap.sh Changed permissions for devel-bootstrap.sh 2010-10-13 14:18:38 -07:00
erlang.spec ci/centos: add erlang module support files 2012-03-24 05:15:11 +00:00
freeswitch-sounds-en-us-callie.spec fix sox dependancy 2012-05-15 10:18:14 -05:00
freeswitch-sounds-music.spec --resolve FS-4209 2012-05-15 10:20:52 -05:00
freeswitch-sounds-ru-RU-elena.spec centos: rework CentOS spec files 2012-03-24 04:52:58 +00:00
freeswitch.spec lets kick the auto test with a small change here that doesnt really matter 2012-05-14 13:36:16 -05:00
swig_common.i add 2011-10-21 10:15:15 -05:00