dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

159 Commits

Author SHA1 Message Date
kpfleming d271a946b1 Merged revisions 328879 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/2.0

................
  r328879 | kpfleming | 2011-07-19 16:31:16 -0500 (Tue, 19 Jul 2011) | 23 lines
  
  Merged revisions 328878 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r328878 | kpfleming | 2011-07-19 16:29:07 -0500 (Tue, 19 Jul 2011) | 17 lines
    
    Revert partial attempt at handling pathnames with spaces.
    
    Revision 299794 attempted to improve the build system to be able to handle
    pathnames (primarily DESTDIR) with spaces in them, since this is common on
    some platforms (including Mac OSX). Unfortunately, the changes were incomplete
    and did not actually provide the desired behavior, and as a side effect the
    functionality that ensured that stale headers in the Asterisk 'include' directory
    were removed got broken. In addition, the check for stale (and possibly
    incompatible) modules in the Asterisk 'modules' directory also got broken, and
    would never report any stale modules. Users upgrading to this version or later
    versions would then see unexpected module load errors.
    
    Since there are few users who actually want to install Asterisk into paths
    that contain spaces, and a proper fix for the build system would take many hours,
    the best solution for now is to just revert the partial solution.
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@328881 f38db490-d61c-443f-a65b-d21fe96a405b
2011-07-19 21:32:54 +00:00
lmadsen 6073d2dc91 Merged revisions 315765 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r315765 | lmadsen | 2011-04-27 07:36:17 -0500 (Wed, 27 Apr 2011) | 4 lines
  
  Enable Russian core sound selection in menuselect.
  
  (closes issue #18724)
  Reported by: pbxware
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@315766 f38db490-d61c-443f-a65b-d21fe96a405b
2011-04-27 12:37:13 +00:00
pabelanger 406ba6fcc5 Merged revisions 299948 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r299948 | pabelanger | 2010-12-29 14:28:36 -0500 (Wed, 29 Dec 2010) | 2 lines
  
  Only remove /tmp/astdatadir, not /var/lib/asterisk
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@299949 f38db490-d61c-443f-a65b-d21fe96a405b
2010-12-29 19:29:51 +00:00
pabelanger 0c42b9197d Merged revisions 299907 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r299907 | pabelanger | 2010-12-29 13:22:23 -0500 (Wed, 29 Dec 2010) | 2 lines
  
  Properly quote varibles for MAC OS X
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@299908 f38db490-d61c-443f-a65b-d21fe96a405b
2010-12-29 18:24:19 +00:00
tilghman 47dfe79e72 Merged revisions 299820 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r299820 | tilghman | 2010-12-27 15:23:10 -0600 (Mon, 27 Dec 2010) | 2 lines
  
  More space-in-pathname issues.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@299824 f38db490-d61c-443f-a65b-d21fe96a405b
2010-12-27 21:23:55 +00:00
tilghman 7251be831b Merged revisions 299794 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r299794 | tilghman | 2010-12-27 14:41:04 -0600 (Mon, 27 Dec 2010) | 2 lines
  
  Mac OS X spaces-in-pathnames fix.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@299795 f38db490-d61c-443f-a65b-d21fe96a405b
2010-12-27 20:42:01 +00:00
lmadsen 5dfdf6d60c Merged revisions 292225 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r292225 | lmadsen | 2010-10-18 16:51:23 -0500 (Mon, 18 Oct 2010) | 24 lines
  
  Merged revisions 292224 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ................
    r292224 | lmadsen | 2010-10-18 16:50:47 -0500 (Mon, 18 Oct 2010) | 17 lines
    
    Merged revisions 292222 via svnmerge from 
    https://origsvn.digium.com/svn/asterisk/branches/1.4
    
    ........
      r292222 | lmadsen | 2010-10-18 16:47:25 -0500 (Mon, 18 Oct 2010) | 9 lines
      
      Add support for the new English (Australian Accent) sound files.
      
      
      (closes issue #17426)
      Reported by: camsown
      Patches:
            core-sounds-en_AU.txt uploaded by camsown (license 1050)
            add_AU_sounds.patch.txt uploaded by lmadsen (license 10)
      Tested by: camsown, lmadsen, jtodd, qwell
    ........
  ................
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@292231 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-18 22:14:05 +00:00
qwell bc2eb1c9d8 Merged revisions 280233 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r280233 | qwell | 2010-07-28 15:03:22 -0500 (Wed, 28 Jul 2010) | 13 lines
  
  Merged revisions 280231 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r280231 | qwell | 2010-07-28 15:02:27 -0500 (Wed, 28 Jul 2010) | 6 lines
    
    Work around some silly behavior on BSD.
    
    A non-zero exit from a subshell should make the build fail.
    
    (closes issue #17621)
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@280234 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-28 20:04:06 +00:00
qwell 76b175515b Merged revisions 280195 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r280195 | qwell | 2010-07-28 13:24:29 -0500 (Wed, 28 Jul 2010) | 16 lines
  
  Merged revisions 280193 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r280193 | qwell | 2010-07-28 13:05:54 -0500 (Wed, 28 Jul 2010) | 9 lines
    
    Remove unnecessary subshells.  Attempt to make checksumming work.
    
    Also improves readability.
    
    (issue #17621)
    Reported by: bjm
    
    Review: https://reviewboard.asterisk.org/r/808/
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@280196 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-28 18:25:00 +00:00
qwell 365451810c Merged revisions 279850 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r279850 | qwell | 2010-07-27 11:40:05 -0500 (Tue, 27 Jul 2010) | 9 lines
  
  Merged revisions 279849 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r279849 | qwell | 2010-07-27 11:39:16 -0500 (Tue, 27 Jul 2010) | 1 line
    
    Simply sounds/Makefile some more.
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@279851 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-27 16:41:19 +00:00
qwell ec5522976f Merged revisions 279658 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r279658 | qwell | 2010-07-26 18:03:38 -0500 (Mon, 26 Jul 2010) | 12 lines
  
  Merged revisions 279657 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r279657 | qwell | 2010-07-26 17:59:52 -0500 (Mon, 26 Jul 2010) | 5 lines
    
    Really fix sounds Makefile (and make it readableish).
    
    There was a rather large syntax error that should have caused ALL versions of GNU make to fail.
    I don't know how it worked.
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@279659 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-26 23:06:47 +00:00
tilghman 71613c5807 Merged revisions 279562 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r279562 | tilghman | 2010-07-26 14:18:26 -0500 (Mon, 26 Jul 2010) | 9 lines
  
  Merged revisions 279561 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r279561 | tilghman | 2010-07-26 14:15:59 -0500 (Mon, 26 Jul 2010) | 2 lines
    
    Use a special Makefile for noobs who still have GNU Make 3.80.
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@279564 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-26 19:20:23 +00:00
pabelanger df45872b54 Portability updates for Makefiles.
When possible, use $(INSTALL).  This allows us to use the functionality within
install for setting directory / file permissions, a requirement for unprivileged
installation.

Also move any directory we plan to create within the installdirs macro. Plus
various other formatting issues.

(issue #17436)
Reported by: pabelanger
Patches:
      non-root.patch.v8 uploaded by pabelanger (license 224)
Tested by: pabelanger

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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278873 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-23 13:26:41 +00:00
tilghman 544e770531 Symlink sounds files, to save disk space, when multiple tarballs/checkouts are on the same system.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@272533 f38db490-d61c-443f-a65b-d21fe96a405b
2010-06-25 19:17:16 +00:00
tilghman b37bfae3db Add an sha1sum-workalike for platforms which don't have it (like Mac OS X)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@263905 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-18 22:49:13 +00:00
tilghman fb80ae6cf3 Cache sound tarfiles in a common directory, such that a clean reinstall does not force a re-download of the tarballs.
(closes issue #15370)
 Reported by: pprindeville
 Patches: 
       asterisk-trunk-bugid15370.patch uploaded by pprindeville (license 347)
 Tested by: pprindeville, tilghman, seanbright


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@263724 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-17 23:49:15 +00:00
lmadsen a5d31c4285 Merged revisions 263374 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r263374 | lmadsen | 2010-05-17 09:04:57 -0500 (Mon, 17 May 2010) | 8 lines
  
  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
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@263375 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-17 14:05:33 +00:00
qwell 865a8776be Merged revisions 261608 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r261608 | qwell | 2010-05-06 11:56:02 -0500 (Thu, 06 May 2010) | 4 lines
  
  Use the versioned MOH tarballs, now that we have them.
  
  This makes for more reproducibility.  Prompted by a discussion in #asterisk-dev
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@261609 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-06 17:06:40 +00:00
lmadsen 70316a5a7e Merged revisions 259526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r259526 | lmadsen | 2010-04-27 16:48:47 -0500 (Tue, 27 Apr 2010) | 15 lines
  
  Update sounds files.
  
  * Add additional sounds prompts for say_enumeration
  * Update the English conference sounds prompts so they are better
    quality and all sound more consistent
  * Clean up the core-sounds-XX.txt and extra-sounds-XX.txt files to
    include all present sound files
  
  Both core (en, fr, es) and extra (en, fr) sounds files have been updated.
  
  (closes issue #16200)
  Reported by: murf
  
  (closes issue #17137)
  Reported by: lmadsen
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@259527 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-27 21:49:36 +00:00
russell 3fbc021972 Merged revisions 247422 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r247422 | russell | 2010-02-17 22:19:01 -0600 (Wed, 17 Feb 2010) | 10 lines
  
  Tweak argument handling for wget in the sounds Makefile.
  
  1) Fix the check to see if we are using wget to not be full of fail.  The
  configure script populates this variable with the absolute path to wget if
  it is found, so it didn't work.
  
  2) Allow some extra arguments to be passed in for wget.  This is just a simple
  change to allow our Bamboo build script to tell wget to be quiet and not fill
  up our logs with download status output.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@247423 f38db490-d61c-443f-a65b-d21fe96a405b
2010-02-18 04:20:11 +00:00
kpfleming cf7d418f89 Merged revisions 236357 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r236357 | kpfleming | 2009-12-26 09:26:17 -0600 (Sat, 26 Dec 2009) | 1 line
  
  update to latest releases with zero uid/gid
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@236358 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-26 15:27:44 +00:00
tilghman f22238a005 Recorded merge of revisions 218331 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r218331 | tilghman | 2009-09-14 14:16:35 -0500 (Mon, 14 Sep 2009) | 4 lines
  
  Don't say "Please try again" if we don't give the user another chance to try again.
  (issue #15055, SWP-129)
   Reported by: jthurman
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@218361 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-14 19:29:48 +00:00
kpfleming a9fb92854f Convert this branch to Opsound music-on-hold.
For more details:
http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@212922 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-18 20:29:37 +00:00
tilghman 9d97ef053d Regex FTL
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209331 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-28 00:20:26 +00:00
tilghman 3293019b05 Merged revisions 209315 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r209315 | tilghman | 2009-07-27 19:12:03 -0500 (Mon, 27 Jul 2009) | 2 lines
  
  Publish French extra sounds
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209317 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-28 00:14:12 +00:00
seanbright 133af6817e Update references to downloads.digium.com to its new URL.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197861 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28 22:42:27 +00:00
kpfleming a80f006398 Merged revisions 184447 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r184447 | kpfleming | 2009-03-26 17:17:32 -0500 (Thu, 26 Mar 2009) | 3 lines
  
  use new, improved 8kHz prompts
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@184448 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-26 22:18:14 +00:00
russell ea3318d0f7 Fix downloading SIREN7 and SIREN14 sound packages.
In passing, also fix downloading SLIN16 extra sound packages.

(closes issue #14565)
Reported by: jtodd


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@179021 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-27 15:51:56 +00:00
kpfleming 046babfbe9 add support for Siren7 and Siren14 flavors of prompts and music on hold
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@176356 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-16 23:37:37 +00:00
kpfleming 0279bf9049 Merged revisions 168267 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r168267 | kpfleming | 2009-01-09 17:12:29 -0600 (Fri, 09 Jan 2009) | 1 line
  
  update to use new sound file packages that include license files
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168270 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-09 23:16:08 +00:00
tilghman a8b454a7cb Publish MOH files in sln16 format
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@148010 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-09 20:00:46 +00:00
tilghman a181094549 Merged revisions 142358 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r142358 | tilghman | 2008-09-10 11:54:29 -0500 (Wed, 10 Sep 2008) | 2 lines

Publish new extra sounds version.

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@142359 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-10 16:55:31 +00:00
kpfleming 2da7c9d0dc Merged revisions 129907 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r129907 | kpfleming | 2008-07-11 07:15:42 -0500 (Fri, 11 Jul 2008) | 2 lines

don't attempt to set user/group ownership of extracted sound files (reported on asterisk-users)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@129916 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-11 12:21:29 +00:00
tilghman 2c0065d862 Advance to next sounds release
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115535 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-07 20:22:09 +00:00
qwell 30a4e26140 Update to 1.4.11 core sounds.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@110578 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-21 21:52:06 +00:00
tilghman b787b1b3bf Upgrade the sounds version; add several directory enhancements:
1) Number of digits to enter can now be configured
	2) The digits can now match on both first AND last name, instead of only one or the other
(Closes issue #7151)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@110237 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-20 05:06:12 +00:00
tilghman 9e3924c31c Merged revisions 106328 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r106328 | tilghman | 2008-03-05 22:40:06 -0600 (Wed, 05 Mar 2008) | 2 lines

Upgrade to the next release of sounds

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@106329 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-06 04:45:16 +00:00
qwell 9f499969e0 Merged revisions 104135 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r104135 | qwell | 2008-02-26 10:35:06 -0600 (Tue, 26 Feb 2008) | 5 lines

Revert previous abspath change.
...abspath is new in GNU make 3.81.  I feel so...defeated.

Must find new fix!

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104136 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-26 16:36:49 +00:00
qwell 1aa69230ea Merged revisions 104132 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r104132 | qwell | 2008-02-26 10:08:44 -0600 (Tue, 26 Feb 2008) | 9 lines

Fix a very bizarre issue we were seeing with our buildbot when using a DESTDIR that
 wasn't an absolute path (such as DESTDIR=~/asterisk-1.4).

Apparently what was happening, was that some of the targets were being expanded to
 the full path, so $@ ended up being /root/asterisk-1.4/[...]/ rather than ~/asterisk-1.4/[...]/

It appears that this may be a new "feature" in GNU make.
(*cough* http://en.wikipedia.org/wiki/Principle_of_least_surprise *cough*)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104133 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-26 16:09:38 +00:00
tilghman 747e06552c Merged revisions 91237 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r91237 | tilghman | 2007-12-05 15:38:13 -0600 (Wed, 05 Dec 2007) | 2 lines

Upgrade to the latest version of extra sounds

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91238 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-05 21:46:42 +00:00
tilghman 833a319047 Merged revisions 90154 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r90154 | tilghman | 2007-11-29 11:18:09 -0600 (Thu, 29 Nov 2007) | 2 lines

Upgrade the core sounds release version

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@90156 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-29 17:31:35 +00:00
kpfleming 563ed941de Merged revisions 77424,77429 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r77424 | kpfleming | 2007-07-26 17:14:21 -0500 (Thu, 26 Jul 2007) | 2 lines

use new canonical name for download server

........
r77429 | kpfleming | 2007-07-26 17:16:42 -0500 (Thu, 26 Jul 2007) | 2 lines

change protocol for downloads as well

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@77432 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-26 22:17:25 +00:00
file 881edd869c Don't download/install the sound packages if already installed.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76791 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-24 16:09:20 +00:00
murf bbea177387 Merged revisions 76211 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r76211 | murf | 2007-07-20 15:36:05 -0600 (Fri, 20 Jul 2007) | 1 line

This patch from 10249 is worth applying! It prevents downloading sound files if they are already downloaded. Darn Practical, if you ask me
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76213 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-20 21:41:51 +00:00
qwell e95289a0e9 Merged revisions 69434 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r69434 | qwell | 2007-06-14 17:56:09 -0500 (Thu, 14 Jun 2007) | 1 line

Update to latest versions of sound files.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@69435 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-14 22:56:40 +00:00
kpfleming a839730dba Merged revisions 61678 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r61678 | kpfleming | 2007-04-18 17:10:23 -0500 (Wed, 18 Apr 2007) | 2 lines

allow external build systems to extract the required sound file versions

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61679 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-18 22:11:02 +00:00
murf ead11e2775 Merged revisions 56094 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r56094 | murf | 2007-02-21 19:39:58 -0700 (Wed, 21 Feb 2007) | 1 line

updated the sound tarball versions in Makefile
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56095 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22 02:48:29 +00:00
kpfleming 21f3c330f2 GNU make already knows what the current directory is, there is no need to use 'pwd'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49101 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-01 22:59:01 +00:00
kpfleming 8cdd980d21 now that the 'languageprefix' option defaults to 'on', and all channels have a default language of 'en', let's install the English sound files into /var/lib/asterisk/sounds/en, just like the other languages
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49069 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30 13:27:38 +00:00
kpfleming 068fb38804 Merged revisions 49028 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r49028 | kpfleming | 2006-12-28 14:08:59 -0600 (Thu, 28 Dec 2006) | 2 lines

new versions of sounds

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49029 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-28 20:10:24 +00:00