Hi, Is it possible to create an extension (say *1) that will give access to the voicemail for the current extension without entering the mailbox or password? (or if this is not possible, at least not have to enter the mailbox - only the password?) Thanks! --ian
Hello Ian, VoiceMailMain(${CALLERIDNUM}) should do the trick (unless you have the blocked number problem a previous poster had) -yair On Sat, 4 Dec 2004 20:01:58 +0000, Ian Chilton <mailinglist@ichilton.co.uk> wrote:> Hi, > > Is it possible to create an extension (say *1) that will give access to > the voicemail for the current extension without entering the mailbox or > password? > > (or if this is not possible, at least not have to enter the mailbox - > only the password?) > > Thanks! > > --ian > > _______________________________________________ > 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 >
Forgot the s VoiceMailMain(s${CALLERIDNUM})> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Yair Hakak > Sent: Saturday, December 04, 2004 2:08 PM > To: Ian Chilton; Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Voicemail for Current Extension? > > Hello Ian, > > > VoiceMailMain(${CALLERIDNUM}) > > should do the trick (unless you have the blocked number problem a > previous poster had) > -yair > > > On Sat, 4 Dec 2004 20:01:58 +0000, Ian Chilton > <mailinglist@ichilton.co.uk> wrote: > > Hi, > > > > Is it possible to create an extension (say *1) that will give access to > > the voicemail for the current extension without entering the mailbox or > > password? > > > > (or if this is not possible, at least not have to enter the mailbox - > > only the password?) > > > > Thanks! > > > > --ian > > > > _______________________________________________ > > 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 > > > _______________________________________________ > 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
true enough, forgot the s...the s skips the password my bad -yair On Sat, 4 Dec 2004 14:14:06 -0600, Brian West <brian@bkw.org> wrote:> Forgot the s > > VoiceMailMain(s${CALLERIDNUM}) > > > > > -----Original Message----- > > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > > bounces@lists.digium.com] On Behalf Of Yair Hakak > > Sent: Saturday, December 04, 2004 2:08 PM > > To: Ian Chilton; Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: Re: [Asterisk-Users] Voicemail for Current Extension? > > > > Hello Ian, > > > > > > VoiceMailMain(${CALLERIDNUM}) > > > > should do the trick (unless you have the blocked number problem a > > previous poster had) > > -yair > > > > > > On Sat, 4 Dec 2004 20:01:58 +0000, Ian Chilton > > <mailinglist@ichilton.co.uk> wrote: > > > Hi, > > > > > > Is it possible to create an extension (say *1) that will give access to > > > the voicemail for the current extension without entering the mailbox or > > > password? > > > > > > (or if this is not possible, at least not have to enter the mailbox - > > > only the password?) > > > > > > Thanks! > > > > > > --ian > > > > > > _______________________________________________ > > > 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 > > > > > _______________________________________________ > > > > 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 > >