[Home]

Summary:ASTERISK-08974: [patch] added support for namealias and added support for searching by first and last
Reporter:Erik Sundberg (sunder)Labels:
Date Opened:2007-03-08 14:18:24.000-0600Date Closed:2011-06-07 14:02:59
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_directory
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_directory.c.patch_namealias_search-firstandlast_astierisk-1.2.16
( 1) voicemail.conf.patch
Description:I added support in app_directory for namealias and searching by first and last name...

Example config for namealias
file: voicemail.conf
------------------------------------------------
[contextname]
4110 => 3443,Rob Flynn,rflynn@blueridge.net
namealias => 4110,Bob Flynn
------------------------------------------------

I Also add support for the b flag, so you can search by first and last name.

NOTE: THE RECORDING INTRO HAS NOT BEEN UPDATED

Version of Asterisk: asterisk-1.2.16




****** ADDITIONAL INFORMATION ******

TODO

-Someone need to get a record so the intro says "....please enter the first three letters of you parties first or last name...."

-After you get the recording write the code to say the proper intro.

-Document voicemail.conf for the namealias option.
Comments:By: Brett Bryant (bbryant) 2007-06-12 15:48:41

We can only add support for new features in trunk. We are in the process of getting an official prompt for the option recorded and added to trunk. If you'd like to add support for namealias on the current trunk release, then we might be able to include it.



By: Brett Bryant (bbryant) 2007-07-27 11:02:25

I emailed kevin about getting a sound file for this. Since this is the last day i'm here i'm unassigning the issue.

By: Jared Smith (jsmith) 2007-07-27 18:25:54

You can already specify multiple names for a single mailbox, as shown below.  Asterisk has supported this since at least Asterisk 1.2 (if not earlier).

4110 => 1234,Rob Flynn,rflynn@blueridge.net
4110 => d,Bob Flynn
4110 => d,Robert Flynn

By: Igor Goncharovsky (igorg) 2007-07-30 22:28:49

I look into trunk config sample and don't find sample of using this. I think it must be added to sample configuration files in 1.2 and latter. Also patch from 0007151 is look better.

By: Erik Sundberg (sunder) 2007-07-31 23:42:36

see bug 0007151 for a patch



By: Jason Parker (jparker) 2007-12-28 16:12:48.000-0600

Closing this, per comments from jsmith and sunder.  Patch in ASTERISK-6965 is to be used instead (if I understood correctly).