Robert La Ferla
2005-Dec-28 21:45 UTC
[Asterisk-Users] Go directly to new messages from VoiceMailMain?
I want to create an extension that goes directly to my new messages without having to press "1". How do I do that? I can call VoiceMailMain but then I have to choose "1" from the menu. I'd like it to go there and play the first message or say "There are no new messages" and hangup. How can I do this?
Tomislav Parcina
2005-Dec-29 04:59 UTC
[Asterisk-Users] Re: Go directly to new messages from VoiceMailMain?
In article <43B369D0.1020703@comcast.net>, robertlaferla@comcast.net says...> I want to create an extension that goes directly to my new messages > without having to press "1". How do I do that? I can call > VoiceMailMain but then I have to choose "1" from the menu. I'd like it > to go there and play the first message or say "There are no new > messages" and hangup. How can I do this?exten => 298,1,Ringing exten => 298,2,Wait(2) exten => 298,3,VoiceMailMain(s${CALLERIDNUM}) ; if pass is the same lik extension number -- Tomislav Parcina ime.prezime@email.t-com.hr