From: Tilghman Lesher Date: Fri, 17 Jul 2009 22:11:35 +0000 (+0000) Subject: Recorded merge of revisions 207224 via svnmerge from X-Git-Tag: 1.6.1.3-rc1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e2a02a7859f5498e154320cd6ccdd8dc125275;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@207227 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index f69b5e45c8..7c54d520a8 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. diff --git a/doc/tex/odbcstorage.tex b/doc/tex/odbcstorage.tex index fed96e9d16..fe80ac03a7 100644 --- a/doc/tex/odbcstorage.tex +++ b/doc/tex/odbcstorage.tex @@ -16,6 +16,7 @@ table is as follows: | 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 | |