[svn-commits] tilghman: branch 1.6.1 r207227 - in /branches/1.6.1: ./ doc/tex/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 17 17:11:38 CDT 2009


Author: tilghman
Date: Fri Jul 17 17:11:35 2009
New Revision: 207227

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=207227
Log:
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.
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/UPGRADE.txt
    branches/1.6.1/doc/tex/odbcstorage.tex

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/UPGRADE.txt
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/UPGRADE.txt?view=diff&rev=207227&r1=207226&r2=207227
==============================================================================
--- branches/1.6.1/UPGRADE.txt (original)
+++ branches/1.6.1/UPGRADE.txt Fri Jul 17 17:11:35 2009
@@ -83,6 +83,10 @@
   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.

Modified: branches/1.6.1/doc/tex/odbcstorage.tex
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/doc/tex/odbcstorage.tex?view=diff&rev=207227&r1=207226&r2=207227
==============================================================================
--- branches/1.6.1/doc/tex/odbcstorage.tex (original)
+++ branches/1.6.1/doc/tex/odbcstorage.tex Fri Jul 17 17:11:35 2009
@@ -16,6 +16,7 @@
 | 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    |       |




More information about the svn-commits mailing list