summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-01-23 18:34:47 +0000
committerJonathan Rose <jrose@digium.com>2012-01-23 18:34:47 +0000
commitde09749470ceb17af6c6646115d447e0e54c75ee (patch)
treee3a49ec2e023df24a16dc2c9a71e327188f0302f /CHANGES
parenta1bef6041dba6e0e6fd54766493e2006711a31d0 (diff)
Add an announcement option to music-on-hold - plays sound when put on hold/between songs
This is a feature patch which allows an 'announcement' option to be specified in musiconhold.conf which should be set to the name of a sound. If a valid sound is specified for this option, then it will be played on that music on hold class whenever a channel bound to that class is put on hold as well as when Asterisk is able to detect that a song has ended before starting the next song (excludes external players). (closes ASTERISK-18977) Reported by: Timo Teräs Patches: asterisk-moh-announcement.diff uploaded by Timo Teräs (license 5409) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@352134 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eae5067cc..fb7f5cfb8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -58,6 +58,12 @@ Codec changes
requirement to use two different keywords. For example, to specify all
codecs except g729 and g723, one need only specify allow=all,!g729,!g723.
+Music On Hold Changes
+---------------------
+ * Added 'announcement' option which will play at the start of MOH and between
+ songs in modes of MOH that can detect transitions between songs (eg.
+ files, mp3, etc).
+
Queue changes
-------------
* Added queue options autopausebusy and autopauseunavail for automatically