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 db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
build cleanup a few things in the swigall 2010-04-01 23:15:53 -05:00
cmake_modules Initial CMAKE file commit 2009-02-11 02:53:31 +00:00
conf added load/noload options for the supported codecs 2010-03-30 17:03:00 -04:00
debian debian: more cleaning 2010-03-27 22:37:48 +00:00
docs Update ChangeLog through r17115 2010-03-26 21:14:47 +00: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 Minor changes. 2010-04-05 03:05:56 -03:00
htdocs add this from CtRiX -- Thanks. 2008-05-14 20:39:43 +00:00
libs Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00:00
patches zrtp tweaks, more coming 2009-12-17 18:33:45 +00:00
scripts In release tagging, separate the tar and compression stages. 2010-04-02 16:15:04 +00:00
src Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00:00
support-d tweak 2010-03-25 22:30:52 +00:00
w32 fix windows build 2010-03-11 03:02:47 +00:00
web add back empty dirs 2010-04-01 21:00:45 -04:00
.gitignore Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00: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 mod_skypiax rename to mod_skypopen 2010-03-14 21:57:23 +00:00
Freeswitch.2008.sln mod_skypiax rename to mod_skypopen 2010-03-14 21:57:23 +00: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
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am The .version file should die on a git pull. 2010-04-02 14:06:01 +00:00
acinclude.m4 attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226) 2010-01-12 18:31:13 +00:00
bootstrap.sh fix openbsd build (FSBUILD-256) 2010-03-22 23:05:20 +00:00
configure.in update makefile and version generation to work with git working copy too 2010-04-02 00:07:02 -04:00
freeswitch.spec added sangoma codec cinfig file to spec file 2010-03-28 00:19:29 +00:00