Clarify documentation, following merge of realtime_update2 branch

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 17 years ago
parent 31e2625a81
commit 154f9deed2

@ -1,6 +1,6 @@
DROP TABLE IF EXISTS voicemail; DROP TABLE IF EXISTS voicemail;
CREATE TABLE voicemail ( CREATE TABLE voicemail (
-- All of these column names are very specific, including "uniqueid". Do not change them if you wish voicemail to work. -- "uniqueid" is a required column prior to 1.6.2. As of that version, it may be omitted.
uniqueid INT(5) NOT NULL AUTO_INCREMENT PRIMARY KEY, uniqueid INT(5) NOT NULL AUTO_INCREMENT PRIMARY KEY,
-- Mailbox context. -- Mailbox context.
context CHAR(80) NOT NULL DEFAULT 'default', context CHAR(80) NOT NULL DEFAULT 'default',

Loading…
Cancel
Save