diff --git a/build/buildlib.sh b/build/buildlib.sh
index 620ed7b811..874fc5ff38 100755
--- a/build/buildlib.sh
+++ b/build/buildlib.sh
@@ -22,7 +22,7 @@ if [ -z "$GZCAT" ] ; then
fi
install=
-base=http://svn.freeswitch.org/downloads/libs
+base=http://files.freeswitch.org/downloads/libs
if [ ! -z "$1" ] && [ "$1" = install ] ; then
install=1
diff --git a/build/getlib.sh.in b/build/getlib.sh.in
index db10f6726c..ebad7b5084 100755
--- a/build/getlib.sh.in
+++ b/build/getlib.sh.in
@@ -13,7 +13,7 @@ else
fi
fi
-base=http://svn.freeswitch.org/downloads/libs/
+base=http://files.freeswitch.org/downloads/libs/
tarfile=$1
url=`echo $tarfile | grep "://"`
diff --git a/freeswitch.spec b/freeswitch.spec
index f74317dcf2..3e7ccd8261 100644
--- a/freeswitch.spec
+++ b/freeswitch.spec
@@ -13,15 +13,15 @@ URL: http://www.freeswitch.org/
Packager: Michal Bielicki
Vendor: http://www.freeswitch.org/
Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2
-Source1: http://svn.freeswitch.org/downloads/libs/celt-0.5.1.tar.gz
-Source2: http://svn.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz
-Source3: http://svn.freeswitch.org/downloads/libs/lame-3.97.tar.gz
-Source4: http://svn.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
-Source5: http://svn.freeswitch.org/downloads/libs/mpg123.tar.gz
-Source6: http://svn.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
-Source7: http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz
-Source8: http://svn.freeswitch.org/downloads/libs/soundtouch-1.3.1.tar.gz
-Source9: http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz
+Source1: http://files.freeswitch.org/downloads/libs/celt-0.5.1.tar.gz
+Source2: http://files.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz
+Source3: http://files.freeswitch.org/downloads/libs/lame-3.97.tar.gz
+Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
+Source5: http://files.freeswitch.org/downloads/libs/mpg123.tar.gz
+Source6: http://files.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
+Source7: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz
+Source8: http://files.freeswitch.org/downloads/libs/soundtouch-1.3.1.tar.gz
+Source9: http://files.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz
Source10: http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.8.tar.gz
Source11: http://files.freeswitch.org/freeswitch-sounds-music-16000-1.0.8.tar.gz
Source12: http://files.freeswitch.org/freeswitch-sounds-music-32000-1.0.8.tar.gz
@@ -30,7 +30,7 @@ Source14: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.10
Source15: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-16000-1.0.10.tar.gz
Source16: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-1.0.10.tar.gz
Source17: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-48000-1.0.10.tar.gz
-Source18: http://svn.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
+Source18: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
Prefix: %{prefix}
#AutoReqProv: no
diff --git a/libs/spandsp/src/msvc/Download_TIFF.2005.vcproj b/libs/spandsp/src/msvc/Download_TIFF.2005.vcproj
index d585351882..73fb96458b 100644
--- a/libs/spandsp/src/msvc/Download_TIFF.2005.vcproj
+++ b/libs/spandsp/src/msvc/Download_TIFF.2005.vcproj
@@ -38,7 +38,7 @@
diff --git a/libs/spandsp/src/msvc/Download_TIFF.2008.vcproj b/libs/spandsp/src/msvc/Download_TIFF.2008.vcproj
index a7bc466047..5b8327a7b7 100644
--- a/libs/spandsp/src/msvc/Download_TIFF.2008.vcproj
+++ b/libs/spandsp/src/msvc/Download_TIFF.2008.vcproj
@@ -38,7 +38,7 @@
diff --git a/libs/spandsp/src/msvc/util.vbs b/libs/spandsp/src/msvc/util.vbs
index c8668850d1..ce60e53b2b 100644
--- a/libs/spandsp/src/msvc/util.vbs
+++ b/libs/spandsp/src/msvc/util.vbs
@@ -30,7 +30,7 @@ Set objArgs = WScript.Arguments
quote=Chr(34)
ScriptDir=Left(WScript.ScriptFullName,Len(WScript.ScriptFullName)-Len(WScript.ScriptName))
UtilsDir=Showpath(ScriptDir)
-ToolsBase="http://svn.freeswitch.org/downloads/win32/"
+ToolsBase="http://files.freeswitch.org/downloads/win32/"
If UseWgetEXE Then
GetWgetEXE UtilsDir
diff --git a/libs/win32/Download FLITE.2008.vcproj b/libs/win32/Download FLITE.2008.vcproj
index 93fa36d1bf..9c2d88a4c2 100644
--- a/libs/win32/Download FLITE.2008.vcproj
+++ b/libs/win32/Download FLITE.2008.vcproj
@@ -76,7 +76,7 @@
@@ -86,7 +86,7 @@
diff --git a/libs/win32/Download HOWL.2008.vcproj b/libs/win32/Download HOWL.2008.vcproj
index fdf1b398e3..4fd44a59d9 100644
--- a/libs/win32/Download HOWL.2008.vcproj
+++ b/libs/win32/Download HOWL.2008.vcproj
@@ -75,7 +75,7 @@
@@ -85,7 +85,7 @@
diff --git a/libs/win32/Download HOWL.vcproj b/libs/win32/Download HOWL.vcproj
index 9924179a7c..2513c7307a 100644
--- a/libs/win32/Download HOWL.vcproj
+++ b/libs/win32/Download HOWL.vcproj
@@ -74,7 +74,7 @@
@@ -84,7 +84,7 @@
diff --git a/libs/win32/Download LAME.2008.vcproj b/libs/win32/Download LAME.2008.vcproj
index bc52443d03..3deff23580 100644
--- a/libs/win32/Download LAME.2008.vcproj
+++ b/libs/win32/Download LAME.2008.vcproj
@@ -76,7 +76,7 @@
@@ -86,7 +86,7 @@
diff --git a/libs/win32/Download LIBSHOUT.2008.vcproj b/libs/win32/Download LIBSHOUT.2008.vcproj
index a6ba517c23..0f5d897d81 100644
--- a/libs/win32/Download LIBSHOUT.2008.vcproj
+++ b/libs/win32/Download LIBSHOUT.2008.vcproj
@@ -76,7 +76,7 @@
@@ -86,7 +86,7 @@
diff --git a/libs/win32/Download PTHREAD.2008.vcproj b/libs/win32/Download PTHREAD.2008.vcproj
index ee6843c81a..e9884cd2e0 100644
--- a/libs/win32/Download PTHREAD.2008.vcproj
+++ b/libs/win32/Download PTHREAD.2008.vcproj
@@ -75,7 +75,7 @@
@@ -85,7 +85,7 @@
diff --git a/libs/win32/Download PTHREAD.vcproj b/libs/win32/Download PTHREAD.vcproj
index c437e32a5a..3209c8d32d 100644
--- a/libs/win32/Download PTHREAD.vcproj
+++ b/libs/win32/Download PTHREAD.vcproj
@@ -74,7 +74,7 @@
@@ -84,7 +84,7 @@
diff --git a/libs/win32/Download TIFF.2008.vcproj b/libs/win32/Download TIFF.2008.vcproj
index ee6e3af069..aa65d53fcb 100644
--- a/libs/win32/Download TIFF.2008.vcproj
+++ b/libs/win32/Download TIFF.2008.vcproj
@@ -76,7 +76,7 @@
@@ -86,7 +86,7 @@
diff --git a/libs/win32/Download mpg123.2008.vcproj b/libs/win32/Download mpg123.2008.vcproj
index 1cf6fbc1cb..ba603ee1f0 100644
--- a/libs/win32/Download mpg123.2008.vcproj
+++ b/libs/win32/Download mpg123.2008.vcproj
@@ -76,7 +76,7 @@
@@ -86,7 +86,7 @@
diff --git a/libs/win32/Download pocketsphinx.2008.vcproj b/libs/win32/Download pocketsphinx.2008.vcproj
index 8afb80c6b0..55847c380a 100644
--- a/libs/win32/Download pocketsphinx.2008.vcproj
+++ b/libs/win32/Download pocketsphinx.2008.vcproj
@@ -75,7 +75,7 @@
@@ -85,7 +85,7 @@
diff --git a/libs/win32/Download sphinxbase.2008.vcproj b/libs/win32/Download sphinxbase.2008.vcproj
index fdf308f7a6..b400f3a238 100644
--- a/libs/win32/Download sphinxbase.2008.vcproj
+++ b/libs/win32/Download sphinxbase.2008.vcproj
@@ -75,7 +75,7 @@
@@ -85,7 +85,7 @@
diff --git a/libs/win32/Download sphinxmodel.2008.vcproj b/libs/win32/Download sphinxmodel.2008.vcproj
index 5124f1529d..f4b36e5246 100644
--- a/libs/win32/Download sphinxmodel.2008.vcproj
+++ b/libs/win32/Download sphinxmodel.2008.vcproj
@@ -76,7 +76,7 @@
@@ -86,7 +86,12 @@
diff --git a/libs/win32/sofia/libsofia_sip_ua_static.2008.vcproj b/libs/win32/sofia/libsofia_sip_ua_static.2008.vcproj
index 33268cada5..cf7793f7d6 100644
--- a/libs/win32/sofia/libsofia_sip_ua_static.2008.vcproj
+++ b/libs/win32/sofia/libsofia_sip_ua_static.2008.vcproj
@@ -29,7 +29,7 @@
>