summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-08-22 19:29:29 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-08-22 19:29:29 +0000
commitff971379f47ea4c9ab1fab2569fe34d7d3aaafc6 (patch)
treee481d99c54cefe083c7ee461127c426a76ca3f23 /UPGRADE.txt
parent69f9c479e7e8e1fb58a585e60d6eeb0f0616922c (diff)
support new format for musiconhold.conf (issue #4908)
support non-SLINEAR moh streams (issue #4908) add external app to feed TCP stream into Asterisk for moh (issue #4908) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rwxr-xr-xUPGRADE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 509e318f1..6f7a3bcbb 100755
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -137,3 +137,9 @@ AGI:
behavior has been fixed. If you do not want your script to terminate
at the end of AGI being called (e.g. on a hangup) then set SIGHUP to
be ignored within your application.
+
+Music On Hold:
+
+* The preferred format for musiconhold.conf has changed; please see the
+ sample configuration file for the new format. The existing format
+ is still supported but will generate warnings when the module is loaded.