Displaying 20 results from an estimated 3000 matches similar to: "Voicemail messages not deleting"
2007 Jul 13
2
Distribution lists for voicemail
Hi,
I am sure someone has already asked this, but I am fairly new to the list, so I haven't seen anything on this. Does anyone know of a good way to leave one voicemail message, and the message be forwarded to multiple voicemail boxes at once. I realize that we could leave one message in a group box and have the message forwarded to a group email address, but their are some users that want
2007 May 08
2
Ringing Volume
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 5314 bytes
Desc: Network Blitz Bkgrd.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070508/d198de92/attachment.gif
2007 May 12
2
zonedata.c
Hi,
Could anyone tell me how to read the values in the "zonedata.c" file? I am looking at the "zt_tone_ringtone" field mainly.
Thank you.
Jad Wauthier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070512/4c0387be/attachment.htm
2016 Jul 30
3
Removing mailbox and password prompt for voicemail
If I remove the password, how can anyone access the mailbox if the
'mailbox' prompt is not played?
Nabeel
On 30 Jul 2016 3:19 p.m., "D'Arcy J.M. Cain" <darcy at vex.net> wrote:
> On Sat, 30 Jul 2016 06:43:47 +0100
> Nabeel <nabeelshikder at gmail.com> wrote:
> > I am using Asterisk voicemail on a CentOS 7 server. I would like to
> > be able to
2004 Jan 04
2
Voicemail Out call
There was a post in the 'wiki' for an application to provide an outcall
when there is a voicemail is left on asterisk. I am having a problem
that this application will only work if the caller presses the pound
sign at the end of recording. As most people just hang up, this
application isn't working. Can any offer suggestions to accomplish this
out call?
2005 Aug 18
1
Newbie Trying to make 'catch all extension' but is catching voicemail exit!
Greetings,
Running CVS HEAD about 3 weeks old,
I have been beating my head trying to get this to work properly..
Or at least figure out what's going on.
Maybe I have done things wrong...
I have created a 'catch all' extension at the end of our last context
where all phones & voicemail extension exist.
This catch all is included in all and works quite nicely except
when voicemail
2016 Jul 31
3
Removing mailbox and password prompt for voicemail
I tried your extension definition as suggested:
exten => *98,1,Verbose(0,${CHANNEL(peername)} calling voicemail)
same => n,VoicemailMain(${CHANNEL(peername)}@VoiceMail,s)
same => n,Hangup
But there was no change in the prompts asked, ie. the voice first asked for
'mailbox', and then 'password' as before. The prompts are not removed.
Please clarify what you mean by the
2004 Dec 01
4
Voicemail - Danish, German an French audio files download?
Hi all,
Is it possible to download Danish, German and French audio files for
Asterisk somewhere, or does everybody just record them?
Thank you in advance
Thorben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041202/02cec53d/attachment.htm
2003 Nov 24
2
Pressing 0 in Voicemail causes * to hangup
I tried it w/ mine as well and it hung up on me because I just have
Voicemail running not Voicemail2.
It seems as though you have Voicemail2 because it's trying to play the
Unavialable message.
Just a thought though.
Does it do the samething w/
[qout-phillyq]
exten => 0,1,Voicemail(u1)
exten => 0,2,Goto(default,s,1)
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
2016 Aug 04
5
Removing mailbox and password prompt for voicemail
On 30 July 2016 at 19:32, D'Arcy J.M. Cain <darcy at vex.net> wrote:
>
>
> Not playing the prompt changes nothing. If someone presses '*' while
> listening to your answer message then they are in your mailbox. You
> better have a password that they need to enter to continue.
I have now tested the 'Unavailable' message by pressing "*" while
2006 Oct 20
1
Escape from Voicemail
I used to have fonality and I could press * when I got to someones voice
mail to go back to the menu. I assume I add that to the dialplan but
how? Thanks
BTW I went back to 1.2.12 and transfer works and DTMF works and it seems
to be much better for now.
Thanks for you help
Jason
2007 Dec 06
1
Voicemail Question
Is there a way to allow a user to dial an extension after listening to
your voicemail instead of leaving a message? Example would be the big
boss is on vacation and changes his out message to say "you can reach my
assistant at by dialing 1234 now or leave me a message".
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Mar 08
4
Accessing Voicemail by dialing own number
Is is possible to check voicemail by dialing one's own number?
When the outgoing voicemail message begins, I'd like to be able to
press some key and have it prompt to enter the password for that box.
Is this possible, and what option do I need to enable to make this function?
2004 Jul 06
3
Dialing out of a voicemail message?
Anyway to make hitting `0` during a voice mail dial an extension? The
bosses used to have that feature and love it.
Their VM prompt would say: "Hello, My name is blah blah. I am currently
unavailable. If you would like to speak to an operator press 0 now,
otherwise leave me a message".
Extension 0 exists, but dialing it during a VM prompt does nothing.
Thanks,
--
Daniel Jimenez
2003 Aug 25
2
0 out of voicemail to different secretaries
Is it possible to configure * so that if a caller reaches voicemail for
someone in Engineering, but doesn't want to leave a message they can
press zero (0) and reach the Engineering Secretary or if they are
calling someone in Accounting and reach voicemail, pressing '0' would
reach the Accounting secretary, not the Engineering secretary?
Don Pobanz
2008 Mar 27
1
Problem when leaving voicemail
Hi,
I am investigating an issue with voicemail and realtime.
What we are seeing is the following:
1. Caller calls in and goes to an IVR
2. Presses 101 to go to voicemail
3. app_voicemail start and tries to connect to the database trhough
res_config_mysql. However, it takes too long to be able to connect (~15
minutes)
It seems like it first attemots to connect to the database on 16:25:03 and
2023 Oct 10
1
Deleting voicemail by program
Here is something I wrote years ago. I expect you can adjust it for your
needs
# cat remove_blank_vmail
#!/bin/bash
# remove_blank_vmail takes arguments as voicemail boxes and removes
messages with audio files shorter then MINSIZE (in bytes)
#----------------------------------------------------------------------
# Description:
# Author: John Harragin Monroe-Woodbury CSD
# Created at: Thu Nov 6
2023 Oct 09
3
Deleting voicemail by program
Hi all,
I need to be able to delete a voicemail message using a program.
Is is sufficient to simply delete the .wav and .txt files in the spool directory?
Or do I need to also renumber the remaining files?
For example, let say a given mailbox has 20 messages in it and I want to
delete message number 5. Can I just delete the 2 files and expect that
asterisk will renumber them? Or do I
2004 Apr 15
0
external voicemail access - solved (mostly)
thanks to those who replied. I have managed to get the functionality I
was looking for working with a series of Macros. However, it doesn't
work as simply as I would like. There are two issues I've run into:
(1)Goto provides no way to pass variables between one context and
another.
(2)I can't find any way to Goto a specific point within a Macro when
calling it.
Mostly this is a
2004 Jun 11
3
Simplified Voicemail app / keeping peace with cohabitants
Hello,
I have modified the VoiceMailMain application to satisfy the request of
the "local users", i.e., my wife. She lost patience with too many
options (we have one mailbox, so we don't need to forward messages, or
reply to messages, or file them in 6 different folders...) So the
modified app says "Message 1", reads the message, "Message 2", reads...