Problem in accepting password in voicemail contexts

hi,

i have voicemail.conf as follows.

[voicemail]
218 => 218,rizwan,rizwanm@corp.com
1005 => 1005,raju,rizuk@yahoo.com
1006 => 1006,vivek,vdi@corp.com

and have dial plan for voicemail in the extensions.conf

exten => 850,1,Answer()
exten => 850,2,VoiceMailMain(@voicemail)
exten => 850,3 Hangup()

when i try to login the voicemail using the login id and password … it is saying the login incorrect and folling is the stauts in cli prompt

Playing ‘vm-password’ (language ‘en’)
– Incorrect password ‘’ for user ‘218’ (context = voicemail)
– Playing ‘vm-incorrect-mailbox’ (language ‘en’)
– Playing ‘vm-password’ (language ‘en’)
– Incorrect password ‘’ for user ‘218’ (context = voicemail)
– Playing ‘vm-incorrect’ (language ‘en’)
– Playing ‘vm-goodbye’ (language ‘en’)
Mar 1 14:46:07 WARNING[23243]: pbx.c:1690 pbx_extension_helper: No application ‘’ for extension (ero, 850, 3)

i shall be thankfull if you could me the same.

Can anyone help me in this regard?

  • asks for password of the mailbox 218 here.

You dial 850, then you type username 218#, then you type pass 218#
It should work.

BTW you have forgotten comma before “hangup” here:
exten => 850,3 Hangup()

Hi ,

i Tried after correcting the comma. still it is saying that , login incorrect.

Find the cli status!!

Executing Answer(“SIP/218-8e20”, “”) in new stack
– Executing VoiceMailMain(“SIP/218-8e20”, “@voicemail”) in new stack
– Playing ‘vm-login’ (language ‘en’)
– Playing ‘vm-password’ (language ‘en’)
– Incorrect password ‘’ for user ‘218’ (context = voicemail)
– Playing ‘vm-incorrect-mailbox’ (language ‘en’)
– Playing ‘vm-password’ (language ‘en’)
– Incorrect password ‘’ for user ‘218’ (context = voicemail)
– Playing ‘vm-incorrect-mailbox’ (language ‘en’)
– Playing ‘vm-password’ (language ‘en’)
– Incorrect password ‘’ for user ‘218’ (context = voicemail)
– Playing ‘vm-incorrect’ (language ‘en’)
– Playing ‘vm-goodbye’ (language ‘en’)
– Executing Hangup(“SIP/218-8e20”, “”) in new stack
== Spawn extension (ero, 850, 3) exited non-zero on ‘SIP/218-8e20’
– Executing Answer(“SIP/218-919e”, “”) in new stack
– Executing VoiceMailMain(“SIP/218-919e”, “@voicemail”) in new stack
– Playing ‘vm-login’ (language ‘en’)
– Playing ‘vm-password’ (language ‘en’)
– Incorrect password ‘’ for user ‘218’ (context = voicemail)
– Playing ‘vm-incorrect-mailbox’ (language ‘en’)
– Playing ‘vm-password’ (language ‘en’)

still it says

Reload Asterisk and if that fails then restart Asterisk

maybe try what this post says

forums.digium.com/viewtopic.php?t=4876