<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1264" name=GENERATOR></HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Arial"><LABEL id=HbSession 
SessionId="271383378"></LABEL>
<DIV><FONT size=2><FONT size=2>
<P>Voicemail.conf in MySQL is not functioning where I get the following error 
from Asterisk messages log file:</P>
<P>CLI debug output is as follows:</P>
<P>Executing VoiceMailMain2("SIP/2205-3df0", "") in new stack</P>
<P>-- Playing 'vm-login'</P>
<P>-- Playing 'vm-password'</P>
<P>-- Incorrect password '1234' for user '0' (context = &lt;any&gt;)</P>
<P>-- Playing 'vm-incorrect'</P>
<P>-- Playing 'vm-password'</P>
<P>-- Incorrect password '2421' for user '2205' (context = &lt;any&gt;)</P>
<P>-- Playing 'vm-incorrect'</P>
<P>Here are my configs</P>
<P>In extensions.conf I am using Voicemail2 and VoiceMailMain2 that has support 
for MySQL</P>
<P>exten =&gt; 8500,1,VoiceMailMain2</P>
<P>In voicemail.conf I have the MySQL connectivity settings in [general]</P>
<P>dbhost=localhost</P>
<P>dbname=asterisk</P>
<P>dbuser=someuser</P>
<P>dbpass=somepass</P>
<P>I have commented out the entire [default] section and it's mailboxes. </P>
<P>I do have MySQL working with CDR MySQL from asterisk-addons</P>
<P>thanks,</P>
<P>John Haigh</P></FONT></FONT></DIV>
<P></P></BODY></HTML>