]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Recorded merge of revisions 207224 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 17 Jul 2009 22:11:35 +0000 (22:11 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 17 Jul 2009 22:11:35 +0000 (22:11 +0000)
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

UPGRADE.txt
doc/tex/odbcstorage.tex

index f69b5e45c8f97e2a97dfe577d56eb68ebf19a283..7c54d520a8f4c6a72791ee70783e44d444436323 100644 (file)
@@ -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.
index fed96e9d166e1757e4c2c61ff9452d79e6057809..fe80ac03a7a244128ee7c4614d4a163bb82c7cc3 100644 (file)
@@ -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    |       |