similar to: Numbered Voicemails even with delete option!

Displaying 20 results from an estimated 40000 matches similar to: "Numbered Voicemails even with delete option!"

2007 Jul 19
8
Blank Voicemails
Hi, we're running Asterisk 1.2.10 and have been randomly being left blank voicemails with long messages that we can't hear. I've searched and searched but cannot find a solution. This is what happens: Internal Server runs Asterisk 1.2.10 where our mailboxes are Incoming Server (behind a firewall) runs Asterisk 1.2.13 and calls are bridged between this server and our internal server.
2003 May 10
19
Voicemail2
Asterisk Users: I've been working hard on app_voicemail2 which is an enhanced scalability version of app_voicemail. Specifically, its features are: * Highly improved internal architecture (maybe someone else can actually code on it) * Foot print for getting mailboxes from DB (for Vonage) * Segmentable mailboxes, allowing you to truly multihost voicemail for multiple companies
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
2008 Dec 08
1
Voicemail and FreePBX
I have a customer running Asterisk 1.4.22 and FreePBX 2.5.0 that is having problems with Voicemail. They can listen to their voicemail but on the weekend it stopped delivering messages via email. The only thing I can notice is that the permissions for the files on teh voicemail directories are created with no permissions at all. Here is the listing on one of the mailboxes: 4 -------rw- 1
2009 Oct 21
1
Incorrect voice mail format on transfer
Hello, all. I'm running Asterisk 1.6.1.6 on CentOS 5.3 in a multi-tenant environment with IMAP voice mail storage on Zimbra. One of our clients is having a problem when transferring voice mails from one mailbox to another (option 8 in the standard voice application menu) using their Snom 320 and 360 phones. The end results is the final recipient cannot listen to the voicemail. We also email
2010 Dec 13
3
Voice mail distribution - missing messages
Hello, I seem to be having an issue with voice mail on Asterisk 1.6.2.15 (file storage). Whenever someone leaves a message that is distributed to another box (like VoiceMail(1000&1001&1002,u)), but the VM never gets distributed to the intended recipients. Instead, I get the following in the logs: [Dec 13 11:54:50] NOTICE[15965]: app_voicemail.c:4988 copy_message: Copying message from
2005 Sep 15
1
Can not get realtime static voicemail.conf to work
Here is what happens on startup: Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime: Static SQL: SELECT category, var_name, var_val, cat_metric FROM settings WHERE filename='voicemail.conf' and commented=0 ORDER BY filename, cat_metric desc, var_metric asc, category, var_name, var_val, id Sep 15 13:23:51 DEBUG[28130] res_config_mysql.c: MySQL RealTime: Everything is fine. Sep
2006 May 12
2
Voicemail WAV to PDA Problems
Our asterisk server has been up and running for over a year and it works great. I have emails going to my account as an attachment and I can listen to them on the desktop and it works fine. I just got a T-Mobile MDA that runs Windows Pocket (or whatever they call it) and it can check email. If I have it download the email, it gets the attachment, but it can't seem to play it (it CAN
2007 Mar 20
2
error, install freePbx
Hi, i try install FreePbx by tuturial in http://www.voip-info.org/wiki/view/Instalaci%C3%B3n+de+Asterisk+en+Ubuntu+Server+Paso+a+Paso&view_comment_id=13443 but i have this error when i try install freepbx: #pear install db No releases available for package "pear.php.net/db" Cannot initialize 'db' , invalid or missing package files Package "db" is not valid install
2007 Apr 17
1
internal sounds of asterisk / freePBX
Sorry but i can't register in the freepbx forum, so this is my solutons for resolve my trouble. HI, my problem is with internal sounds of asterisk. for example when calling voicemail, no system recordings are being played back. However, when running asterisk in a debug mode, i see the call coming through to the system and the system playing back the wav files promptly. However, no sound
2008 Feb 17
1
app_voicemail - Failed to open file ../tmp/xxxxx.WAV
Hi, Would anyone have a clue on this issue? I'm running asterisk 1.4.13. Trying to get a WAV voicemail file attachment sent to my email address. Voicemail is working fine. Email notification of a new message works fine. However, when I set up voicemail.conf to have an attachment of the file sent to email I get an error message like this on the console: [Feb 17 13:33:37]
2006 Nov 07
1
loosening voicemail file permissions for msg????.txt and msg????.wav
HI folks, I figured out where in the source code to hack the .wav file permissions which were set too restrictive for me, but I can't figure out how to do the same for the .txt file. Looks like the voicemail.c file sets it nicely for asterisk1.4beta3 using a #define statement early on, but msg????.txt comes out with permissions 0600 and there are no umask entries that affect how
2007 Oct 29
5
Stuck Voicemails?
This question is about 1.2.x asterisk. Please no flames, or "you should upgrade to 1.4". Does anyone know what might be the cause for 'stuck voicemail's in 1.2.6asterisk? By stuck, I mean the phones show a voicemail, and if you log in you get "you have 1 new voicemail", and if you delete it it says 'deleted', however it remains. Going into the mail
2007 Nov 11
1
IMAP Voicemail -- HELP! Asterisk not playing Greeting!
I'm using Asterisk 1.4.13, the latest released version. The linux platform is FC7. I setup my Asterisk server to use IMAP storage. Dovecot is the IMAP server. Its storing messages perfectly--no problems. I should also mention that I'm using MySQL for real-time configuration. That must be working (at least partially), because I can authenticate v. the voicemail table. However, the
2007 Dec 18
2
How to change sendmail return path
Is there a way to change the return path sendmail uses when sending out voicemail to email? Currently the voicemails my asterisk system emails out have a return path of "asterisk at mydomain.com" I would like the return path to be "noreply at mydomain.com" I cannot find any place where I can change that. I tried adding a sendmail alias to send "asterisk" to
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
2006 Mar 21
2
Voice mail not working with Asteriks 1.2.5
Hi, I have upgraded my PBX to Asterisk 1.2.5 , previously I was using Asterisk 1.0.9, and Every thing was working fine ,But now voice mail is not working. The error I am receiving in log files is like following, WARNING[2413] app_voicemail.c: No entry in voicemail config file for '12' I have searched for solution a lot can Any one of you let me know how can I solve this issue
2007 Mar 29
8
error in FreePBX
Ive installed asterisk and freepbx. Through the interface ive configured 2 extensions, 6000 and 6001. My problem is that when i try to call from extension 6000 to 6001, i hear this msg "Im-sorry&an-error-has-occured" and the call is terminated. As expected if i call to another number i get an error. i thought the problem might been related with the NAT but if checked and changed some
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
2005 Sep 06
1
Asterisk BT100 Password Issue
Hi, I am getting the following error when I attempt to listen to voice messages by dialing 9999 (I can hear nothing): --Executing VoiceMailMain ("SIP/2092-6918", "2092") in new stack --Playing 'vm-password' (language 'en') WARNING: app_voicemail.c:4922 vm_authentication: Unable to read password. I read in previous posts that this may be to do with the dtmf