From: Tilghman Lesher Date: Thu, 3 Jan 2013 16:04:11 +0000 (+0000) Subject: Add aliases to the Directory. X-Git-Tag: 13.0.0-beta1~2241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7739ed99894f96422aacc181047ff111d368a7df;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_directory.c b/apps/app_directory.c index ce01bc83b8..b26a09cd97 100644 --- a/apps/app_directory.c +++ b/apps/app_directory.c @@ -87,6 +87,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") argument will be used for the number of characters the user should enter. +