summaryrefslogtreecommitdiff
path: root/doc/odbcstorage.txt
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-08-16 16:22:13 +0000
committerJoshua Colp <jcolp@digium.com>2006-08-16 16:22:13 +0000
commit3ef02d79a47a9efd6a88471da6cc1baf632952dd (patch)
tree7f7b57b390296ae1315351fb5f72ad266feff0b5 /doc/odbcstorage.txt
parent60b8d9f7f117db8cddccd284f487325e27794652 (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: https://origsvn.digium.com/svn/asterisk/trunk@40033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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.