summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-07-23 21:02:52 +0000
committerMark Michelson <mmichelson@digium.com>2012-07-23 21:02:52 +0000
commit014e8a0a8001e2ab63b65dc043e9c76acb03ef91 (patch)
tree641af0785109d1554433cf8ceeca5335c7ef3c37 /UPGRADE.txt
parent4f8fd4f43552fc77d228863e90b1decb2146c4cc (diff)
Add notes to UPGRADE.txt about addition of msg_id to VoiceMails.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index c0c37cd14..d565602d9 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -22,6 +22,14 @@
From 10 to 11:
+Voicemail:
+ - All voicemails now have a "msg_id" which uniquely identifies a message. For
+ users of filesystem and IMAP storage of voicemail, this should be transparent.
+ For users of ODBC, you will need to add a "msg_id" column to your voice mail
+ messages table. This should be a string capable of holding at least 32 characters.
+ All messages created in old Asterisk installations will have a msg_id added to
+ them when required. This operation should be transparent as well.
+
Parking:
- The comebacktoorigin setting must now be set per parking lot. The setting in
the general section will not be applied automatically to each parking lot.