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