[Home]

Summary:ASTERISK-10515: Directory doesn't work
Reporter:Simon Perreault (sperreault)Labels:
Date Opened:2007-10-12 12:17:39Date Closed:2007-10-12 16:02:44
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_directory
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The directory can't find contacts. If I type the first 3 letters of someone that is supposed to be there, nobody is found.

I have pinpointed the exact moment that the bug was introduced: r76703. It is still present in r85522, the current HEAD.
Comments:By: Mark Michelson (mmichelson) 2007-10-12 15:24:44

I just tried this using revision 85527 and it worked as expected. Here is my dialplan entry

exten => 43,1,Answer()
exten => 43,n,Directory(imapvoicemail,internal)

And my voicemail.conf mailbox is

[imapvoicemail]
666 => <password>,Mark Michelson,,<other-options>

I tested with 'f' option for Directory and without it and it worked properly.

By: Simon Perreault (sperreault) 2007-10-12 16:01:37

Please close this bug.

Re: Important regression - Directory doesn't work
From: Simon Perreault <simon.perreault@viagenie.ca>
To: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>

On Friday 12 October 2007 15:33:43 you wrote:
> Might it be that you're using the '|' in your arguments?  That's the
> major change around that time.  We're now using the ',' exclusively
> as an argument delimiter.

Wow, that was humiliating. Thanks a lot! Sorry for the trouble.