[Home]

Summary:ASTERISK-03021: Changing of Voicemail Password with asterisk realtime mysql database
Reporter:amzaka (amzaka)Labels:
Date Opened:2004-12-17 05:11:29.000-0600Date Closed:2008-01-15 15:16:58.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When the caller changes the password of his voice mail and the voicemail extension are coming from asterisk realtime mysql database asterisk crashes with segmentation fault.
Comments:By: amzaka (amzaka) 2004-12-17 05:13:54.000-0600

This bug can be fixed by changing the line 431: app_voicemail from

res = ast_update_realtime("voicemail", "uniqueid", vmu->uniqueid, "password", password);

to

res = ast_update_realtime("voicemail", "uniqueid", vmu->uniqueid, "password", password,NULL);

By: Clod Patry (junky) 2004-12-17 05:56:51.000-0600

before we try to try that, can ya tell us which asterisk version are you running?

Plus, all patch must be attached via a cvs diff -u <file>.

Next time you report a bug, please consider these 2 things.

And if you can give a more descriptive description, that would help, cause isn't so easy to understand with just that description.

Thanks

edited on: 12-17-04 05:57

By: Mark Spencer (markster) 2004-12-17 10:12:35.000-0600

Fixed in CVS head.  Thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:16:58.000-0600

Repository: asterisk
Revision: 4472

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r4472 | markster | 2008-01-15 15:16:57 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix missing NULL (bug ASTERISK-3021)

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

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