mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user