[Asterisk-Dev] app_voicemail.c rework on static void vm_change_password(struct ast_vm_user *vmu, const char *newpassword)

Michael Anderson michael.l.anderson at gmail.com
Tue Oct 4 18:45:39 MST 2005


Thank you.  The issue has been reported as bug #5385.
http://bugs.digium.com/view.php?id=5385

On 10/4/05, Tilghman Lesher <tilghman at mail.jeffandtilghman.com> wrote:
> On Tuesday 04 October 2005 20:02, Michael Anderson wrote:
> > I had a problem with password changes not being saved to the
> > voicemail.conf file and traced it to some issues with the
> > vm_change_password function in app_voicemail.c.  Comments were not
> > properly being ignored and if they contained '[' ']' characters
> > could change the currentcontext variable causing the test to fail
> > at line 690.
> >
> > I have tested the following patch and it seems to work well.  I'm
> > not sure how to submit the patch (this is my first for OSS) so I'll
> > put it here for now.
> >
> > ===========================
> > --- asterisk/apps/app_voicemail.c     2005-10-03 21:24:51.981917024
> > -0700 +++ app_voicemail.c     2005-10-03 21:25:18.354907720 -0700
> > @@ -609,7 +609,6 @@
>
> Please upload all patches to bugs.digium.com.
>
> --
> Tilghman
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>


--
===========================
Michael Anderson



More information about the asterisk-dev mailing list