[asterisk-commits] kpfleming: branch 1.4 r77424 - in /branches/1.4: doc/mp3.txt sounds/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 26 17:14:22 CDT 2007


Author: kpfleming
Date: Thu Jul 26 17:14:21 2007
New Revision: 77424

URL: http://svn.digium.com/view/asterisk?view=rev&rev=77424
Log:
use new canonical name for download server

Modified:
    branches/1.4/doc/mp3.txt
    branches/1.4/sounds/Makefile

Modified: branches/1.4/doc/mp3.txt
URL: http://svn.digium.com/view/asterisk/branches/1.4/doc/mp3.txt?view=diff&rev=77424&r1=77423&r2=77424
==============================================================================
--- branches/1.4/doc/mp3.txt (original)
+++ branches/1.4/doc/mp3.txt Thu Jul 26 17:14:21 2007
@@ -9,5 +9,5 @@
 However, if you still need to use mp3 as your music on hold format, a format
 driver for reading MP3 audio files is available in the asterisk-addons SVN
 repository on svn.digium.com or in the asterisk-addons release at
-ftp://ftp.digium.com/pub/telephony/asterisk/.
+ftp://downloads.digium.com/pub/telephony/asterisk/.
 

Modified: branches/1.4/sounds/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/sounds/Makefile?view=diff&rev=77424&r1=77423&r2=77424
==============================================================================
--- branches/1.4/sounds/Makefile (original)
+++ branches/1.4/sounds/Makefile Thu Jul 26 17:14:21 2007
@@ -20,7 +20,7 @@
 MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh
 CORE_SOUNDS_VERSION:=1.4.7
 EXTRA_SOUNDS_VERSION:=1.4.6
-SOUNDS_URL:=http://ftp.digium.com/pub/telephony/sounds/releases
+SOUNDS_URL:=http://downloads.digium.com/pub/telephony/sounds/releases
 MCS:=$(subst -EN-,-en-,$(MENUSELECT_CORE_SOUNDS))
 MCS:=$(subst -FR-,-fr-,$(MCS))
 MCS:=$(subst -ES-,-es-,$(MCS))




More information about the asterisk-commits mailing list