[Home]

Summary:ASTERISK-06226: [patch] assorted chan_oss fixes and one improvement
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-02-01 03:02:45.000-0600Date Closed:2008-01-15 16:37:02.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_oss
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) oss.diff
Description:This patch does the following:

- [bugfix] properly open the device on calls even when the there is no
 incoming audio (without this, dialing into something like
       exten => 601,1,Answer;
       exten => 601,2,Echo
 failed;

- [feature] implement a 'boost N' feature to increase (or decrease)
 the microphone volume by N dB, in the range -40..40.
 This is especially useful as some modern audio cards tend to have
 very low sensitivity on the input line, and codecs work poorly at
 low volume levels;

- use ast_join to build the sendtext string instead of recoding it locally;

- check for possibly NULL arguments passed to find_desc()

- more verbose output on incoming calls;

Comments:By: Olle Johansson (oej) 2006-02-01 04:18:31.000-0600

(silent whisper: What about doxygen-formatting comments?)

/Anonymous

By: Matthew Fredrickson (mattf) 2006-02-10 16:19:03.000-0600

Put in trunk

By: Digium Subversion (svnbot) 2008-01-15 16:37:02.000-0600

Repository: asterisk
Revision: 9449

U   trunk/channels/chan_oss.c

------------------------------------------------------------------------
r9449 | mattf | 2008-01-15 16:37:01 -0600 (Tue, 15 Jan 2008) | 2 lines

Add boost gain option to microphone, also minor bug fixes (ASTERISK-6226)

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

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