From 7739ed99894f96422aacc181047ff111d368a7df Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 3 Jan 2013 16:04:11 +0000 Subject: Add aliases to the Directory. This is an interesting feature that allows additional strings to be used to search the Directory, primarily intended to be used with nicknames, but could be used with affiliations and the like. Because the name field is used in more than one place (such as email notifications), it is important that these additional strings not be placed in the name field, but be specified separately. Review: https://reviewboard.asterisk.org/r/2244/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378414 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/realtime/mysql/voicemail.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/realtime/mysql/voicemail.sql b/contrib/realtime/mysql/voicemail.sql index bd924f426..62c7fbb6a 100644 --- a/contrib/realtime/mysql/voicemail.sql +++ b/contrib/realtime/mysql/voicemail.sql @@ -10,6 +10,8 @@ CREATE TABLE voicemail ( password CHAR(80) NOT NULL, -- Used in email and for Directory app fullname CHAR(80), + -- Used for Directory app + alias CHAR(80), -- Email address (will get sound file if attach=yes) email CHAR(80), -- Email address (won't get sound file) -- cgit v1.2.3