summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-02-13 15:47:25 +0000
committerMark Michelson <mmichelson@digium.com>2008-02-13 15:47:25 +0000
commit8c3cf89933082a857df40431f1aa5e8b9078d751 (patch)
treecf2eaab53b378d9f8254e6c786dd2b3dc9745c2d /UPGRADE.txt
parente35dfc115e2b342e3c1f517a8628d5c3819fcbf2 (diff)
1. Deprecate SetMusicOnHold and WaitMusicOnHold.
2. Add a duration parameter to MusicOnHold (closes issue #11904) Reported by: dimas Patches: v2-moh.patch uploaded by dimas (license 88) Tested by: dimas git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 513809690..0c7508e77 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -92,6 +92,11 @@ Applications:
you need to do so explicitly in your dialplan.
* Privacy() no longer uses privacy.conf, so any options must be specified
directly in the application arguments.
+* MusicOnHold application now has duration parameter which allows specifying
+ timeout in seconds.
+* WaitMusicOnHold application is now deprecated in favor of extended MusicOnHold.
+* SetMusicOnHold is now deprecated. You should use Set(CHANNEL(musicclass)=...)
+ instead.
Dialplan Functions: