Commit Graph

107 Commits

Author SHA1 Message Date
Russell Bryant c1a36cb52f Merged revisions 48190 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@48191 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-12-01 23:20:17 +00:00
Joshua Colp 878885db7f Use the proper version of extra sounds. (issue #8441 reported by jtodd)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48100 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-11-29 03:12:16 +00:00
Kevin P. Fleming 96f84fdd29 Merged revisions 46237 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@46238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-10-25 17:12:59 +00:00
Kevin P. Fleming bad75956fc Merged revisions 43676 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@43677 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-26 18:39:01 +00:00
Jason Parker 3bb06cf482 Merged revisions 43616 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@43617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-25 15:24:48 +00:00
Kevin P. Fleming 5cc2e0cb96 Merged revisions 43489 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@43490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 16:43:00 +00:00
Kevin P. Fleming bc36421dd5 Merged revisions 43388 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@43389 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 22:58:03 +00:00
Jason Parker f9214d59cd Merged revisions 43386 via svnmerge from
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: https://origsvn.digium.com/svn/asterisk/trunk@43387 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 22:29:31 +00:00
Jason Parker 8c16600b0d Minor fixes to sounds installation.
Use latest version number for core-sounds.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:43:41 +00:00
Steve Murphy 9ebd2579c9 sounds/Makefile updated to handle the extra-sounds tarball; some optimizations
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43362 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:33:15 +00:00
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-26 23:58:47 +00:00
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
- 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: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21 02:11:39 +00:00
Kevin P. Fleming 54e1f06c46 make installation of French and Spanish sounds work properly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37974 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-07-19 18:50:55 +00:00
Kevin P. Fleming dce498f8ce use new sound file version
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-07-19 18:33:14 +00:00
Russell Bryant 90f8e459e5 more reasons why solaris sucks
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36440 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-30 17:52:49 +00:00
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35895 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-25 08:50:14 +00:00
Russell Bryant e807ea95ab add a couple more targets to .PHONY
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-22 15:45:32 +00:00
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
- 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: https://origsvn.digium.com/svn/asterisk/trunk@35479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-22 14:09:18 +00:00
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
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: https://origsvn.digium.com/svn/asterisk/trunk@35415 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-22 11:27:03 +00:00
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
is valid in some cases, such as "make clean".


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-19 00:14:16 +00:00
Russell Bryant 84e1f02f5a move the common wget arguments to a variable and remove --no-verbose so
users will see download progress


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 23:09:41 +00:00
Kevin P. Fleming 793d7cd4bc ok, new sounds/moh handling stuff should be done... bring on the bug reports!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 22:55:46 +00:00
Kevin P. Fleming bc49d5bfb3 moh files will now be distributed in native format, not mp3, so...
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: https://origsvn.digium.com/svn/asterisk/trunk@32917 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 22:37:31 +00:00
Kevin P. Fleming 05ffacedf1 ok, now it knows how to auto-download and install
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 22:03:02 +00:00
Kevin P. Fleming 34cf2c13b8 don't force the sounds to download... only when needed
fix a few buglets i caused in menuselect
remove downloaded sounds on 'dist-clean'


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 21:05:05 +00:00
Kevin P. Fleming 0dd82bc6f1 woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 20:54:30 +00:00
Kevin P. Fleming 6825e80226 prepare for using sound files from out of the source tree
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32885 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-07 20:19:40 +00:00
Russell Bryant 0794168428 add support for having the user reminded that their temporary greeting
is still set (issue #6120, khaefner)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25057 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-05 21:22:50 +00:00
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29 18:24:39 +00:00
Russell Bryant 9ce40204d6 add "hello-world" prompt, courtesy of Jared Smith :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-10-14 00:07:14 +00:00
Mark Spencer f06a4016be Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-09-12 03:49:54 +00:00
Kevin P. Fleming 19631cb588 update prompts to match new meetme menus
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6543 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-09-07 22:25:50 +00:00
Mark Spencer 5a7a8666a1 Add periodic announcement (bug #4677 with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-31 22:07:58 +00:00
Kevin P. Fleming 0313d0b9c5 add privacy/screening functionality to app_dial (bug #752)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6102 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-12 03:23:31 +00:00
Kevin P. Fleming 358238b170 add app_dictate (bug #3893)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-04 19:33:33 +00:00
Mark Spencer c3b2a120d4 Add missing sounds
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-24 21:56:58 +00:00
Mark Spencer 070f50ccc7 Fix sound files
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-24 03:31:53 +00:00
Mark Spencer 4264fb193d Fix weird permissions
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5243 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-24 01:19:37 +00:00
Mark Spencer ef6b032456 Add sounds for chanspy
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-24 00:55:01 +00:00
Mark Spencer 8085c618c0 Cleanup side effect sof meetme changes (bug #3815)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-21 02:06:58 +00:00
Mark Spencer ecec5ad9fc Merge improved announcements for conferences with leader (bug #2382)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-17 20:29:51 +00:00
Mark Spencer fd3845293b Add missing sounds
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-16 00:21:40 +00:00
Mark Spencer b1953951ac Change option '6' back to more logical option '3' (bug #2491)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-14 05:10:00 +00:00
Josh Roberson e4f6ef985e Add meetme option to kick last user (bug #2491 with slight modification)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-14 04:25:35 +00:00
Mark Spencer e5b594c0e8 Add beep error sound
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4679 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-05 21:09:50 +00:00
Mark Spencer 3e8bdfc9c9 Fix "0" auto deleting messages from voicemail (bug #3057)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4642 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-03 02:01:58 +00:00
Mark Spencer 822807067f Add missing "minus.gsm" (bug #3128)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-23 01:30:43 +00:00
Mark Spencer fd0b9cc522 Merge privacy enhancements (bug #2091)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-12 01:24:35 +00:00
Russell Bryant dc78939d1a Add temporary greetings to voicemail (bug #2360)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 06:48:26 +00:00
Mark Spencer e584c9dab7 Add option to use directory for forward/compose (bug #2025)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4294 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-19 05:47:21 +00:00