Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Rich Adamson
>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,

Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Ryan Pagquil
Hi Rich, Does the user need to dial his extension just to retrieve the voicemails or he will dial other number to access those voicemails? 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 numb

Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Rudolf Ladyzhenskii
PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Wednesday, September 21, 2005 8:58 PM Subject: Re: [Asterisk-Users] How to retrieve voicemail from an IP phone? Hi Rich, Does the user need to dial his extension just to retrieve the voicemails or he

Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Pisac
exten => 3999,2,VoicemailMain(s${CALLERIDNUM})  if you extension is 104, then it will be converted inside asterisk to: exten => 3999,2,VoicemailMain(s104)   and that will give to you access to mailbox 104 without password prompt (s=skip) and you can retreive messages.    ${CALLERIDNUM} is extension

Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Rich Adamson
> 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 caller

RE: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Min Qiu
ent: 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

RE: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread John Crowhurst
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

RE: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Min Qiu
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

RE: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Min Qiu
7 PM > To: [EMAIL PROTECTED]; 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 co

Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread Ryan Pagquil
number. Rudolf - Original Message - From: "Ryan Pagquil" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Wednesday, September 21, 2005 8:58 PM Subject: Re: [Asterisk-Users] How to retrieve voicemail from an IP phone?

RE: [Asterisk-Users] How to retrieve voicemail from an IP phone?

2005-09-21 Thread brett
On 9/21/2005, "Min Qiu" <[EMAIL PROTECTED]> wrote: > 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 Min - make sure your DTMF is working o