[Asterisk-Users] Accessing Voice mail
Brian Dingman
bdingman at gmail.com
Thu Jan 20 23:38:03 MST 2005
Kurt,
Here is a real basic setup of how the a extension can be used in
context with the rest of the dialplan. The a extension must call
VoiceMailMain NOT Voicemail or you will get your voicemail again and
not the voicemail system.
[fromPSTN]
exten => s,1,Answer
exten => s,2,Dial(${RINGPHONENUMBERS},15,r)
exten => s,3,Voicemail,u${VMBOX}
exten => s,4,Hangup
exten => a,1,VoicemailMain
exten => a,2,Hangup
On Thu, 20 Jan 2005 15:30:14 -0500, kurt x <kurtwp at gmail.com> wrote:
> Brain,
>
> I did what you suggested but instead of going to VoiceMailMain it
> starts the begining of
> my recorded message each time I press the "*" key.
>
> [vmail]
> exten => a,1,Voicemail(u${ext})
> exten => a,2,Hangup
>
> Kurt
>
More information about the asterisk-users
mailing list