]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 218500 via svnmerge from
authorKevin P. Fleming <kpfleming@digium.com>
Tue, 15 Sep 2009 15:04:53 +0000 (15:04 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Tue, 15 Sep 2009 15:04:53 +0000 (15:04 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r218500 | kpfleming | 2009-09-15 11:02:21 -0400 (Tue, 15 Sep 2009) | 9 lines

  Merged revisions 218497 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r218497 | kpfleming | 2009-09-15 10:55:58 -0400 (Tue, 15 Sep 2009) | 1 line

    Use proper hostname for downloading sound files.
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@218502 65c4cc65-6c06-0410-ace0-fbb531ad65f3

sounds/Makefile

index 3f5cb42059325407052a138ddaa414db4037f68f..de0d5a23b602cfd17bd74cf40465599a96aa0d47 100644 (file)
@@ -19,7 +19,7 @@ SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds
 MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh
 CORE_SOUNDS_VERSION:=1.4.16
 EXTRA_SOUNDS_VERSION:=1.4.9
-SOUNDS_URL:=http://downloads.digium.com/pub/telephony/sounds/releases
+SOUNDS_URL:=http://downloads.asterisk.org/pub/telephony/sounds/releases
 MCS:=$(subst -EN-,-en-,$(MENUSELECT_CORE_SOUNDS))
 MCS:=$(subst -FR-,-fr-,$(MCS))
 MCS:=$(subst -ES-,-es-,$(MCS))