aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
AgeCommit message (Collapse)AuthorFilesLines
2010-10-18Merged revisions 292229 via svnmerge from lmadsen1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r292229 | lmadsen | 2010-10-18 17:01:16 -0500 (Mon, 18 Oct 2010) | 3 lines Fix typo in the sounds/Makefile. (Issue #17426) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@292230 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-18Merged revisions 292224 via svnmerge from lmadsen2-4/+25
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/branches/1.8@292225 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-28Merged revisions 280231 via svnmerge from qwell1-2/+2
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/branches/1.8@280233 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-28Merged revisions 280193 via svnmerge from qwell1-28/+31
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/branches/1.8@280195 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-27Merged revisions 279849 via svnmerge from qwell1-16/+16
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/branches/1.8@279850 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-26Merged revisions 279657 via svnmerge from qwell2-201/+36
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/branches/1.8@279658 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-26Merged revisions 279561 via svnmerge from tilghman2-0/+166
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/branches/1.8@279562 f38db490-d61c-443f-a65b-d21fe96a405b
2010-07-23Portability updates for Makefiles.pabelanger1-1/+1
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-06-25Symlink sounds files, to save disk space, when multiple tarballs/checkouts ↵tilghman1-2/+2
are on the same system. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@272533 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-18Add an sha1sum-workalike for platforms which don't have it (like Mac OS X)tilghman1-8/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@263905 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-17Cache sound tarfiles in a common directory, such that a clean reinstall does ↵tilghman1-67/+81
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-17Merged revisions 263374 via svnmerge from lmadsen1-1/+1
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-06Merged revisions 261608 via svnmerge from qwell1-2/+7
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-04-27Merged revisions 259526 via svnmerge from lmadsen1-2/+2
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-02-18Merged revisions 247422 via svnmerge from russell1-2/+2
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
2009-12-26Merged revisions 236357 via svnmerge from kpfleming1-2/+2
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-09-14Recorded merge of revisions 218331 via svnmerge from tilghman1-1/+1
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-08-18Convert this branch to Opsound music-on-hold.kpfleming2-10/+10
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-07-28Regex FTLtilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@209331 f38db490-d61c-443f-a65b-d21fe96a405b
2009-07-28Merged revisions 209315 via svnmerge from tilghman1-0/+18
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-05-28Update references to downloads.digium.com to its new URL.seanbright1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197861 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-26Merged revisions 184447 via svnmerge from kpfleming1-2/+2
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-02-27Fix downloading SIREN7 and SIREN14 sound packages.russell1-0/+7
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-16add support for Siren7 and Siren14 flavors of prompts and music on holdkpfleming1-0/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@176356 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-09Merged revisions 168267 via svnmerge from kpfleming1-1/+1
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
2008-10-09Publish MOH files in sln16 formattilghman2-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@148010 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-10Merged revisions 142358 via svnmerge from tilghman1-2/+2
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-07-11Merged revisions 129907 via svnmerge from kpfleming1-7/+7
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-05-07Advance to next sounds releasetilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115535 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-21Update to 1.4.11 core sounds.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@110578 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-20Upgrade the sounds version; add several directory enhancements:tilghman1-1/+1
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-06Merged revisions 106328 via svnmerge from tilghman2-1/+8
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-02-26Merged revisions 104135 via svnmerge from qwell1-2/+2
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-26Merged revisions 104132 via svnmerge from qwell1-2/+2
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
2007-12-05Merged revisions 91237 via svnmerge from tilghman1-1/+1
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-11-29Merged revisions 90154 via svnmerge from tilghman1-1/+1
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-07-26Merged revisions 77424,77429 via svnmerge from kpfleming1-1/+1
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-24Don't download/install the sound packages if already installed.file1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@76791 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-20Merged revisions 76211 via svnmerge from murf1-3/+3
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-06-14Merged revisions 69434 via svnmerge from qwell1-2/+2
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-04-18Merged revisions 61678 via svnmerge from kpfleming1-0/+6
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-02-22Merged revisions 56094 via svnmerge from murf1-2/+2
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-01-01GNU make already knows what the current directory is, there is no need to ↵kpfleming1-8/+7
use 'pwd' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49101 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-30now that the 'languageprefix' option defaults to 'on', and all channels have ↵kpfleming1-4/+4
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-28Merged revisions 49028 via svnmerge from kpfleming1-2/+2
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-11Merged revisions 48399 via svnmerge from mogorman1-1/+1
https://svn.digium.com/svn/asterisk/branches/1.4 ........ r48399 | mogorman | 2006-12-11 17:02:10 -0600 (Mon, 11 Dec 2006) | 2 lines new sounds package with 100% more silence ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48400 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-03Merged revisions 48223 via svnmerge from russell1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48223 | russell | 2006-12-03 01:34:14 -0500 (Sun, 03 Dec 2006) | 3 lines When "fetch" is in use, instead of "wget", --continue is not a valid option. (issue #8451) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48224 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48190 via svnmerge from russell1-22/+38
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48190 | russell | 2006-12-01 18:16:28 -0500 (Fri, 01 Dec 2006) | 12 lines FreeBSD 6.1 does not include wget by default. However, it has fetch which will work just fine for our purposes of downloading the sounds packages. So, check for both wget and fetch and the configure script and use what was found to download them. If neither one was found, and sound packages are selected that must be downloaded, the install process will print out an informative error message indicating the situation. Also, fix a couple places where "make" was hard coded into some output messages by replacing them with the $(MAKE) variable. (issue #8451, initial patch by pabelanger, with additional modifications by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48191 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29Use the proper version of extra sounds. (issue #8441 reported by jtodd)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25Merged revisions 46237 via svnmerge from kpfleming2-0/+13
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46237 | kpfleming | 2006-10-25 12:08:58 -0500 (Wed, 25 Oct 2006) | 2 lines add support for prebuilt G.722 prompts and music on hold files ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46238 f38db490-d61c-443f-a65b-d21fe96a405b