Hi all, I registered my Digium D70 using a name ("D70") instead of a number. Is there a way to program Asterisk (or the phone?) so when I press the MSGS button, it automatically goes to the correct voicemail, with or without asking me for a password ? As of now, it asks me for my mailbox number, which is D70. If I press D70 on the phone (or 370), asterisk does not recognize my phone, of course. Thanks
Danny Nicholas
2013-Jan-22 20:31 UTC
[asterisk-users] Asterisk, Digium phones, and voicemail.
Theoretically you can do this Exten => 370,1,Voicemailmain(D70 at default) -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Frank Sent: Tuesday, January 22, 2013 2:28 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Asterisk, Digium phones, and voicemail. Hi all, I registered my Digium D70 using a name ("D70") instead of a number. Is there a way to program Asterisk (or the phone?) so when I press the MSGS button, it automatically goes to the correct voicemail, with or without asking me for a password ? As of now, it asks me for my mailbox number, which is D70. If I press D70 on the phone (or 370), asterisk does not recognize my phone, of course. Thanks -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
That worked, thank you. Is there a way to program the keys of the Digiums D70 from asterisk ? Or does everything needs to be done on the phone itself ? On 1/22/13 3:31 PM, Danny Nicholas wrote:> Theoretically you can do this > Exten => 370,1,Voicemailmain(D70 at default) > > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Frank > Sent: Tuesday, January 22, 2013 2:28 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Asterisk, Digium phones, and voicemail. > > Hi all, > > I registered my Digium D70 using a name ("D70") instead of a number. > Is there a way to program Asterisk (or the phone?) so when I press the MSGS > button, it automatically goes to the correct voicemail, with or without > asking me for a password ? > > As of now, it asks me for my mailbox number, which is D70. > If I press D70 on the phone (or 370), asterisk does not recognize my phone, > of course. > > Thanks > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to > Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Carlos Alvarez
2013-Jan-22 20:54 UTC
[asterisk-users] Asterisk, Digium phones, and voicemail.
On Tue, Jan 22, 2013 at 1:48 PM, Frank <frank at efirehouse.com> wrote:> That worked, thank you. > > Is there a way to program the keys of the Digiums D70 from asterisk ? > Or does everything needs to be done on the phone itself ? >The whole point of the Digium phones is their tight integration with Asterisk. You need the Digium phone module, and you really need to read the documentation as this is well covered. -- Carlos Alvarez TelEvolve 602-889-3003 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130122/9871672f/attachment.htm>
Christopher Harrington
2013-Jan-22 21:27 UTC
[asterisk-users] Asterisk, Digium phones, and voicemail.
On Tue, Jan 22, 2013 at 2:27 PM, Frank <frank at efirehouse.com> wrote:> Hi all, > > I registered my Digium D70 using a name ("D70") instead of a number. > Is there a way to program Asterisk (or the phone?) so when I press the > MSGS button, it automatically goes to the correct voicemail, with or > without asking me for a password ? > >You don't need to use DPMA if you're provisioning the phones via XML. It's up to you. View https://wiki.asterisk.org/wiki/pages/viewpage.action?pageId=21463877and search for "voicemail" on the page. That parameter sets what the phone automatically dials; set that value to the extension for that phone's voicemail (as per Danny's email). -- -Chris Harrington ACSDi Office: 763.559.5800 Mobile Phone: 612.326.4248 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130122/57cbdffc/attachment.htm>