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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@207227
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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.
| callerid | varchar(40) | YES | | NULL | |
| origtime | varchar(40) | YES | | NULL | |
| duration | varchar(20) | YES | | NULL | |
+| flag | varchar(8) | YES | | NULL | |
| mailboxuser | varchar(80) | YES | | NULL | |
| mailboxcontext | varchar(80) | YES | | NULL | |
| recording | longblob | YES | | NULL | |