Hmmm, okay. But surely it will just try and ring the extension? Or do
you mean setup a seperate extension ie.

exten => 1001,1,Dial(sip/1001,20)
exten => 1001,2,VoiceMail([EMAIL PROTECTED],u)
exten => 1001,3,Hangup()
exten => 1001,101,VoiceMail([EMAIL PROTECTED],u)
exten => 1001,102,Hangup()
exten => 2000,1,VoiceMail([EMAIL PROTECTED],u)
exten => 2000,2,HangUp()

So on pressing the DND it will send all calls to extention 2000 ?

TIA

On Fri, 30 Mar 2007 12:57:16 -0400
"Andrew Latham" <[EMAIL PROTECTED]> wrote:

> exten => 123,1,Dial(SIP/123|20)
> exten => 123,n,Voicemail(u123)
> 
> 
> would be a start, you can have all kinds of fun...
> 
> 
> On 3/30/07, --[ UxBoD ]-- <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have got my new phone working with Asterisk, and must say it is
> > very very good combination. Now I have WMI working, but what I
> > would like to be able to do is press the DND button on the phone
> > and for all calls to my extension to be forwarded direct to my
> > voicemail.
> >
> > How can this be done please ?
> >
> > TIA
> >
> > --
> > This message has been scanned for viruses and dangerous content by
> > MailScanner, and is believed to be clean.
> >
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> 
> 

-- 
This message has been scanned for viruses and dangerous content by MailScanner, 
and is
believed to be clean.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to