aboutsummaryrefslogtreecommitdiffstats
path: root/doc/odbcstorage.txt
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-16 16:22:13 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-16 16:22:13 +0000
commitc64f9574c1778a478c9ef7a573ecd118011c9e6c (patch)
tree7f7b57b390296ae1315351fb5f72ad266feff0b5 /doc/odbcstorage.txt
parent78eb35ba84db1666db6bb3838cb8a6dda8953942 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@40033 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/odbcstorage.txt')
-rw-r--r--doc/odbcstorage.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/odbcstorage.txt b/doc/odbcstorage.txt
index 2cba0b4b9..435574b0e 100644
--- a/doc/odbcstorage.txt
+++ b/doc/odbcstorage.txt
@@ -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.