John Meksavan
2008-Apr-01 19:31 UTC
[asterisk-users] Voicemail- Recorded Mesage Low Volume
Asterisk Users, I am running Asterisk 1.4.11, Zaptel 1.4.5.1, and Librpi 1.4.1 on a Debian "Etch" system. On the recorded voice mail messages, the volume is really low when retrieving them with my cell phone. I tried with multiple cell phones with the volume level high and still, the same problem. I tried to increase the rxgain to 12.2 in the zapata.conf file and it had no affect on the volume. So, tried to add the "g" option on the asterisk voicemail command, like this: exten => s-NOANSWER,1, Voicemail(u${EXTENSION}|g(10)) and the volume remained the same. I cannot find any good suggestions on the internet in dealing with this issue. Can the volume of the recorded voice mail message be changed? If so, what I am doing wrong? Any input would be greatly appreciated. Thanks. Best Regards, John _________________________________________________________________ Use video conversation to talk face-to-face with Windows Live Messenger. http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_042008 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080401/a72df32f/attachment.htm
Brig C. McCoy
2008-Apr-01 19:46 UTC
[asterisk-users] Spam: Voicemail- Recorded Mesage Low Volume
Do you see the same volume issues dialing in with a 'normal' POTS phone? Are these the standard recordings that come with Asterisk or some custom recordings? ...brig Brig C. McCoy ThyssenKrupp Access Corp Network Administrator Grandview, MO 64030 816-767-5577 ________________________________ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of John Meksavan Sent: Tuesday, April 01, 2008 2:32 PM To: Asterisk Users Subject: Spam:[asterisk-users] Voicemail- Recorded Mesage Low Volume Asterisk Users, I am running Asterisk 1.4.11, Zaptel 1.4.5.1, and Librpi 1.4.1 on a Debian "Etch" system. On the recorded voice mail messages, the volume is really low when retrieving them with my cell phone. I tried with multiple cell phones with the volume level high and still, the same problem. I tried to increase the rxgain to 12.2 in the zapata.conf file and it had no affect on the volume. So, tried to add the "g" option on the asterisk voicemail command, like this: exten => s-NOANSWER,1, Voicemail(u${EXTENSION}|g(10)) and the volume remained the same. I cannot find any good suggestions on the internet in dealing with this issue. Can the volume of the recorded voice mail message be changed? If so, what I am doing wrong? Any input would be greatly appreciated. Thanks. Best Regards, John ________________________________ Use video conversation to talk face-to-face with Windows Live Messenger. Get started! <http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAG LM_WL_Refresh_messenger_video_042008> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080401/13e4a43d/attachment-0001.htm
John Meksavan wrote:> level high and still, the same problem. I tried to increase the rxgain > to 12.2 in the zapata.conf file and it had no affectYou'd want to fiddle with the txgain(Transmit) Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
John Meksavan
2008-Apr-01 20:27 UTC
[asterisk-users] Spam: Voicemail- Recorded Mesage Low Volume
When people leave me messages, both on the cellphone and POTS phones, on the recorded Asterisk voicemail message volume is really low. I could barely hear my voicemail messages, when retrieving them, either cellphone or POTS line. The voice mail prompts and sound recordings are fine, but the problem lies when people leave voicemails on the Asterisk box. I could barely hear my voicemail messages. What can cause this? Best Regards, John Date: Tue, 1 Apr 2008 14:46:40 -0500 From: Brig.McCoy at tkaccess.com To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Spam: Voicemail- Recorded Mesage Low Volume Do you see the same volume issues dialing in with a ?normal? POTS phone? Are these the standard recordings that come with Asterisk or some custom recordings? ?brig Brig C. McCoy ThyssenKrupp Access Corp Network Administrator Grandview, MO 64030 816-767-5577 From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of John Meksavan Sent: Tuesday, April 01, 2008 2:32 PM To: Asterisk Users Subject: Spam:[asterisk-users] Voicemail- Recorded Mesage Low Volume Asterisk Users, I am running Asterisk 1.4.11, Zaptel 1.4.5.1, and Librpi 1.4.1 on a Debian "Etch" system. On the recorded voice mail messages, the volume is really low when retrieving them with my cell phone. I tried with multiple cell phones with the volume level high and still, the same problem. I tried to increase the rxgain to 12.2 in the zapata.conf file and it had no affect on the volume. So, tried to add the "g" option on the asterisk voicemail command, like this: exten => s-NOANSWER,1, Voicemail(u${EXTENSION}|g(10)) and the volume remained the same. I cannot find any good suggestions on the internet in dealing with this issue. Can the volume of the recorded voice mail message be changed? If so, what I am doing wrong? Any input would be greatly appreciated. Thanks. Best Regards, John Use video conversation to talk face-to-face with Windows Live Messenger. Get started! _________________________________________________________________ More immediate than e-mail? Get instant access with Windows Live Messenger. http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_instantaccess_042008 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080401/4cefadf1/attachment.htm
Daniel Hazelbaker
2008-Apr-02 16:29 UTC
[asterisk-users] Voicemail- Recorded Mesage Low Volume
On Apr 1, 2008, at 5:22 PM, asterisk-users-request at lists.digium.com wrote:> Can the volume of the recorded voice mail message be changed? If > so, what I am doing wrong? Any input would be greatly appreciated. > Thanks.I had a similar problem in our setup where we e-mail the recorded messages to e-mail retrieval. But this also helps standard phone retrieval too. What I did was edit the /usr/sbin/safe_asterisk script and add: PATH="/usr/local/bin:$PATH" At the top of the script. This would let me override the default sox implementation that Asterisk uses. Then I loaded in a script (called sox) that would compress and normalize the recorded audio (It compresses to deal with the spikes of the noise of the handset being hung up, etc.). It works pretty well for us and makes the volume pretty good so we don't have to crank up the volume on our computers or phones to listen to voicemail messages. And we can't adjust the rxgain as it is already a good volume for normal calls. Daniel --CUT-- #!/bin/sh # # $1 = -v # $2 = number # $3 = inFile # $4 = outFile # REALSOX="/usr/bin/sox" if [ "$1" != "-v" ]; then $REALSOX $* exit $? fi INFILE="$3" OUTFILE="$4" # # Perform the gain adjustment. # $REALSOX "$INFILE" "$OUTFILE" compand 0.1,0.3 -60,-60,-30,-15,-20,-12,-4,-8,-2,-7 0 0 0.2 --CUT--