Skip to content
Snippets Groups Projects
Commit 014e8a0a authored by Mark Michelson's avatar Mark Michelson
Browse files

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
parent 4f8fd4f4
Branches
Tags
No related merge requests found
...@@ -22,6 +22,14 @@ ...@@ -22,6 +22,14 @@
From 10 to 11: 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: Parking:
- The comebacktoorigin setting must now be set per parking lot. The setting in - 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. the general section will not be applied automatically to each parking lot.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment