summaryrefslogtreecommitdiff
path: root/contrib/realtime/mysql
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2013-01-03 16:04:11 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2013-01-03 16:04:11 +0000
commit7739ed99894f96422aacc181047ff111d368a7df (patch)
treece76912c868177bd25ceb933b4b52408a2659876 /contrib/realtime/mysql
parent099cd07887a1af2ead77a60f744658b7077ed58f (diff)
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
Diffstat (limited to 'contrib/realtime/mysql')
-rw-r--r--contrib/realtime/mysql/voicemail.sql2
1 files changed, 2 insertions, 0 deletions
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)