<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>It's not in the right syntax. Debugging the console should display
that. It probably comes from my original message having the 'u' in the
front, sorry about that - was in a hurry typing.<br>
<br>
<br>
For #1:<br>
-----<br>
usg(2)1006@internal should be:</tt><br>
<tt>1006@internal|usg(2)</tt><br>
<pre wrap=""><tt>
For #2:
-----
us1006@internal|g(2) should be:
1006@internal|usg(2)
That's weird that is causes asterisk to crash for #2 - what version of Asterisk are you running? Worse case you should just get a message saying that entry 'us1006' doesn't exist.</tt>
</pre>
<br>
<br>
<br>
Cullin J. Wible wrote:
<blockquote cite="mid0MKp2t-1FvfuM2ZAq-0003OF@mrelay.perfora.net"
type="cite">
<pre wrap="">Because: usg(2)1006@internal causes the app to exit with a non-zero status,
Because: us1006@internal|g(2) causes asterisk to hard crash.
And trying to use g2 in either case doesn't work either.
Cullin
-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] 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
application do it natively:
exten => s,1,Dial(SIP/100,10)
exten => s,2,Voicemail(u100@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).
</pre>
<blockquote type="cite">
<pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>
[<a class="moz-txt-link-freetext" href="mailto:asterisk-users-bounces@lists.digium.com">mailto:asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Technical
Support
Sent: Tuesday, June 27, 2006 3:51 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>
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
</pre>
</blockquote>
<pre wrap=""><!---->
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
</pre>
</blockquote>
<br>
</body>
</html>