Compare commits

...

9 Commits

Author SHA1 Message Date
Kevin P. Fleming
a0a4b1f147 Convert all release tags to Opsound music-on-hold.
For more details:
http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/



git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@212958 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-18 20:42:51 +00:00
Leif Madsen
e4287bbbbe Use autotagged externals
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197690 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-28 17:13:55 +00:00
Leif Madsen
f47078dac3 Importing files for 1.4.26-rc1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197689 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-28 17:13:50 +00:00
Leif Madsen
3f13cb71ba Creating tag for the release of asterisk-1.4.26-rc1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-28 17:11:00 +00:00
Leif Madsen
38fe2dc878 Use autotagged externals
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-27 20:27:24 +00:00
Leif Madsen
69e5216d1c Importing files for 1.4.26-rc1 release.
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197309 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-27 20:27:18 +00:00
Leif Madsen
555b888d0c Creating tag for the release of asterisk-1.4.26-rc1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-27 20:26:11 +00:00
Leif Madsen
5b3bac6248 Creating tag for the release of asterisk-1.4.26-rc1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-27 20:22:53 +00:00
Leif Madsen
a4fd632b58 Creating tag for the release of asterisk-1.4.26-rc1
git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.4.26-rc1@197270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-27 20:18:05 +00:00
11 changed files with 24679 additions and 20 deletions

1
.lastclean Normal file
View File

@@ -0,0 +1 @@
33

1
.version Normal file
View File

@@ -0,0 +1 @@
1.4.26-rc1

View File

@@ -161,7 +161,7 @@ Brian M. Clapper - poll.c emulation
This product includes software developed by Brian M. Clapper <bmc@clapper.org>
=== HOLD MUSIC ===
Music provided by www.freeplaymusic.com
Music provided by www.opsound.org
=== OTHER SOURCE CODE IN ASTERISK ===
Asterisk uses libedit, the lightweight readline replacement from NetBSD.

24658
ChangeLog Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -64,11 +64,11 @@ Beginning with Asterisk 1.4, the sound files and music on hold files supplied fo
use with Asterisk have been replaced with new versions produced from high quality
master recordings, and are available in three languages (English, French and
Spanish) and in five formats (WAV (uncompressed), mu-Law, a-Law, GSM and G.729).
In addition, the music on hold files provided by FreePlay Music are now available
In addition, the music on hold files provided by opsound.org Music are now available
in the same five formats, but no longer available in MP3 format.
The Asterisk 1.4 tarball packages will only include English prompts in GSM format,
(as were supplied with previous releases) and the FreePlay MOH files in WAV format.
(as were supplied with previous releases) and the opsound.org MOH files in WAV format.
All of the other variations can be installed by running 'make menuselect' and
selecting the packages you wish to install; when you run 'make install', those
packages will be downloaded and installed along with the standard files included

View File

@@ -5,5 +5,5 @@
#
# It will be executed from the top-level directory of the project.
make -C sounds MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget DOWNLOAD=wget all
make -C sounds MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-OPSOUND-WAV WGET=wget DOWNLOAD=wget all
make AWK=awk GREP=grep menuselect-tree

View File

@@ -35,7 +35,7 @@ ices.txt Integrating ICEcast streaming in Asterisk
jitterbuffer.txt About the IAX2 jitterbuffer implementation
math.txt About the math() application
mp3.txt About MP3 support in Asterisk
musiconhold-fpm.txt Free Music On Hold music
musiconhold-opsound.txt Free Music On Hold music
mysql.txt About MYSQL support in Asterisk
odbcstorage.txt Voicemail storage of messages in UnixODBC
privacy.txt Privacy enhancements in Asterisk

View File

@@ -1,8 +0,0 @@
About Hold Music
================
Digium has licensed the music included with
the Asterisk distribution From FreePlayMusic
for use and distribution with Asterisk. It
is licensed ONLY for use as hold music within
an Asterisk based PBX.

View File

@@ -0,0 +1,7 @@
About Hold Music
================
These files were obtained from http://opsound.org, where the authors placed them
under the Creative Commons Attribution-Share Alike 2.5 license, a copy of which
may be found at http://creativecommons.org.

View File

@@ -43,7 +43,7 @@ MES:=$(subst -G729,-g729,$(MES))
MES:=$(subst -G722,-g722,$(MES))
EXTRA_SOUNDS:=$(MES:EXTRA-SOUNDS-%=asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION).tar.gz)
EXTRA_SOUND_TAGS:=$(MES:EXTRA-SOUNDS-%=$(SOUNDS_DIR)/.asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION))
MM:=$(subst -FREEPLAY-,-freeplay-,$(MENUSELECT_MOH))
MM:=$(subst -OPSOUND-,-opsound-,$(MENUSELECT_MOH))
MM:=$(subst -WAV,-wav,$(MM))
MM:=$(subst -ULAW,-ulaw,$(MM))
MM:=$(subst -ALAW,-alaw,$(MM))

View File

@@ -38,18 +38,18 @@
</member>
</category>
<category name="MENUSELECT_MOH" displayname="Music On Hold File Packages" positive_output="yes">
<member name="MOH-FREEPLAY-WAV" displayname="FreePlay Music On Hold Files, WAV format" >
<member name="MOH-OPSOUND-WAV" displayname="opsound.org Music On Hold Files, WAV format" >
<defaultenabled>yes</defaultenabled>
</member>
<member name="MOH-FREEPLAY-ULAW" displayname="FreePlay Music On Hold Files, mu-Law format" >
<member name="MOH-OPSOUND-ULAW" displayname="opsound.org Music On Hold Files, mu-Law format" >
</member>
<member name="MOH-FREEPLAY-ALAW" displayname="FreePlay Music On Hold Files, a-Law format" >
<member name="MOH-OPSOUND-ALAW" displayname="opsound.org Music On Hold Files, a-Law format" >
</member>
<member name="MOH-FREEPLAY-GSM" displayname="FreePlay Music On Hold Files, GSM format" >
<member name="MOH-OPSOUND-GSM" displayname="opsound.org Music On Hold Files, GSM format" >
</member>
<member name="MOH-FREEPLAY-G729" displayname="FreePlay Music On Hold Files, G.729 format" >
<member name="MOH-OPSOUND-G729" displayname="opsound.org Music On Hold Files, G.729 format" >
</member>
<member name="MOH-FREEPLAY-G722" displayname="FreePlay Music On Hold Files, G.722 format" >
<member name="MOH-OPSOUND-G722" displayname="opsound.org Music On Hold Files, G.722 format" >
</member>
</category>
<category name="MENUSELECT_EXTRA_SOUNDS" displayname="Extras Sound Packages" positive_output="yes">