<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Thanks.&nbsp; I will give this a try.<br><br>-John<br><br>&gt; From: daniel@highdesertchurch.com<br>&gt; To: asterisk-users@lists.digium.com<br>&gt; Date: Wed, 2 Apr 2008 09:29:48 -0700<br>&gt; Subject: Re: [asterisk-users] Voicemail- Recorded Mesage Low Volume<br>&gt; <br>&gt; <br>&gt; On Apr 1, 2008, at 5:22 PM, asterisk-users-request@lists.digium.com  <br>&gt; wrote:<br>&gt; <br>&gt; &gt;  Can the volume of the recorded voice mail message be changed?  If<br>&gt; &gt; so, what I am doing wrong?  Any input would be greatly appreciated.<br>&gt; &gt; Thanks.<br>&gt; <br>&gt; I had a similar problem in our setup where we e-mail the recorded  <br>&gt; messages to e-mail retrieval.  But this also helps standard phone  <br>&gt; retrieval too.  What I did was edit the /usr/sbin/safe_asterisk script  <br>&gt; and add:<br>&gt; <br>&gt; PATH="/usr/local/bin:$PATH"<br>&gt; <br>&gt; At the top of the script. This would let me override the default sox  <br>&gt; implementation that Asterisk uses.  Then I loaded in a script (called  <br>&gt; sox) that would compress and normalize the recorded audio (It  <br>&gt; compresses to deal with the spikes of the noise of the handset being  <br>&gt; hung up, etc.). It works pretty well for us and makes the volume  <br>&gt; pretty good so we don't have to crank up the volume on our computers  <br>&gt; or phones to listen to voicemail messages.  And we can't adjust the  <br>&gt; rxgain as it is already a good volume for normal calls.<br>&gt; <br>&gt; Daniel<br>&gt; <br>&gt; --CUT--<br>&gt; #!/bin/sh<br>&gt; #<br>&gt; # $1 = -v<br>&gt; # $2 = number<br>&gt; # $3 = inFile<br>&gt; # $4 = outFile<br>&gt; #<br>&gt; REALSOX="/usr/bin/sox"<br>&gt; <br>&gt; if [ "$1" != "-v" ]; then<br>&gt;    $REALSOX $*<br>&gt;    exit $?<br>&gt; fi<br>&gt; <br>&gt; INFILE="$3"<br>&gt; OUTFILE="$4"<br>&gt; <br>&gt; #<br>&gt; # Perform the gain adjustment.<br>&gt; #<br>&gt; $REALSOX "$INFILE" "$OUTFILE" compand 0.1,0.3  <br>&gt; -60,-60,-30,-15,-20,-12,-4,-8,-2,-7 0 0 0.2<br>&gt; --CUT--<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; <br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br><br /><hr />More immediate than e-mail? <a href='http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_instantaccess_042008' target='_new'>Get instant access with Windows Live Messenger.</a></body>
</html>