[Home]

Summary:ASTERISK-11966: Voicemail flag g() not working
Reporter:Clifford Wagner (c4colo)Labels:
Date Opened:2008-05-03 08:37:57Date Closed:2008-05-27 12:53:38
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The Voicemail flag g(X) used to change the recording gain does not seem to effect the volume of the recorded file.  According to the documentation available for the Voicemail application it is to be used as follows Voicemail(SIP/user@context|bg(3)) to record the voicemail audio at +3db.  This does nothing.  I have tested it with values from 0-10 and there is no audible difference in the recorded files.

****** ADDITIONAL INFORMATION ******

All tests were conducted on CentOS 5.1 with Asterisk 1.4.19 compiled and installed manually.  

The CLI shows the Voicemail application being called with the proper flags including the g() flag.  The b or u flags work as expected when combined with the g() flag, however the g() flag seems to be ignored.

If you need more information let me know, I think this should be easily reproducible from the information provided.  
Comments:By: Joshua C. Colp (jcolp) 2008-05-05 09:08:31

The 'g' option will only work for technologies that support it, which right now is only Zap. It would be possible to make it work across all technologies in trunk, but I don't know about earlier versions.

By: Digium Subversion (svnbot) 2008-05-27 12:11:04

Repository: asterisk
Revision: 118416

U   branches/1.4/apps/app_voicemail.c

------------------------------------------------------------------------
r118416 | mvanbaak | 2008-05-27 12:11:03 -0500 (Tue, 27 May 2008) | 5 lines

small update to the g() option of app_voicemail to
note that gain changes only work on zap channels right now.

issue ASTERISK-11966 shows it's not clear right now.

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=118416

By: Digium Subversion (svnbot) 2008-05-27 12:15:02

Repository: asterisk
Revision: 118417

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r118417 | mvanbaak | 2008-05-27 12:15:01 -0500 (Tue, 27 May 2008) | 4 lines

small update to the g() option of app_voicemail to
note that gain changes only work on zap channels right now.
issue ASTERISK-11966 shows it's not clear right now.

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=118417

By: Digium Subversion (svnbot) 2008-05-27 12:19:13

Repository: asterisk
Revision: 118418

U   branches/1.6.0/apps/app_voicemail.c

------------------------------------------------------------------------
r118418 | mvanbaak | 2008-05-27 12:19:13 -0500 (Tue, 27 May 2008) | 4 lines

small update to the g() option of app_voicemail to
note that gain changes only work on zap channels right now.
issue ASTERISK-11966 shows it's not clear right now.

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=118418