dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

108 Commits

Author SHA1 Message Date
russell 4151f29b5e Merged revisions 48223 via svnmerge from
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-03 06:35:46 +00:00
russell f1781a983a 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: http://svn.digium.com/svn/asterisk/trunk@48191 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01 23:20:17 +00:00
file 4a3d234bf9 Use the proper version of extra sounds. (issue #8441 reported by jtodd)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-29 03:12:16 +00:00
kpfleming b1f2f72bea 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: http://svn.digium.com/svn/asterisk/trunk@46238 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25 17:12:59 +00:00
kpfleming 9e0182e070 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: http://svn.digium.com/svn/asterisk/trunk@43677 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26 18:39:01 +00:00
qwell ad5734af7f 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: http://svn.digium.com/svn/asterisk/trunk@43617 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25 15:24:48 +00:00
kpfleming 10a1e2f957 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: http://svn.digium.com/svn/asterisk/trunk@43490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22 16:43:00 +00:00
kpfleming 6ec9752c42 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: http://svn.digium.com/svn/asterisk/trunk@43389 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20 22:58:03 +00:00
qwell 439987f0aa 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: http://svn.digium.com/svn/asterisk/trunk@43387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20 22:29:31 +00:00
qwell dd2e58793c Minor fixes to sounds installation.
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-20 20:43:41 +00:00
murf 44de609986 sounds/Makefile updated to handle the extra-sounds tarball; some optimizations
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20 20:33:15 +00:00
kpfleming 0ba6df7e01 GNU make already knows how to quietly ignore non-existent files in 'include' directives
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41209 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-26 23:58:47 +00:00
kpfleming 8b0c007ad9 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: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:11:39 +00:00
kpfleming 28df168d0f make installation of French and Spanish sounds work properly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37974 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 18:50:55 +00:00
kpfleming 37874878f5 use new sound file version
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19 18:33:14 +00:00
russell ba98f584d6 more reasons why solaris sucks
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30 17:52:49 +00:00
kpfleming 673e53a328 use new (separate) dependencies file from menuselect
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35895 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25 08:50:14 +00:00
russell d5a8438176 add a couple more targets to .PHONY
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35506 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 15:45:32 +00:00
russell 0bb78235cb - 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: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 14:09:18 +00:00
russell b70a7c6a7c 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: http://svn.digium.com/svn/asterisk/trunk@35415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 11:27:03 +00:00
russell 31fff75d63 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: http://svn.digium.com/svn/asterisk/trunk@34738 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-19 00:14:16 +00:00
russell 5c43c703ee move the common wget arguments to a variable and remove --no-verbose so
users will see download progress


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 23:09:41 +00:00
kpfleming 7d789d4b92 ok, new sounds/moh handling stuff should be done... bring on the bug reports!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 22:55:46 +00:00
kpfleming c3a90e6c79 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: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 22:37:31 +00:00
kpfleming 5e4ebd786d ok, now it knows how to auto-download and install
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 22:03:02 +00:00
kpfleming 31e06ddaea 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: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 21:05:05 +00:00
kpfleming 05f3ae6817 woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 20:54:30 +00:00
kpfleming fb761be5d7 prepare for using sound files from out of the source tree
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32885 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 20:19:40 +00:00
russell be0d2ed294 add support for having the user reminded that their temporary greeting
is still set (issue #6120, khaefner)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 21:22:50 +00:00
kpfleming 24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
russell bbbf2edfaa add "hello-world" prompt, courtesy of Jared Smith :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6782 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14 00:07:14 +00:00
markster c05f5017eb Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6563 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-12 03:49:54 +00:00
kpfleming a28486239f update prompts to match new meetme menus
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6543 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07 22:25:50 +00:00
markster ef9e1e9d83 Add periodic announcement (bug #4677 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-31 22:07:58 +00:00
kpfleming 732b6f974b add privacy/screening functionality to app_dial (bug #752)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 03:23:31 +00:00
kpfleming 3aea9a1dc7 add app_dictate (bug #3893)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04 19:33:33 +00:00
markster 5ba8ce2ca9 Add missing sounds
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5252 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 21:56:58 +00:00
markster 3139c0e05c Fix sound files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 03:31:53 +00:00
markster 4039428656 Fix weird permissions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5243 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 01:19:37 +00:00
markster 7957f8152c Add sounds for chanspy
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5240 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 00:55:01 +00:00
markster c993788dfe Cleanup side effect sof meetme changes (bug #3815)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5219 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-21 02:06:58 +00:00
markster 9eab591ac0 Merge improved announcements for conferences with leader (bug #2382)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5190 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17 20:29:51 +00:00
markster 5e9645e4bf Add missing sounds
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4807 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-16 00:21:40 +00:00
markster 6b7e1b84bc Change option '6' back to more logical option '3' (bug #2491)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4790 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-14 05:10:00 +00:00
twisted 056dc4d73c Add meetme option to kick last user (bug #2491 with slight modification)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4785 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-14 04:25:35 +00:00
markster 4461c60506 Add beep error sound
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4679 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-05 21:09:50 +00:00
markster 995b43ca12 Fix "0" auto deleting messages from voicemail (bug #3057)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4642 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-03 02:01:58 +00:00
markster 943b365c5b Add missing "minus.gsm" (bug #3128)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4534 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-23 01:30:43 +00:00
markster 269ef31db3 Merge privacy enhancements (bug #2091)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4433 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-12 01:24:35 +00:00
russell 8dedc1a555 Add temporary greetings to voicemail (bug #2360)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4335 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-25 06:48:26 +00:00