Dear Sir,
I need to configure my Voice Mail on asterisk...I made the following
configuration:
*
extensions.conf:*
exten => _999.,1,VoiceMail(${EXTEN})
exten => _999.,2,HangUp()
If the customer dial 9991234 then a prompt message should ask him to enter
his voice message and this what is not happening
*voicemail.conf:*
[a2billing]
999123456 => 123456, 123456, michofr at mm.com
The Error mrssage that I got is:
Executing [999123456 at a2billing:1]
VoiceMail("SIP/a555555-0822cfa8",
"999123456") in new stack
[Nov 20 10:12:09] WARNING[26599]: app_voicemail.c:2862 leave_voicemail: No
entry in voicemail config file for '999123456'
-- Executing [999123456 at a2billing:2]
Hangup("SIP/555555-0822cfa8", "")
in new stack
== Spawn extension (a2billing, 999123456, 2) exited non-zero on
'SIP/555555-0822cfa8'
I guess there is something wrong in the configuration
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20081120/9a6bd21d/attachment.htm
michel freiha wrote:> Dear Sir, > > I need to configure my Voice Mail on asterisk...I made the following > configuration: > _ > extensions.conf:_ > > exten => _999.,1,VoiceMail(${EXTEN}) > exten => _999.,2,HangUp()exten => _999.,1,VoiceMail(${EXTEN}@a2billing|u) You need to include the context a2billing u=Play unavailable message b=Play busy message Now, if you're trying to allow him to get into his mailbox, then it'd be: exten => _999.,1,VoiceMailMain(${EXTEN}@a2billing) Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."