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