[Home]

Summary:ASTERISK-06611: [branch] txgain/rxgain R/W support on func_channel
Reporter:BJ Weschke (bweschke)Labels:
Date Opened:2006-03-24 08:59:47.000-0600Date Closed:2006-05-03 17:03:55
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/func_channel
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: R/W support for txgain/rxgain settings on channel technologies that support it. eg - Set(CHANNEL(txgain)=+5.0) increases gain on a channel by 5.0 from where it was. Set(chantxgain=${CHANNEL(txgain)}) reads the txgain value on the channel (currently only works on chan_zap channels) and puts it into the chantxgain variable.



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

Code is available in the branch at http://svn.digium.com/svn/asterisk/team/bweschke/gain_functions/
Comments:By: Olle Johansson (oej) 2006-03-27 15:07:35.000-0600

Included in test-this-branch.

By: BJ Weschke (bweschke) 2006-05-03 17:03:55

Merged into /trunk.