similar to: Re: Interrupting voicemail with "*", dropping to "a"

Displaying 20 results from an estimated 10000 matches similar to: "Re: Interrupting voicemail with "*", dropping to "a""

2004 Apr 08
3
Re: : External access to voicemail
Hello steve. Here is a patch I wrote for app_voicemail.c which does exactly as you describe. When the outgoing message is playing, if the listener hits the "*" key, they're prompted for a mailbox and password, whereupon they can check their voicemail as if they were using the internal phone. I found no other way of doing this. If you patch your app_voicemail.c, I have V1.44 from
2005 May 12
3
Interrupting voicemail with "*", dropping to "a" extension. Does it work?
I've played around with the lightly documented Asterisk voicemail feature whereby a caller can press "*" during the playback of the OGM and be returned to the "a" extension in the context of the voicemail box. No matter what, Asterisk does nothing when you press "*". It does not interrupt the OGM and it certainly does not return to the "a" context.
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
Hi - I just deployed a system using IMAP Voicemail. During my testing, voicemail worked fine. I could check vm from the phone, and the messages would get marked as read, or I could read the messages in a mail client, and the phone's mwi light would turn off. Very neat. I'm not exactly sure when things got munged up, but something broke. I can record messages with Voicemail(), but now
2020 Mar 25
1
Asterisk 17.3: No VoiceMailMain when enabling IMAP and ODBC
Hello, On a Debian Buster instance, I compiled Asterisk 17.3.0 from source. I enables all 3 File, IMAP and ODBC voicemail modules but I'm still using classical File module (in modules;conf and voicemail.conf): cd asterisk-17.3.0 ... make menuselect.makeopts menuselect/menuselect --enable app_voicemail_imap menuselect.makeopts; done menuselect/menuselect --enable app_voicemail_odbc
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
2006 May 06
3
Voicemail error
I (sometimes) get this error message: WARNING[17191]: app_voicemail.c:2411 leave_voicemail: No entry in voicemail config file for 'irstname.lastname' I can see the value of the argument is "firstname.lastname" when this line executes in the std-exten macro: exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable... But the error message drops the first character. It
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
2010 Jun 05
1
Can one adjust the voicemail-menu when using VoiceMailMain() ?
Hello list. The VoiceMailMain()-application has an advanced menu. Can I get a Voicemail-application that has less functionality ? I only want the user to listen to new voicemail-messages (and delete them), not the functionality with the folders and redirecting messages to other mailboxes... I've looked at the code in /usr/src/asterisk-1.4.30/apps/app_voicemail.c but it seems complicated
2004 May 13
0
ISDN & Voicemail: Strange Behaviour
Hi, whenever I include a "Ringing" Line in some Voicemail Extension I get an error when a call from the outside (via ISDN) comes in, but it works when an internal (SIP-phone) calls the extension. Here is my configuration for testing: ------------extensions.conf------------ [isdnext] ; strep external "101", our number and leave only extension exten =>
2017 Apr 19
2
Voicemail asking for login
On 2017-04-18 08:17 PM, Pete Mundy wrote: >> On 19/04/2017, at 7:58 am, D'Arcy Cain <darcy at VybeNetworks.com >> <mailto:darcy at VybeNetworks.com>> wrote: >> >> <snip> >> Everything looks the same as another one that works except for two >> things. The one that works doesn't have the "Probation passed" lines. >> I am
2006 Jan 22
0
Interrupting ring to go to voicemail pickup -- How to ring after Answer()?
Hi, I've successfully used the 'd' flag in Dial() so that when I dial into my phone system from out there in the PSTN network I can press the 2 key while the phone is ringing to listen to my voicemail. It seems that one issue is that the public providers do not deliver DTMF, or anything, until the phone is answered. This is for security reasons and sounds like a good idea to me.
2005 Jul 29
0
Realtime and Voicemail, not updating passwords?
Hello, I followed directions on voip-info.org with setting up Voicemail and Realtime. Everything works fine except for password changes. When I dial to VoiceMailMain and attempt to change the password it tries to write to /etc/asterisk/voicemail.conf : Jul 29 15:02:05 WARNING[2227]: app_voicemail.c:592 vm_change_password: Warning: Unable to open '/etc/asterisk/voicemail.conf' for
2010 Mar 31
1
Unable to login to voicemail with Ekiga
Hello, Asterisk 1.4.26.2, FreeBSD 8.0-RELEASE We have a very simple setup, using SIP softphones and a simple diaplan as follows in the examples below. When I dial the 700 extension it asks me for the extension and password, and it always says "login incorrect". The mail system send the email ok and Ekiga shows that I have vaoicemail, so the only thing that is failing is the actual
2003 Mar 02
0
Entering username/password (DTMF) from Cisco 7960/SIP in Voicemail touchy...
I can't login anymore... used to be able to. Timing doesn't seem to be working well any ideas? Also what is this "NOTICE" I'm getting? *CLI> == Accepting call on 'SIP/lenny-b19c' ("Lenny Tropiano" <5555>) -- Executing VoiceMailMain("SIP/lenny-b19c", "") in new stack == Parsing
2009 Aug 21
3
Core dump gets created while accessing voicemail
Hi ALL, When i was accessing the voice message it suddenly goes dead and after that i couldn't able to retrieve the voicemessage again from my mailbox . This happens once in a while for any configured mailboxes I am using the following system configuration. asterisk 1.4.22.1 odbc storage of voicemail messages centos 5.2 64bit unixODBC-2.2.11-7.1 mysql-connector-odbc-3.51.12-2.2
2006 Mar 19
0
Voicemail Bug?
Ugh. I have voicemail set up for realtime... mysql> SELECT * FROM ast_vm_users; +----------+-------------+-----------+---------+----------+----------+-------+-------+---------------------+ | uniqueid | customer_id | context | mailbox | password | fullname | email | pager | stamp |
2005 Sep 19
0
Voicemail() application returning -1 on a hangup
Hi, I am trying to insert a system() call right after the call to Voicemail() in order to notify people that they have received new voicemail. (In case you are interested, I was following the tips here, but I have had to change a few things: http://www.voip-info.org/wiki-Asterisk+tips+callback ). My setup works when someone leaving a message hits # to exit the voicemail after speaking, or
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
2006 Mar 21
2
VoiceMailMain(@context) Problem with Option 5 (Advanced)
Hi All, The situation: When I dial into VoiceMailMain(@context), put in my VM # 1001 and Password 1001, no problem, but at the voicemail main audio prompt (Alison), when I ?press 3 for advanced options? then ?press 5 to leave a message? I put in a mailbox number 1002 within the same [context], but VoiceMailMain looks for the mailbox in the [default] context and will not recognize the mailbox I?m
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello, Information: gcc -v: gcc version 4.3.3 (Debian 4.3.3-3) os: Debian/Testing Pulled latest release from asterisk site, compiled, installed it. I have a barebones configuration: $ ls -l asterisk extensions.conf modules.conf sip.conf users.conf voicemail.conf You can see them here: http://home.comcast.net/~jpiszcz/20090418/extensions.conf