aboutsummaryrefslogtreecommitdiffstats
path: root/sounds
AgeCommit message (Collapse)AuthorFilesLines
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
2006-09-26Merged revisions 43676 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43676 | kpfleming | 2006-09-26 13:34:27 -0500 (Tue, 26 Sep 2006) | 2 lines update to use 1.4.3 core sounds, with corrected beep/beeperr/tt-monkeys files ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43677 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Merged revisions 43616 via svnmerge from qwell1-7/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43616 | qwell | 2006-09-25 08:23:31 -0700 (Mon, 25 Sep 2006) | 4 lines One more fix for sounds installation - this time for portability. Reported to asterisk-dev mailing list. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43617 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22Merged revisions 43489 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43489 | kpfleming | 2006-09-22 11:42:46 -0500 (Fri, 22 Sep 2006) | 2 lines use rebuilt extra sounds ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Merged revisions 43388 via svnmerge from kpfleming1-46/+43
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43388 | kpfleming | 2006-09-20 17:54:55 -0500 (Wed, 20 Sep 2006) | 2 lines make the sounds Makefile actually work again ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43389 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Merged revisions 43386 via svnmerge from qwell1-20/+54
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43386 | qwell | 2006-09-20 15:27:54 -0700 (Wed, 20 Sep 2006) | 2 lines Go back to the old(ish) way of installing sound files. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Minor fixes to sounds installation.qwell1-16/+7
Use latest version number for core-sounds. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43365 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20sounds/Makefile updated to handle the extra-sounds tarball; some optimizationsmurf1-27/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ↵kpfleming1-3/+1
directives git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41209 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-2/+2
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19make installation of French and Spanish sounds work properlykpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37974 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19use new sound file versionkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30more reasons why solaris sucksrussell1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35895 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22add a couple more targets to .PHONYrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35506 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
- add a copyright header to the build_tools Makefile - remove 'depend' from the 'all' target in agi/ and utils/ since it is handled by the main Makefile already git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
since they are targets that do not have resulting files and are never listed as prerequisites to real targets. Using .PHONY in this manner improves make performance by never having to check for resulting files. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
is valid in some cases, such as "make clean". git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34738 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move the common wget arguments to a variable and remove --no-verbose sorussell1-7/+8
users will see download progress git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, new sounds/moh handling stuff should be done... bring on the bug reports!kpfleming1-3/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming2-4/+16
update sounds/Makefile to download/unpack the proper files remove all evidence of mpg123 from the main Makefile change the sample musiconhold.conf file to use native mode instead of mp3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, now it knows how to auto-download and installkpfleming1-6/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07don't force the sounds to download... only when neededkpfleming1-2/+3
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install ↵kpfleming2-0/+103
them yet though git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07prepare for using sound files from out of the source treekpfleming355-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32885 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05add support for having the user reminded that their temporary greetingrussell1-0/+0
is still set (issue #6120, khaefner) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25057 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming354-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14add "hello-world" prompt, courtesy of Jared Smith :)russell1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6782 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)markster8-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6563 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07update prompts to match new meetme menuskpfleming2-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6543 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-31Add periodic announcement (bug #4677 with mods)markster1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add privacy/screening functionality to app_dial (bug #752)kpfleming5-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add app_dictate (bug #3893)kpfleming12-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24Add missing soundsmarkster2-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5252 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24Fix sound filesmarkster2-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24Fix weird permissionsmarkster2-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5243 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24Add sounds for chanspymarkster3-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5240 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-21Cleanup side effect sof meetme changes (bug #3815)markster3-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5219 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Merge improved announcements for conferences with leader (bug #2382)markster5-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5190 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-16Add missing soundsmarkster2-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4807 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-14Change option '6' back to more logical option '3' (bug #2491)markster1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4790 f38db490-d61c-443f-a65b-d21fe96a405b