Hi.
I am a begginer in asterisk.
Please excuseme for mi bad english or terms in this message.
Mi problem is the next. I put a extension for acces to voicemail.
exten => *102,1,VoiceMailMain()
When dial to this extension, the voicemail sistem attend the call, receives the MailBox and the password. If the password is bad, said wrong password, and request again the MailBox and Password, but if both are correct, no say noting and after to silence hang the call. This is the log of the CLI (intentionally, I enter a wrong password to check if the sistem read the voicemail.conf. See in the line 4).
1-- Executing VoiceMailMain(“SIP/KABC-82d0”, “”) in new stack
2-- Playing ‘vm-login’ (language ‘es’)
3-- Playing ‘vm-password’ (language ‘es’)
4-- Incorrect password ‘23’ for user ‘32’ (context = default)
5-- Playing ‘vm-incorrect-mailbox’ (language ‘es’)
6-- Playing ‘vm-password’ (language ‘es’)
7== Spawn extension (interno, *102, 1) exited non-zero on 'SIP/KABC-82d0’
8-- Executing Hangup(“SIP/KABC-82d0”, “”) in new stack
9== Spawn extension (interno, h, 1) exited non-zero on ‘SIP/KABC-82d0’
I modify the permissions of folders in /var/spool/asterisk/voicemail, to discard access problems.
Thanks for help.