mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16,14 +16,11 @@ table is as follows:
|
||||
| callerid | varchar(40) | YES | | NULL | |
|
||||
| origtime | varchar(40) | YES | | NULL | |
|
||||
| duration | varchar(20) | YES | | NULL | |
|
||||
| mailboxuser | varchar(80) | YES | | NULL | |*
|
||||
| mailboxcontext | varchar(80) | YES | | NULL | |*
|
||||
| mailboxuser | varchar(80) | YES | | NULL | |
|
||||
| mailboxcontext | varchar(80) | YES | | NULL | |
|
||||
| recording | longblob | YES | | NULL | |
|
||||
+----------------+-------------+------+-----+---------+-------+
|
||||
|
||||
*=Denotes new fieldnames, define EXTENDED_ODBC_STORAGE in
|
||||
apps/Makefile to enable the functionality.
|
||||
|
||||
The database name (from /etc/asterisk/res_odbc.conf) is in the
|
||||
"odbcstorage" variable in the general section of voicemail.conf.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user