[Home]

Summary:ASTERISK-02353: [patch] if no password set, don't bother asking
Reporter:raburton (raburton)Labels:
Date Opened:2004-09-05 15:02:58Date Closed:2008-01-15 15:06:48.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) noask.patch
Description:The password request isn't really neeeded when the user has no password (anyone trying to brute force their way into the mail box is likely to start by testing for a blank password).

This patch, along with allowing # for fast login from caller id (bug ASTERISK-2271), makes voicemail quicker for the home/small office environment where passwords aren't used.
Comments:By: Mark Spencer (markster) 2004-09-05 15:35:17

Added to CVS, very nicely implemented, too!

By: Digium Subversion (svnbot) 2008-01-15 15:06:48.000-0600

Repository: asterisk
Revision: 3728

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r3728 | markster | 2008-01-15 15:06:47 -0600 (Tue, 15 Jan 2008) | 2 lines

Don't prompt for password if one is not needed (bug ASTERISK-2353)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3728