[asterisk-users] Voice Mail

Doug Lytle support at drdos.info
Thu Nov 20 06:08:58 CST 2008


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."




More information about the asterisk-users mailing list