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.
Hi UxBoD, just create a voicemail for your extension and Asterisk will do the rest!!! Giorgio Incantalupo --[ UxBoD ]-- 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 > >
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 ]-- <uxbod@splatnix.net> 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 >-- --- Andrew Latham - AKA: LATHAMA (lay-th-ham-eh) lathama@lathama.com - lathama@gmail.com If any of the above are down we have bigger problems than my email! Hind sight is most always 20/20 or better. ---
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(1001@voicemail,u) exten => 1001,3,Hangup() exten => 1001,101,VoiceMail(1001@voicemail,u) exten => 1001,102,Hangup() exten => 2000,1,VoiceMail(1001@voicemail,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" <lathama@lathama.com> 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 ]-- <uxbod@splatnix.net> 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.
The snom360 DND button forces the phone to give a 480 do not disturb response. Bails --[ UxBoD ]-- wrote:> 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(1001@voicemail,u) > exten => 1001,3,Hangup() > exten => 1001,101,VoiceMail(1001@voicemail,u) > exten => 1001,102,Hangup() > exten => 2000,1,VoiceMail(1001@voicemail,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" <lathama@lathama.com> 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 ]-- <uxbod@splatnix.net> 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 >>> >> >
Ahhh, awesome. Thank you :) On Fri, 30 Mar 2007 18:47:30 +0100 bails <bails@westcomuk.com> wrote:> The snom360 DND button forces the phone to give a 480 do not disturb > response. > > Bails > --[ UxBoD ]-- wrote: > > 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(1001@voicemail,u) > > exten => 1001,3,Hangup() > > exten => 1001,101,VoiceMail(1001@voicemail,u) > > exten => 1001,102,Hangup() > > exten => 2000,1,VoiceMail(1001@voicemail,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" <lathama@lathama.com> 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 ]-- <uxbod@splatnix.net> 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 > >>> > >> > > > > _______________________________________________ > --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.
Hi, I`ve a strange problem since an upgrade from Asterisk 1.2 to 1.4.1. If a SNOM 360 calls (internal) another phone type than SNOM (e.g. Linksys, Thomson we have here), there is no audio transmission anymore..... I`ve upgraded the phone to the latest firmware with auto upgrade. No results. With 1.2 it was working well. Any suggestions? Thanks Erik
Hi Erik, have tried to switch of RTP Encryption on the snom (in the account/identity connected to Asterisk). Cheers Tim On 4/26/07, Erik Wartusch <we@deuromedia.at> wrote:> > Hi, > > I`ve a strange problem since an upgrade from Asterisk 1.2 to 1.4.1. > If a SNOM 360 calls (internal) another phone type than SNOM (e.g > . Linksys, > Thomson we have here), there is no audio transmission anymore..... > I`ve upgraded the phone to the latest firmware with auto upgrade. No > results. > With 1.2 it was working well. > Any suggestions? > > Thanks > > Erik > _______________________________________________ > --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 >-- --------------------------------------------------- snom technology AG Tim Koehler Partner Manager tim.koehler@snom.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070426/a831d0d6/attachment.htm
Is there a reboot for the phone neccessary? If no then it didn`t work. I tested to call a Linksys phone with deactivated RTP encryption, no audio transmission. Erik Am Donnerstag, 26. April 2007 10:28 schrieb Tim Koehler:> Hi Erik, > > > have tried to switch of RTP Encryption on the snom (in the account/identity > connected to Asterisk). > > Cheers > > Tim > > On 4/26/07, Erik Wartusch <we@deuromedia.at> wrote: > > Hi, > > > > I`ve a strange problem since an upgrade from Asterisk 1.2 to 1.4.1. > > If a SNOM 360 calls (internal) another phone type than SNOM (e.g > > . Linksys, > > Thomson we have here), there is no audio transmission anymore..... > > I`ve upgraded the phone to the latest firmware with auto upgrade. No > > results. > > With 1.2 it was working well. > > Any suggestions? > > > > Thanks > > > > Erik > > _______________________________________________ > > --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-- ====================================== Erik Wartusch Deuromedia Technologies GmbH Barichgasse 40-42 1030 Wien Austria Phone: +43 16986442 1205 Fax: +43 1 6981274 email: we@deuromedia.at www.deuromedia.com