aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-17 22:11:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-17 22:11:35 +0000
commit01f0be3cf0be8750962a6cd82c5ed5c759a7c41c (patch)
tree8930ddb9237f4c41b78966f909f09406c2ae3e2b /UPGRADE.txt
parenta889797d34366afa13adc9c736a6c608aa7d6a1f (diff)
Recorded merge of revisions 207224 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r207224 | tilghman | 2009-07-17 17:04:43 -0500 (Fri, 17 Jul 2009) | 2 lines Document the "flag" field in the voicemessages table. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@207227 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index f69b5e45c..7c54d520a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -83,6 +83,10 @@ From 1.6.0.x to 1.6.1:
Georgian was incorrectly specified as "ge" but should be "ka", and Czech is
"cs", not "cz".
+* If you use ODBC storage for voicemail, there is a new field called "flag"
+ which should be a char(8) or larger. This field specifies whether or not a
+ message has been designated to be "Urgent", "PRIORITY", or not.
+
From 1.6.1.1 to 1.6.1.2:
* Support for Taiwanese was incorrectly supported with the "tw" language code.