<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
Upgraded from 1.6.1.0 to 1.6.1.1 and my voicemail setup does not work
anymore. I use ODBC storage for voicemail. Comes out that the
"voicemessages" table schema should have changed, because the log says
Asterisk needed to store data to an additional field called "flag". Any
new message cannot be saved.<br>
The thing is that I'd like to know where I can find an updated schema
for the generic voicemail storage table. Apparently, only the "flag"
field has appeared, but I can't find out what is the type of the field.<br>
<br>
Here are the fields it's trying to update :<br>
<br>
[INSERT INTO voicemessages
(dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext,flag)
VALUES (?,?,?,?,?,?,?,?,?,?,?)]<br>
<br>
I had to roll back to 1.6.1.0 in the meantime.<br>
<br>
&nbsp;&nbsp;&nbsp; Thanks.<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Hoggins!<br>
</font></font>
</body>
</html>