Displaying 20 results from an estimated 8000 matches similar to: "Voicemail issues"
2007 Jan 17
1
2 Questions: Answer with music don't work and Voicemail direct access ?
Hi
I have two small question, if you can help me ;=)
Problems with Answer+Music
my extension:
[Cal-In]
exten => _811XXXX20,1,Goto(C-Internal,100,1)
exten => _811XXXX21,1,Goto(C-Internal,200,1)
[C-Phibee]
exten => 100,1,Ringing
exten => 100,2,Wait,1
exten => 100,3,Answer
exten => 100,4,Dial(SIP/201&SIP/200,30)
exten => 100,5,Hangup
exten =>
2005 Jan 14
5
Remote Voicemail Retrieval...
Hello list,
I want to listen to voicemails on my * box from a phone that is not
local to my pbx. I.e., from my cellphone or my PSTN work line etc. I'm
aware that I can forward VM to email or use a web interface but that is
not always practical.
Other than doing an IVR type arrangement or a phone number dedicated to
VM access is there a way to do this? On my old POTS line I used to be
2009 May 21
1
Voicemail playback NEWEST first vs. OLDEST first
Is there a way to make the asterisk voicemail app play back messages in NEWEST FIRST order, instead of OLDEST FIRST? I see the situation repeatedly where someone needs to dip into their voicemail archive to get something from a recently saved voicemail message, and they have to slog through lots of irrelevant stuff to get there.
I have seen this question come up previously on this list without
2010 Dec 17
2
Voicemail Forwarding
Experiencing a problem when users attempt to forward a voicemail from within VoiceMailMain(Option 8) I see the console message:
Couldn't not find mailbox XXX in context default
As why are running in a multi-tenant environment voicemail.conf has been separated into individual contexts. The users retrieve their email by dialing an extension which calls VoiceMailMail(XXX at VMContext) so how
2004 Oct 03
3
VoiceMail without password? How?
If my extension is 22, and voice mail access number is 909, then with
exten => 909,1,voicemailmain(s22)
I can access voice mail 22, without number and password prompt.
But, I want that every extension can access its voice mail without
number and password. So, when I put
exent => 909,1,voicemailmain(${calleridnum})
voicemail want only password.
I want to eliminate password too, so when I
2004 Dec 19
2
VoicemailMain can't read from phone keyboard!
Hello
I try to set up voicemails for extension. When VoicemailMain gets called, it
prompts for mailbox and password. It seems not able to read from the phone.
So the authentication always fails.
I desparately need help to understand what is wrong. Here is a part of my
extensions.conf:
exten => _8500, 1, Wait(2)
exten => _8500, 2, VoicemailMain(${CALLERIDNUM})
exten => _8500, 3, Hangup
2004 Oct 08
2
Bypass VoiceMail Mailbox prompt
While setting my first couple IP phones, I set their voicemail buttons to
an extension that runs VoicemailMain.
exten => 8500,1,Wait(1) ; voicemail
exten => 8500,2,VoicemailMain ;
exten => 8500,3,Hangup ;
I would like to be able to pass the mailbox number allowing each phone to
go in directly but I'd rather tno have
2005 Aug 17
4
Voicemail Retrival
Hi,
I am very new to Asterisk. I wanted to know how to retrive the Voicemails. I could see some voicemails assosiated with some extensions.
Any ideas??
---------------------------------
How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos. Get Yahoo! Photos
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
I've google for hours trying to find a discussion of a similar problem as the
one I'm having, so forgive me if this has come up before. If it has, please
point me in the right direction!
The problem occurs when a caller (A) is transferred by an intermediary party
(B) to voicemail (Voicemail or VoicemailMain), either directly or by being
taken to voicemail when the callee (C) doesn't
2005 Aug 02
3
priority "a" in macro to access voicemail
I have added the following to a macro that is used for all extensions so
a user can access voicemailmain by pressing * during the voicemail
prompt
; check voicemail
exten => a,1,voicemailmain(${macro_exten})
exten => a,2,hangup
The behavior is a little weird, the * key is not recognized during the
portion of the greeting where the extension number is being played back,
after it is
2005 Sep 21
4
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
2004 Jan 05
3
question re voicemail
Hi,
I just setup my * with digium. I started testing voicemail first between atas, and i am not sure why it is not prompting me any when the call is not answered or if busy. i only get continuous ringback and the following message:
asterisk*CLI>
-- Executing Dial("SIP/6882332-1697", "SIP/5104112978|20|tr") in new stack
-- Called 5104112978
--
2004 Aug 24
2
Voicemail & "Couldn't read username" error
Hi,
I have Asterisk running with the VoiceMail. Using the latest CVS. I have
my extensions.conf setup so that if a SIP caller dials *99 the
VoicemailMain() as follows:
exten => *99,1,Wait(1)
exten => *99,2,VoicemailMain()
A couple days ago I installed the MySQL/Voicemail support described at
http://www.voip-info.org/wiki-Asterisk+voicemail+database Now for some
reason
2007 Jun 13
1
Voicemail prob
Hi all,
How can i make voicemailmain application to not ask user mailbox. it should
only ask for password. In the prev versions i used the 'u' option for this
purpose but now its gone. So is there still a way to do this?
--
Rizwan Hisham
Software Engineer
AXVOICE Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Sep 26
1
voicemail /w asterisk - voicemail() problems
I've setup the voicemail that auths against the mysql db. Now,
everything works ok, except voicemail() calls fail with
Sep 26 18:09:34 WARNING[157070336]: app_voicemail.c:1517
leave_voicemail: No entry in voicemail config file for ''
all my users are in 'sip' voicemail context, but adding context to it:
voicemail(@sip) doesn't help.. while if I put a vmbox # to it, it
2006 Dec 28
2
Checking voicemail from outside
Hi all,
I'm sure this is a stupid question, but is there a way to check your
voicemail by calling your extension from the outside? When I call my
own extension from outside and hit pound or star, it just stops my
greeting and gives me the "beep". I'd like to call my extension and
press a key and be prompted for my password. Otherwise the only way I
can think to get around
2008 Jan 31
7
pulling my hair out over voicemail
Ok, I have spent all night trying to figure this out, and hopefully
somebody has a similar experience.
I have a very basic asterisk config. Sample configs, with the only
addition being by SIP phone, and my incoming voip. Last week I got
everything setup, calls were working, etc.,.
I cam across a tutorial for voicemail, followed it, and it worked. When
I call my phone and dont answer, it goes
2004 Oct 01
1
How to configure the voicemail message playback sequence
Hi,
I would like to change the sequence of messages that
was playbacked when I call to the voicemail extension,
VoicemailMain.
Where can I changed it, can't find the definition for
VoicemailMain in extension.conf and voicemail.conf
__________________________________________________
Do You Yahoo!?
Download the latest ringtones, games, and more!
http://sg.mobile.yahoo.com
2005 Oct 11
1
Voicemail Passwords and RealTime
Hello.
One question...
When we use voicemail with flat file configuration (voicemail.conf)
the vaicemail user can change his password by voicemailmain (voice menu)
this change the value in voicemail.conf.
When we use Realtime the password is stored in the database. What the
voicemailmain (voice menu) application do? change the database value?
As I see it doesn't work.
Regard.
Jsalas.
2004 May 14
7
What's in ${EXTEN} ? Why does voicemail prompt for an extension?
Why does voicemail prompt me for an extension instead of just asking my
password?
[voice-mail]
exten => 99,1,VoicemailMain(${EXTEN}@inside)
exten => 99,2,Hangup
Paul Mahler
pmahler@signate.com <mailto:pmahler@signate.com>
<http://www.signate.com/>
Signate, LLC
PO Box 60430
Palo Alto, CA
94306
VoIP Systems, Training & Consulting