[Asterisk-Users] Remote Voicemail Retrieval...

Mike Dent mcdent at gmail.com
Sat Jan 15 04:26:54 MST 2005


Oops, I replaced the a's below with *'s and it works now.
Mike



On Sat, 15 Jan 2005 11:21:42 +0000, Mike Dent <mcdent at gmail.com> wrote:
> Hi , I tried that and asterisk console says:
> 
> Jan 15 11:11:13 WARNING[3637266]: pbx.c:1922 ast_pbx_run: Invalid
> extension '*', but no rule 'i' in context 'inbound-line2'
>    -- Hungup 'Zap/1-1'
> 
> my context says:
> 
> [inbound-line2]
> Exten => s,1,Answer
> Exten => s,2,SetMusicOnHold(slimp3)
> Exten => s,3,DigitTimeout,1
> Exten => s,4,ResponseTimeout,10
> Exten => s,5,Background(new/uber_welcome)
> exten => 1,1,Goto,sales|s|1
> exten => 2,1,Goto,techsupport|s|1
> exten => 3,1,Goto,options|s|1
> ; if we key '*' we go to voicemail so we can pick up messages
> exten => a,1,VoicemailMain() ; you can optionally pass it a vm box
> number in the ()
> exten => a,2,Playback(goodbye)
> exten => a,3,Hangup
> 
> 
> Thanks
> Mike
> 
> 
> On Fri, 14 Jan 2005 23:44:33 -0500, Randy <merlinast at camelot.org> wrote:
> > In the same context as your Voicemail() dialplan execution add:
> >
> > exten => a,1,VoicemailMain() ; you can optionally pass it a vm box number in the ()
> > exten => a,2,Playback(goodbye)
> > exten => a,3,Hangup
> >
> > Now when you dial in, while your greeting is playing hit '*' and it will
> > prompt you for a mbox number and password (or just a password if you
> > pass in a mbox number)
> >
> > Randy
> >
>



More information about the asterisk-users mailing list