[asterisk-commits] kpfleming: branch 1.6.1 r218502 - in /branches/1.6.1: ./ sounds/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 15 10:04:56 CDT 2009


Author: kpfleming
Date: Tue Sep 15 10:04:53 2009
New Revision: 218502

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=218502
Log:
Merged revisions 218500 via svnmerge from 
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.
  ........
................

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/sounds/Makefile

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/sounds/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/sounds/Makefile?view=diff&rev=218502&r1=218501&r2=218502
==============================================================================
--- branches/1.6.1/sounds/Makefile (original)
+++ branches/1.6.1/sounds/Makefile Tue Sep 15 10:04:53 2009
@@ -19,7 +19,7 @@
 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))




More information about the asterisk-commits mailing list