mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Clarify documentation, following merge of realtime_update2 branch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user