[Asterisk-Users] Voicemail volume adjustment

Dustin Wildes asterisk-users at vecsector.com
Wed Jun 28 10:03:21 MST 2006


Why use an application like sox - when you can make the voicemail 
application do it natively:

exten => s,1,Dial(SIP/100,10)
exten => s,2,Voicemail(u100 at default|ug(10))

The key is the g(10) parameter:

 From the 'show application voicemail':
 g(#) - Use the specified amount of gain when recording the voicemail
           message. The units are whole-number decibels (dB).


>
>-----Original Message-----
>From: asterisk-users-bounces at lists.digium.com
>[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Technical
>Support
>Sent: Tuesday, June 27, 2006 3:51 PM
>To: asterisk-users at 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 emailing (perhaps once the message
>has been left). 
>
>Has anyone done this?  Care to share the steps?
>
>Thanks,
>MD
>
>
>
>  
>




More information about the asterisk-users mailing list