[svn-commits] lmadsen: branch 1.4 r263374 - /branches/1.4/sounds/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon May 17 09:05:02 CDT 2010


Author: lmadsen
Date: Mon May 17 09:04:57 2010
New Revision: 263374

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=263374
Log:
Update link to new version of core sounds.

The latest version of the core sounds files 1.4.19 now includes the missing
queue-minute sound file which is called by app_queue but which has been
missing.

(closes issue #17123)
Reported by: n8ideas

Modified:
    branches/1.4/sounds/Makefile

Modified: branches/1.4/sounds/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/sounds/Makefile?view=diff&rev=263374&r1=263373&r2=263374
==============================================================================
--- branches/1.4/sounds/Makefile (original)
+++ branches/1.4/sounds/Makefile Mon May 17 09:04:57 2010
@@ -18,7 +18,7 @@
 PWD:=$(shell pwd)
 SOUNDS_DIR:=$(DESTDIR)$(ASTDATADIR)/sounds
 MOH_DIR:=$(DESTDIR)$(ASTDATADIR)/moh
-CORE_SOUNDS_VERSION:=1.4.18
+CORE_SOUNDS_VERSION:=1.4.19
 EXTRA_SOUNDS_VERSION:=1.4.11
 MOH_VERSION:=2.03
 SOUNDS_URL:=http://downloads.asterisk.org/pub/telephony/sounds/releases




More information about the svn-commits mailing list