[Home]

Summary:ASTERISK-04486: password not changed immidietly with externpass
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2005-06-26 09:31:21Date Closed:2008-01-15 15:40:53.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) vmexternpass.patch
Description:When setting in voicemail.conf:

 externpass=command to change password

the password will only update on the disk, but the stored password will not update.

On a recent bug report to the Debian package the user suggested calling reset_user_pw after calling vm_change_password_shell . Is this a reasonable overhead?

Alternatively, call both vm_change_password and vm_change_password_shell ?

Tested on recent Stable, but that code seems to be the same on HEAD.
Comments:By: Russell Bryant (russell) 2005-07-11 21:10:06

I have uploaded a patch for CVS HEAD.  Once this is fixed in CVS HEAD, I will fix it in 1.0.

disclaimer is on file

By: Russell Bryant (russell) 2005-07-11 21:26:17

fixed in CVS HEAD and 1.0  :)

By: Digium Subversion (svnbot) 2008-01-15 15:40:51.000-0600

Repository: asterisk
Revision: 6092

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r6092 | russell | 2008-01-15 15:40:51 -0600 (Tue, 15 Jan 2008) | 2 lines

update the password in memory as well when using externpass (bug ASTERISK-4486)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:40:53.000-0600

Repository: asterisk
Revision: 6094

U   branches/v1-0/CHANGES
U   branches/v1-0/apps/app_voicemail.c

------------------------------------------------------------------------
r6094 | russell | 2008-01-15 15:40:53 -0600 (Tue, 15 Jan 2008) | 2 lines

update the password in memory as well when using externpass (bug ASTERISK-4486)

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

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