<!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.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>i did some more digging.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the voicemails are stored under 
/var/spool/asterisk/voicemail/local/2000/&nbsp; (for extension 2000) and my msgs 
are in wav and gsm formats. initially i had wav format and later on i changed 
into gsm. i copied the wav file and played on my local machine and i could 
replay my voice mails. The context in my voicemail.conf is local. Looks more 
like authentication problem. how to figure this out.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks a lot,</FONT></DIV>
<DIV><FONT face=Arial size=2>-B</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=bajjeen@yahoo.com href="mailto:bajjeen@yahoo.com">Balaji NJL</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, December 03, 2003 12:56 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Asterisk-Users] Unable to check 
  my voice mails</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I am a newb to *. Just configured and lucklily it 
  worked on the first attempt. My setup is on Rh 7.2 and i d/led the build on 
  Dec 1st. i hv installed X-Lite on two of my laptops. i am unable to check my 
  voicemails. when ever i enter my password * prompts me again and again to 
  enter the password. Log shows password error. No clue on whats the the 
  issue.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>the following are my config files.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[general]<BR>port = 5060<BR>bindaddr = 
  0.0.0.0<BR>context = bogon-calls</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[2000]</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial 
  size=2>type=friend<BR>username=2000<BR>secret=qweqwe<BR>auth=md5<BR>host=dynamic<BR>context=from-sip<BR>dtmfmode=inband<BR>mailbox=2000</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[2001]</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial 
  size=2>type=friend<BR>username=2001<BR>secret=asdasd<BR>auth=md5<BR>host=dynamic<BR>context=from-sip<BR>dtmfmode=inband<BR>mailbox=2001</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>extension.conf </FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
  <DIV><BR>[general]</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>static=yes<BR>writeprotect=yes</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>[bogon-calls]</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>exten =&gt; _.,1,Congestion</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>[from-sip]<BR>;2000<BR>exten =&gt; 2000,1,Dial(SIP/2000,20)<BR>exten 
  =&gt; 2000,2,Voicemail(u2000)<BR>exten =&gt; 
  2000,102,Voicemail(b2000)<BR>exten =&gt; 2000,103,Hangup</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>;2001<BR>exten =&gt; 2001,1,Dial(SIP/2001,20)<BR>exten =&gt; 
  2001,2,Voicemail(u2001)<BR>exten =&gt; 2001,102,Voicemail(b2001)<BR>exten 
  =&gt; 2001,103,Hangup</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>;2999 Voice mail<BR>exten =&gt; 
2999,1,VoicemailMain(${CALLERIDNUM})</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>voicemail.conf</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>[general]</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>;format=wav<BR>format=gsm</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>[local]</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>2000 =&gt; 1234,Balaji NJL,root@localhost</DIV>
  <DIV>2001 =&gt; 5678,Ojasvi Sinha,root@localhost<BR><BR></DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Any idea whats the issue. any help appreciated.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>thanks a lot,</DIV>
  <DIV>-Balaji</DIV></FONT>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <P>
  <HR SIZE=1>
  Do you Yahoo!?<BR><A 
  href="http://us.rd.yahoo.com/slv/mailtag/*http://companion.yahoo.com/">Free 
  Pop-Up Blocker - Get it now</A></BLOCKQUOTE></BODY></HTML>
<p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/slv/mailtag/*http://companion.yahoo.com/">Free Pop-Up Blocker - Get it now</a>