summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-10-14 22:06:01 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-10-14 22:06:01 +0000
commitedb437ee6cb8d76a3791e319807a5e73cc5a9a32 (patch)
tree669a2eba4508c57f4cbd20b1aba9d7f9a7a8e977 /channels/chan_dahdi.h
parent47e910bfe69796faf75a57f5c0f560be64a6f487 (diff)
chan_dahdi: Reflect the set software gain in the CLI "dahdi show channel" output.
* Remember the swgain setting from CLI "dahdi set swgain" command so the CLI "dahdi show channel" output will reflect the current setting. * Updated CLI "dahdi set hwgain" and "dahdi set swgain" documentation. (issue ASTERISK-22429) Reported by: Jaco Kroon Patches: jira_asterisk_22429_v1.8_v2.patch (license #5621) patch uploaded by rmudgett ........ Merged revisions 400907 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 400909 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 400911 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400913 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_dahdi.h')
-rw-r--r--channels/chan_dahdi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_dahdi.h b/channels/chan_dahdi.h
index 45fdc5288..eb0a5fbb1 100644
--- a/channels/chan_dahdi.h
+++ b/channels/chan_dahdi.h
@@ -149,9 +149,9 @@ struct dahdi_pvt {
struct dahdi_pvt *oprpeer; /*!< "Operator Services" peer tech_pvt ptr */
/*! \brief Amount of gain to increase during caller id */
float cid_rxgain;
- /*! \brief Rx gain set by chan_dahdi.conf */
+ /*! \brief Software Rx gain set by chan_dahdi.conf */
float rxgain;
- /*! \brief Tx gain set by chan_dahdi.conf */
+ /*! \brief Software Tx gain set by chan_dahdi.conf */
float txgain;
float txdrc; /*!< Dynamic Range Compression factor. a number between 1 and 6ish */