[asterisk-users] Voicemail volume patch

2006-07-20 Thread kjcsb
There is a patch available for the quiet voicemail volume issue (bug 6237) but it isn't intended to work with 1.2.9. The patch below will give you this functionality for 1.2.9. Add the volgain= parameter to voicemail.conf and make sure sox is installed. --- apps/app_voicemail.c.backup 2006-07-18

Re: [Asterisk-Users] Voicemail volume adjustment

2006-06-29 Thread Dustin Wildes
Okay, that would make sense if you wanted 2 different volume levels for the messages. Just typically if the email attachment has low volume, usually the message on the phone is low too. In any case - you have 2 options now for adjusting volume. :-) Aaron Daniel wrote: The other problem is

Re: [Asterisk-Users] Voicemail volume adjustment

2006-06-29 Thread Dustin Wildes
f Dustin Wildes Sent: Wednesday, June 28, 2006 1:03 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Voicemail volume adjustment Why use an application like sox - when you can make the voicemail application do it natively: exten => s,1,Dial(SIP/100,

RE: [Asterisk-Users] Voicemail volume adjustment

2006-06-28 Thread Aaron Daniel
AIL PROTECTED] On Behalf Of Dustin Wildes > Sent: Wednesday, June 28, 2006 1:03 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Voicemail volume adjustment > > Why use an application like sox - when you can make the voicemail > ap

RE: [Asterisk-Users] Voicemail volume adjustment

2006-06-28 Thread Cullin J. Wible
ehalf Of Dustin Wildes Sent: Wednesday, June 28, 2006 1:03 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Voicemail volume adjustment Why use an application like sox - when you can make the voicemail application do it natively: exten => s,1,Dial(SI

Re: [Asterisk-Users] Voicemail volume adjustment

2006-06-28 Thread Dustin Wildes
unt of gain when recording the voicemail message. The units are whole-number decibels (dB). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Technical Support Sent: Tuesday, June 27, 2006 3:51 PM To: asterisk-users@lists.digium.com Subject:

RE: [Asterisk-Users] Voicemail volume adjustment

2006-06-28 Thread Cullin J. Wible
Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Voicemail volume adjustment This works great, however, when I look at the "full" log, it says that the sendmail is executing prior to vm-audio. Any way to change this? -Original Message- From: [EMAIL P

RE: [Asterisk-Users] Voicemail volume adjustment

2006-06-28 Thread Adam Robins
To: [EMAIL PROTECTED]; 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Voicemail volume adjustment In voicemail.conf: externnotify=/opt/asterisk-1.2.7.1/sbin/vm-audio The attached script should increase as much as possible without clippi

RE: [Asterisk-Users] Voicemail volume adjustment

2006-06-27 Thread Cullin J. Wible
27, 2006 3:51 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Voicemail volume adjustment I frequently find voice messages are emailed to users with insufficient volume - barely audible. I would like to have asterisk run a sox command to adjust the volume of each message before

Re: [Asterisk-Users] Voicemail volume adjustment

2006-06-27 Thread William Piper
Here is a bash script that will increase volume of all wav files in a directory:---#!/bin/bash for i in *.wav; do val=${i%.wav} echo converting $val.wav sox $i -v 2 $I $val.wav done -v 2 will increase the volume 2 times.   Here is a patch that someone

Re: [Asterisk-Users] Voicemail volume adjustment

2006-06-27 Thread Aaron Daniel
There's a patch up on the bugs site that uses sox to raise/lower the volume of wav's. We've been using it for about 5 months now without any glaring issues (we also convert to mp3 and do a few other things, but this patch is only the volume part). http://bugs.digium.com/view.php?id=6237 On T

Re: [Asterisk-Users] Voicemail volume adjustment

2006-06-27 Thread Mojo with Horan & Company, LLC
I know this isn't what you asked for, but I think I achieved the same effect by changing the format= line to put wav first, not wav49. Of course, if you've already modified this line to use gsm or something else, then this really wont' help :P Moj Technical Support wrote: I frequently find

[Asterisk-Users] Voicemail volume adjustment

2006-06-27 Thread Technical Support
I frequently find voice messages are emailed to users with insufficient volume - barely audible. I would like to have asterisk run a sox command to adjust the volume of each message before emailing (perhaps once the message has been left). Has anyone done this? Care to share the steps? Thanks,

Re: [Asterisk-Users] Voicemail volume wav vs. wav49

2006-05-15 Thread Aaron Daniel
On Mon, 15 May 2006, Rich Adamson wrote: Scott Bussinger wrote: There's a been a long standing issue with voicemail volume levels for files saved in WAV49 format as compared to WAV format. WAV49 is much smaller in emails and that's great, but it's also less than half the volume level than th

Re: [Asterisk-Users] Voicemail volume wav vs. wav49

2006-05-15 Thread Rich Adamson
Scott Bussinger wrote: There's a been a long standing issue with voicemail volume levels for files saved in WAV49 format as compared to WAV format. WAV49 is much smaller in emails and that's great, but it's also less than half the volume level than the exact same voicemail saved in WAV format.

Re: [Asterisk-Users] Voicemail volume wav vs. wav49

2006-05-15 Thread Aaron Daniel
I've got a bug posted with a patch, that should work for both trunk and 1.2 (we ported it to SVN, but we use it on 1.2). It fixes the volume issues. It does require sox to work though. http://bugs.digium.com/view.php?id=6237 On Mon, 15 May 2006, Scott Bussinger wrote: There's a been a long

[Asterisk-Users] Voicemail volume wav vs. wav49

2006-05-15 Thread Scott Bussinger
There's a been a long standing issue with voicemail volume levels for files saved in WAV49 format as compared to WAV format. WAV49 is much smaller in emails and that's great, but it's also less than half the volume level than the exact same voicemail saved in WAV format. I've seen this mentione

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-04 Thread Rich Adamson
> > > Dunno.. Guess somewhere in the translation it gets amplified to an > > > acceptable level. It seems to work though. > > > > The issue appears to be that, for some reason, files recorded as GSM or > > WAV49 are encoded at a lower volume level than uncompressed WAV. This is > > true whether t

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-04 Thread snacktime
On 5/4/05, David Brodbeck <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Tim Connolly [mailto:[EMAIL PROTECTED] > > > Dunno.. Guess somewhere in the translation it gets amplified to an > > acceptable level. It seems to work though. > > The issue appears to be that, for some r

RE: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-04 Thread David Brodbeck
> -Original Message- > From: Tim Connolly [mailto:[EMAIL PROTECTED] > Dunno.. Guess somewhere in the translation it gets amplified to an > acceptable level. It seems to work though. The issue appears to be that, for some reason, files recorded as GSM or WAV49 are encoded at a lower volu

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread Rich Adamson
> > Use wav, not gsm or wav49. > > /etc/asterisk/voicemail.conf > > ; > > ; Voicemail Configuration > > ; > > [general] > > format=wav > > While that workaround does fix the volume, it means the message as > an email attachment feature is effectively useless because > of attachment size issues.

RE: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread Tim Connolly
Discussion Subject: Re: [Asterisk-Users] voicemail volume with sipura 3000 On 5/2/05, Tim Connolly <[EMAIL PROTECTED]> wrote: > Use wav, not gsm or wav49. > /etc/asterisk/voicemail.conf > ; > ; Voicemail Configuration > ; > [general] > format=wav For future ref

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread Steve Prior
Tim Connolly wrote: Use wav, not gsm or wav49. /etc/asterisk/voicemail.conf ; ; Voicemail Configuration ; [general] format=wav While that workaround does fix the volume, it means the message as an email attachment feature is effectively useless because of attachment size issues. Same for retriev

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread snacktime
On 5/2/05, Steve Prior <[EMAIL PROTECTED]> wrote: > snacktime wrote: > > > The problem is that voicemail messages are way too quiet. You can't > > hear enough to understand what is being said. If someone answers the > > phone before the 20 seconds the volume is fine. If I dial from the > > sip

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread snacktime
On 5/2/05, Tim Connolly <[EMAIL PROTECTED]> wrote: > Use wav, not gsm or wav49. > /etc/asterisk/voicemail.conf > ; > ; Voicemail Configuration > ; > [general] > format=wav For future reference, why is this? Chris ___ Asterisk-Users mailing list Asterisk

Re: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread Steve Prior
snacktime wrote: The problem is that voicemail messages are way too quiet. You can't hear enough to understand what is being said. If someone answers the phone before the 20 seconds the volume is fine. If I dial from the sipura line 1 into voicemail and leave a message the volume it just fine a

RE: [Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread Tim Connolly
Discussion Subject: [Asterisk-Users] voicemail volume with sipura 3000 I have my sipura SPA-3000 setup so that incoming calls on the FXO ring for 20 seconds then using dialplan 2 it dials my * server and drops the person into voicemail. The problem is that voicemail messages are way too quiet. You

[Asterisk-Users] voicemail volume with sipura 3000

2005-05-02 Thread snacktime
I have my sipura SPA-3000 setup so that incoming calls on the FXO ring for 20 seconds then using dialplan 2 it dials my * server and drops the person into voicemail. The problem is that voicemail messages are way too quiet. You can't hear enough to understand what is being said. If someone answ

Re: [Asterisk-Users] voicemail volume

2005-03-07 Thread Rich Adamson
> On Asterisk 1.0 with a 4-port Digium FXO card, voicemails from the PSTN > have volume so low they often can't be heard. Worse, callers sometimes get > cut off in the middle of leaving a message. It is extremely frustrating to > hear "...and my number is...END OF MESSAGE" > > A search of the

RE: [Asterisk-Users] voicemail volume

2005-03-06 Thread David Newman
On Mon, 7 Mar 2005, Howard Lowndes wrote: On Mon, 2005-03-07 at 09:02, David Newman wrote: On Sun, 6 Mar 2005, Marty Mastera wrote: The full text of the bug you reference above indicates that "pstnVMgain" was (or is) part of an ongoing feature request/bug report and has not been implemented for us

RE: [Asterisk-Users] voicemail volume

2005-03-06 Thread Howard Lowndes
On Mon, 2005-03-07 at 09:02, David Newman wrote: > On Sun, 6 Mar 2005, Marty Mastera wrote: > > > The full text of the bug you reference above indicates that "pstnVMgain" > > was (or is) part of an ongoing feature request/bug report and has not > > been implemented for use at this time (and may ne

RE: [Asterisk-Users] voicemail volume

2005-03-06 Thread Marty Mastera
> > The full text of the bug you reference above indicates that > "pstnVMgain" > > was (or is) part of an ongoing feature request/bug report > and has not > > been implemented for use at this time (and may never be). > > Right. So -- what can I do to boost volume of PSTN -> * voicemail? > > t

RE: [Asterisk-Users] voicemail volume

2005-03-06 Thread David Newman
On Sun, 6 Mar 2005, Marty Mastera wrote: The full text of the bug you reference above indicates that "pstnVMgain" was (or is) part of an ongoing feature request/bug report and has not been implemented for use at this time (and may never be). Right. So -- what can I do to boost volume of PSTN -> * v

RE: [Asterisk-Users] voicemail volume

2005-03-06 Thread Marty Mastera
> On Asterisk 1.0 with a 4-port Digium FXO card, voicemails > from the PSTN have volume so low they often can't be heard. > Worse, callers sometimes get cut off in the middle of leaving > a message. It is extremely frustrating to hear "...and my > number is...END OF MESSAGE" > > A search of

[Asterisk-Users] voicemail volume

2005-03-06 Thread David Newman
On Asterisk 1.0 with a 4-port Digium FXO card, voicemails from the PSTN have volume so low they often can't be heard. Worse, callers sometimes get cut off in the middle of leaving a message. It is extremely frustrating to hear "...and my number is...END OF MESSAGE" A search of the archives show

Re: [Asterisk-Users] Voicemail Volume

2005-02-16 Thread Rich Adamson
> Is there a way to increase the volume for the voicemail? Whenever someone > leaves a message, the volume is so low its hard to hear. > Add your comments to bug #2023. ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.

Re: [Asterisk-Users] Voicemail Volume

2005-02-16 Thread Carlos G Drach
David Ishmael wrote: Is there a way to increase the volume for the voicemail? Whenever someone leaves a message, the volume is so low it’s hard to hear. -Dave ___ Asterisk-Users ma

Re: [Asterisk-Users] Voicemail Volume

2005-02-16 Thread Peter Svensson
On Wed, 16 Feb 2005, David Ishmael wrote: > Is there a way to increase the volume for the voicemail? Whenever someone > leaves a message, the volume is so low it's hard to hear. This is a known bug - see bug number 2023: http://bugs.digium.com/bug_view_advanced_page.php?bug_id=0002023 Peter

[Asterisk-Users] Voicemail Volume

2005-02-16 Thread David Ishmael
Is there a way to increase the volume for the voicemail?  Whenever someone leaves a message, the volume is so low it’s hard to hear. -Dave   ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/li

[Asterisk-Users] Voicemail volume

2004-07-07 Thread Bob Bailey
Hello, When I listen to a voicemail message, the recorded message is played back at extremely low volume. All the supporting prompts are at the correct volume, it's just the incoming recorded message that is played back almost inaudibly quiet. There's no problem with the volume during normal conv

[Asterisk-Users] Voicemail volume level?

2004-02-04 Thread Rich Adamson
Are there any parameters that can bump voicemail volume "up" just a little? I can't seem to find anything but thought I'd ask the list. Normal pstn calls via x100p's are reasonable (very little echo) and running -0.5 db on xmt & rcv within zapata. But using the exact same path (pstn via x100p)

[Asterisk-Users] Voicemail Volume Control Patch

2003-03-03 Thread Richard Tomson II
Hello all, This is my first attempt at posting a patch. So if I screw this all up, my apologies and please someone let me know without beating me up too bad. To use this patch. You need to have an extra line in /etc/asterisk/voicemail.conf that looks like volgain=10.0 The 10.0 gets passed