[Home]

Summary:ASTERISK-17215: [patch] [regression] asterisk 1.8 tarball sound files ignored, Makefile re-downloads them.
Reporter:Paul Belanger (pabelanger)Labels:
Date Opened:2011-01-08 19:20:57.000-0600Date Closed:2011-01-09 15:42:48.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) issue18589.patch
Description:By default, asterisk 1.8 will now set SOUNDS_CACHE_DIR to ${HOME}/.asterisk_sounds_cache.  This results in any sound file stored under sounds/ to be re-downloaded.

****** ADDITIONAL INFORMATION ******

$ ./configure
$ make
$ sudo make install
Comments:By: Paul Belanger (pabelanger) 2011-01-08 19:34:56.000-0600

We should set SOUNDS_CACHE_DIR to empty by default, not ${HOME}/.asterisk_sounds_cache

By: Digium Subversion (svnbot) 2011-01-09 15:38:25.000-0600

Repository: asterisk
Revision: 301220

U   branches/1.6.2/autoconf/ast_ext_lib.m4
U   branches/1.6.2/configure
U   branches/1.6.2/configure.ac

------------------------------------------------------------------------
r301220 | pabelanger | 2011-01-09 15:38:25 -0600 (Sun, 09 Jan 2011) | 14 lines

SOUND_CACHE_DIR now defaults to empty

Sounds files included in the Asterisk tarball were being ignored and
re-downloaded.  Users wanting to cache the files can still override the setting
using the --with-sounds-cache option.

(closes issue ASTERISK-17215)
Reported by: pabelanger
Patches:
     issue18589.patch uploaded by pabelanger (license 224)
     Tested by: pabelanger

Review: https://reviewboard.asterisk.org/r/1074/

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301220

By: Digium Subversion (svnbot) 2011-01-09 15:40:35.000-0600

Repository: asterisk
Revision: 301221

_U  branches/1.8/
U   branches/1.8/autoconf/ast_ext_lib.m4
U   branches/1.8/configure
U   branches/1.8/configure.ac

------------------------------------------------------------------------
r301221 | pabelanger | 2011-01-09 15:40:35 -0600 (Sun, 09 Jan 2011) | 21 lines

Merged revisions 301220 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
 r301220 | pabelanger | 2011-01-09 16:38:24 -0500 (Sun, 09 Jan 2011) | 14 lines
 
 SOUND_CACHE_DIR now defaults to empty
 
 Sounds files included in the Asterisk tarball were being ignored and
 re-downloaded.  Users wanting to cache the files can still override the setting
 using the --with-sounds-cache option.
 
 (closes issue ASTERISK-17215)
 Reported by: pabelanger
 Patches:
       issue18589.patch uploaded by pabelanger (license 224)
       Tested by: pabelanger
 
 Review: https://reviewboard.asterisk.org/r/1074/
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301221

By: Digium Subversion (svnbot) 2011-01-09 15:42:48.000-0600

Repository: asterisk
Revision: 301222

_U  trunk/
U   trunk/autoconf/ast_ext_lib.m4
U   trunk/configure
U   trunk/configure.ac

------------------------------------------------------------------------
r301222 | pabelanger | 2011-01-09 15:42:48 -0600 (Sun, 09 Jan 2011) | 28 lines

Merged revisions 301221 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
 r301221 | pabelanger | 2011-01-09 16:40:34 -0500 (Sun, 09 Jan 2011) | 21 lines
 
 Merged revisions 301220 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.6.2
 
 ........
   r301220 | pabelanger | 2011-01-09 16:38:24 -0500 (Sun, 09 Jan 2011) | 14 lines
   
   SOUND_CACHE_DIR now defaults to empty
   
   Sounds files included in the Asterisk tarball were being ignored and
   re-downloaded.  Users wanting to cache the files can still override the setting
   using the --with-sounds-cache option.
   
   (closes issue ASTERISK-17215)
   Reported by: pabelanger
   Patches:
         issue18589.patch uploaded by pabelanger (license 224)
         Tested by: pabelanger
   
   Review: https://reviewboard.asterisk.org/r/1074/
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=301222