maybe something like; exten => s,1,Dial(SIP/12,10) exten => s,2,DigitTimout,3 exten => s,3,Background(vm-transfer) exten => s,4,Voicemail,u12 exten => #,1,VoiceMailMain
Alternatively exten => s,1,DigitTimout=3 exten => s,2,Background(silence) exten => s,3,Dial(SIP/12,10) exten => s,4,Voicemail,u12 exten => #,1,VoiceMailMain When the script moves to step 2 it plays a file (which I think you should already have in /var/lib/asterisk/sounds whilst at the same time listens for some input. If you press the # key when the transfer message plays the script will jump to VoiceMailMain. The second one plays the silence file and allow you 3 seconds to enter a # before it moves on to the normal phone setup. The advantage of this is that its less intrusive on other callers. It also allows you to add other features like second dialtones or enter other extension numbers so as not to wake the whole house when trying to call your wife whose watching a movie in bed. Mark On Mon, 29 Mar 2004 15:55:37 -0500, Interalab Sales wrote: > > How do you configure extensions.conf to let you punch > out to > VoicemailMain when an individual voicemail prompt has > picked up? > > We have a few extensions set up. voice mail is > extension 8500 and we > have another extension for SIP on extension 12. SIP > dials out fine. > SIP can dial 8500 and get VoicemailMain. An incoming > call is picked up > by extension 12's voice mail if no answer. > > What if I call in on the incoming POTS line and > extension 12's voice > mail picks up. How can I have that voice mail switch > me over to > VoicemailMain if I press a number or * or # or > something? > > Here's our config at the moment: > > exten => 8500,1,VoicemailMain > exten => 8500,2,Hangup > > > exten => s,1,Dial(SIP/12,10) > exten => s,2,Voicemail,u12 > > > Thanks - I've been looking for an example for this on > the lists and > google for a few days. > > Bill. > > _______________________________________________ > 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 _______________________________________________ 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
