Ryan Pagquil
2005-Sep-21 02:54 UTC
[Asterisk-Users] How to retrieve voicemail from an IP phone?
Hi, How can I retrieve those voicemails using my ip phone? and how will i confiugre it on asterisk? Please help I'm very new in asterisk. Thanks, -- Ryan Pagquil Infodyne Inc. - PhilOnline.com 3603 Antel Global Corporate Center Do?a Julia Vargas Ave. Ortigas Center Pasig City Tel: 687-0715 Web: www.philonline.com
Rich Adamson
2005-Sep-21 04:29 UTC
[Asterisk-Users] How to retrieve voicemail from an IP phone?
> How can I retrieve those voicemails using my ip phone? and how > will i confiugre it on asterisk? > > Please help I'm very new in asterisk.Add something like this in your extensions.conf file: ; Voicemail access (prompts for exten and password) exten => 3998,1,Wait,1 exten => 3998,2,VoicemailMain exten => 3998,3,Hangup ; Voicemail access (does not prompt for anything) exten => 3999,1,Wait,1 exten => 3999,2,VoicemailMain(s${CALLERIDNUM}) exten => 3999,3,Hangup
Min Qiu
2005-Sep-21 12:23 UTC
[Asterisk-Users] How to retrieve voicemail from an IP phone?
While on the subject, how the password works? I failed to access the voicemail by using the demo config. Password 4242 does not seem to work. I'm using softphone Idefisk v1.24. Thanks, Min> -----Original Message----- > From: Rich Adamson [mailto:radamson@routers.com] > Sent: Wednesday, September 21, 2005 10:04 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] How to retrieve voicemail from > an IP phone? > > > > > Does the user need to dial his extension just to retrieve the > > voicemails or he will dial other number to access those voicemails? > > If a user dials 3998, they will be prompted to enter their mailbox > number (extension) and password. If they dial 3999, they will not be > prompted as the callerid parameter passes the extension number to the > voicemail app. > > > In the config does it mean that when a user dial 3998 he > will be able to > > retrieve those voicemails? So it means that every users must have a > > mailbox number for which they will retrive their > voicemails? I'm really > > a newbie. =) > > Every valid extension in your extensions.conf file that > expects to have > voicemail must have a voicemail box entered in > voicemail.conf. So, if you > define extension 299 in extensions.conf, then define 299 in > voicemail.conf. > > If that user picks up their phone and dials 3999, he will be placed > directly into his voicemail box without any prompts. > > > > Thanks fo the help, > > --ryan > > > > Rich Adamson wrote: > > > > >> How can I retrieve those voicemails using my ip > phone? and how > > >>will i confiugre it on asterisk? > > >> > > >>Please help I'm very new in asterisk. > > >> > > >> > > > > > >Add something like this in your extensions.conf file: > > > > > >; Voicemail access (prompts for exten and password) > > >exten => 3998,1,Wait,1 > > >exten => 3998,2,VoicemailMain > > >exten => 3998,3,Hangup > > > > > >; Voicemail access (does not prompt for anything) > > >exten => 3999,1,Wait,1 > > >exten => 3999,2,VoicemailMain(s${CALLERIDNUM}) > > >exten => 3999,3,Hangup > > > > > > > > > > > >_______________________________________________ > > >--Bandwidth and Colocation sponsored by Easynews.com -- > > > > > >Asterisk-Users mailing list > > >Asterisk-Users@lists.digium.com > > >http://lists.digium.com/mailman/listinfo/asterisk-users > > >To UNSUBSCRIBE or update options visit: > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > > > > > > > > -- > > Ryan Pagquil > > Infodyne Inc. - PhilOnline.com > > 3603 Antel Global Corporate Center > > Do?a Julia Vargas Ave. > > Ortigas Center Pasig City > > Tel: 687-0715 > > Web: www.philonline.com > > > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > ---------------End of Original Message----------------- > > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Min Qiu
2005-Sep-21 13:37 UTC
[Asterisk-Users] How to retrieve voicemail from an IP phone?
Yes, the configbits are exist and correct (see below). I was wondering if the softphone could make difference. That is the digits were send too fast/too slow for the *'s voicemail. Any one here able to use Idefisk check voicemail? Can you share your configuration? Thank you, Min [default] ... 1234 => 4242,Example Mailbox,root@localhost ... [other] ;The intro can be customized on a per-context basis ;directoryintro=dir-company2 1234 => 5678,Company2 User,root@localhost> -----Original Message----- > From: John Crowhurst [mailto:fyremoon@fyremoon.net] > Sent: Wednesday, September 21, 2005 4:02 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] How to retrieve voicemail from > an IP phone? > > > > On Wed, September 21, 2005 20:23, Min Qiu said: > > While on the subject, how the password works? > > > > I failed to access the voicemail by using the demo config. > > Password 4242 does not seem to work. I'm using softphone > > Idefisk v1.24. > > The extension has to exist in voicemail.conf, and the second > field is the > password, for example: > > 1234 => 4567,Name > > The mailbox for extension 1234 has the password of 4567 > > -- > John > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Min Qiu
2005-Sep-21 14:28 UTC
[Asterisk-Users] How to retrieve voicemail from an IP phone?
Ok, I tried xlite (SIP softphone) and I could get into the voicemail now. However, I got busy signal when I called any Idefisk softphone from xlite. From Idefisk calling xlite seems fine. Min> -----Original Message----- > From: Min Qiu > Sent: Wednesday, September 21, 2005 4:37 PM > To: fyremoon@fyremoon.net; Asterisk Users Mailing List - > Non-Commercial Discussion > Subject: RE: [Asterisk-Users] How to retrieve voicemail from > an IP phone? > > > Yes, the configbits are exist and correct (see below). I was > wondering if the softphone could make difference. That is the > digits were send too fast/too slow for the *'s voicemail. Any > one here able to use Idefisk check voicemail? Can you share > your configuration? > > Thank you, > > Min > > [default] > ... > 1234 => 4242,Example Mailbox,root@localhost > ... > [other] > ;The intro can be customized on a per-context basis > ;directoryintro=dir-company2 > 1234 => 5678,Company2 User,root@localhost > > > > > -----Original Message----- > > From: John Crowhurst [mailto:fyremoon@fyremoon.net] > > Sent: Wednesday, September 21, 2005 4:02 PM > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > Subject: RE: [Asterisk-Users] How to retrieve voicemail from > > an IP phone? > > > > > > > > On Wed, September 21, 2005 20:23, Min Qiu said: > > > While on the subject, how the password works? > > > > > > I failed to access the voicemail by using the demo config. > > > Password 4242 does not seem to work. I'm using softphone > > > Idefisk v1.24. > > > > The extension has to exist in voicemail.conf, and the second > > field is the > > password, for example: > > > > 1234 => 4567,Name > > > > The mailbox for extension 1234 has the password of 4567 > > > > -- > > John > > _______________________________________________ > > --Bandwidth and Colocation sponsored by Easynews.com -- > > > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >