similar to: Voicemail Password crashing

Displaying 20 results from an estimated 80 matches similar to: "Voicemail Password crashing"

2006 Nov 28
1
vm_change_password shell?
In Asterisk 1.2.13 in app/app_voicemail.c, line 4700 ext_pass_cmd is checked to decide whether to use vm_change_password or vm_change_password_shell to change a user's password for his voicemail account. I wonder, what is the difference between vm_change_password and vm_change_password_shell - what is that shell? The only reference I found on the Internet was the following bug report:
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
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from the text file. If you want to leave it in then you could have some voicemail boxes defined in the text voicemail.conf. I do not, so I have removed it. Below is the new patch: *** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600 *************** *** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all, I am just getting going on building my system, but I thought I'd send you all a patch that I wrote so the command: show voicemail users issued from the CLI works properly when there is a postgres backend for the voicemail. The current version of the app does not display the voicemail boxes found in a database. It is called in the load_config function. I haven't done
2006 Mar 09
1
Getting to the last "old" voicemail message
If you have many old voicemail messages, to get to the most recent one, you have to keep hitting "6" until you reach the last one. It would be better if you could hit "4" from the first message to get to the last message and/or have a digit that takes you the first and last messages respectively. Anyone have any patches for this?
2004 Jun 26
2
Newbie needs help
I've been banging my head on a brick wall for about an hour now trying to understand why the following doesn't work (which is even provided as an example in the distribution!). The goal is to create a voicemail-only extension not associated with a phone. I'd rather not have an extension dedicated to VoicemailMain(), so I would like the user to be able to hit '*' during
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
2003 Jul 23
5
Asterisk as a stand alone voice mail server
I'm sure asterisk would make a great stand alone voice mail server. Basically I want to get rid of our voice mail system and replace it with *, but the problem is we use a cisco cluster with skinny clients. So I was thinking the way to contact a * server, would be through our 3640. But so far any attempt has failed. I am wondering if anyone has done something similar. Just want to verify the
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
2006 Nov 29
1
voicemail.conf locking problem
I'm wondering if anyone is having problems when multiple users concurrently change their voicemail passwords. Consider the following scenario (based on vm_change_password() in app_voicemail.c): - user1 wishes to change his password so voicemail.conf is opened and read into a buffer - user1 changes his password - user2 wishes to change his password so voicemail.conf is opened and read into a
2004 Jul 21
0
Voicemal error
Hi, i've a proble using voicemail. when i make a call and start voicemail asterisk tell me mail address is missing even if i used it as written mailbox => name,pwd,mail@mail I saw that modifying in app_voicemail.c line 836 in this manner: if (vmu && ast_strlen_zero(vmu->email)), so replacing !(ast_strlen_zero(vmu->email)), it works. did anyone have the same problem? or is
2007 Aug 28
2
Voicemail Password Issue
Asterisk Users, I am running Asterisk-1.4.11 with Zaptel-1.4.4 on Debian Etch System 2.9.18-4-amd64. A TDM03B is installed on the Debian System. Every time, I try to change my voicemail pin via the Sip phone, the voicemail.conf does not get modify and I see this warning message on the Asterisk command line: [Aug 29 00:12:23] WARNING[19142]: app_voicemail.c:799 vm_change_password:
2010 Nov 30
2
Correct operation of timout parameter for dial application
Hi All, I'd just like to verify what the correct operation of the timeout parameter is for the dial application. I'm not sure if I've encountered a bug or a configuration issue. When a sip phone is not responding to invites on an outbound call, the dial application still waits the duration of timeout before continuing with dialplan execution. I was under the impression that app_dial
2007 Jul 16
1
Cisco 7940 log on/off
Hi All, Anyone know if theres a way to share a Cisco 7940 between hot-desk users? My phones get their setup via SIP .cnf files, that load at boot via tftp, so I'm assuming the configs a failry static. However if I want a phone to be hot-desked, I could have different users sitting there. Is there any concept of "logging on" in these environments? Cheers, Adrian
2006 Nov 30
0
Voicemail callback bug?
Which version? Similar issues parsing callback number in 1.2.12 > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Kristian Kielhofner > Sent: Thursday, September 28, 2006 10:27 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Voicemail callback
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
I have been testing with asterisk 1.4.11 and have found a segmentation fault while using voicemail. It happens when I try to forward a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace ==================================================================== Program received signal SIGSEGV, Segmentation fault. 0x00140adf in
2006 Jan 28
0
Your false remark on PR#1654
The comment says `Works in 2.3.0: BDR fixed inline [xy]axp' and 2.2.1 is not 2.3.0. Your example is not reproducible, so we cannot check. If you get a copy of R-devel (as the FAQ and posting guide ask you to before posting) you can check for yourself. Please do study the FAQ and avoid time-wasting. On Sat, 28 Jan 2006 cain at u.washington.edu wrote: > Full_Name: Kevin Cain >
2008 Jul 07
5
Meetme
Hi folks, we use meetme application with pin so when a customer joins he's prompted for his name. Then the voice say:"press one to accept the recording..." My question is, is it possible to cut off that request to"press one"? Thanks to all -- .:FaberK:.
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>
2003 Sep 24
1
Voicemail doesn't hangup
I'm running the a very recent CVS version of asterisk on an RH9 machine. My problem is that my x100p takes about 10 seconds to detect a hangup. After that it takes about 10 more seconds for the the zaptel device to release the line. Here's an example of my console report: == Parsing '/var/spool/asterisk/voicemail/default/101/INBOX/msg0000.txt': == Parsing