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 <[EMAIL PROTECTED]> 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
>
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to