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
This commit is contained in:
Tilghman Lesher
2013-01-03 16:04:11 +00:00
parent 099cd07887
commit 7739ed9989
3 changed files with 73 additions and 15 deletions

View File

@@ -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)