summaryrefslogtreecommitdiff
path: root/include/oct6100api/oct6100_channel_pub.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-08 22:25:38 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-08 22:25:38 +0000
commit3cc7a566ce58e9fde4c1c3bce8c99628885cc618 (patch)
tree3dbc7be6a8980f8f37daec4e402e812e2a8a1737 /include/oct6100api/oct6100_channel_pub.h
parent8e299821775e664fb0ca5f5a14360c92b2f90019 (diff)
Merged revisions 1262 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1262 | kpfleming | 2006-08-08 17:22:24 -0500 (Tue, 08 Aug 2006) | 2 lines update Octasic API headers (but not code yet) to PR43, and use version with GPL licenses instead of proprietary licenses ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1263 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'include/oct6100api/oct6100_channel_pub.h')
-rw-r--r--include/oct6100api/oct6100_channel_pub.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/include/oct6100api/oct6100_channel_pub.h b/include/oct6100api/oct6100_channel_pub.h
index 2ed2797..b6e3565 100644
--- a/include/oct6100api/oct6100_channel_pub.h
+++ b/include/oct6100api/oct6100_channel_pub.h
@@ -2,7 +2,7 @@
File: oct6100_channel_pub.h
- Copyright (c) 2001-2005 Octasic Inc.
+ Copyright (c) 2001-2006 Octasic Inc.
Description:
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR38 $
+$Octasic_Release: OCT612xAPI-01.00-PR43 $
-$Octasic_Revision: 79 $
+$Octasic_Revision: 82 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -80,7 +80,9 @@ typedef struct _OCT6100_CHANNEL_OPEN_VQE_
BOOL fRinLevelControl;
BOOL fSoutLevelControl;
BOOL fRinAutomaticLevelControl;
+ BOOL fResetRinAlcOnTones;
BOOL fSoutAutomaticLevelControl;
+ BOOL fResetSoutAlcOnTones;
BOOL fRinHighLevelCompensation;
BOOL fAcousticEcho;
BOOL fSoutAdaptiveNoiseReduction;
@@ -97,6 +99,7 @@ typedef struct _OCT6100_CHANNEL_OPEN_VQE_
INT32 lSoutLevelControlGainDb;
INT32 lRinAutomaticLevelControlTargetDb;
INT32 lSoutAutomaticLevelControlTargetDb;
+ UINT32 ulAlcNoiseBleedOutTime;
INT32 lRinHighLevelCompensationThresholdDb;
INT32 lDefaultErlDb;
INT32 lAecDefaultErlDb;
@@ -198,7 +201,9 @@ typedef struct _OCT6100_CHANNEL_MODIFY_VQE_
BOOL fRinLevelControl;
BOOL fSoutLevelControl;
BOOL fRinAutomaticLevelControl;
+ BOOL fResetRinAlcOnTones;
BOOL fSoutAutomaticLevelControl;
+ BOOL fResetSoutAlcOnTones;
BOOL fRinHighLevelCompensation;
BOOL fAcousticEcho;
BOOL fSoutAdaptiveNoiseReduction;
@@ -215,6 +220,7 @@ typedef struct _OCT6100_CHANNEL_MODIFY_VQE_
INT32 lSoutLevelControlGainDb;
INT32 lRinAutomaticLevelControlTargetDb;
INT32 lSoutAutomaticLevelControlTargetDb;
+ UINT32 ulAlcNoiseBleedOutTime;
INT32 lRinHighLevelCompensationThresholdDb;
INT32 lDefaultErlDb;
INT32 lAecDefaultErlDb;
@@ -349,7 +355,9 @@ typedef struct _OCT6100_CHANNEL_STATS_VQE_
BOOL fRinLevelControl;
BOOL fSoutLevelControl;
BOOL fRinAutomaticLevelControl;
+ BOOL fResetRinAlcOnTones;
BOOL fSoutAutomaticLevelControl;
+ BOOL fResetSoutAlcOnTones;
BOOL fRinHighLevelCompensation;
BOOL fAcousticEcho;
BOOL fSoutAdaptiveNoiseReduction;
@@ -366,6 +374,7 @@ typedef struct _OCT6100_CHANNEL_STATS_VQE_
INT32 lSoutLevelControlGainDb;
INT32 lRinAutomaticLevelControlTargetDb;
INT32 lSoutAutomaticLevelControlTargetDb;
+ UINT32 ulAlcNoiseBleedOutTime;
INT32 lRinHighLevelCompensationThresholdDb;
INT32 lDefaultErlDb;
INT32 lAecDefaultErlDb;
@@ -452,6 +461,8 @@ typedef struct _OCT6100_CHANNEL_CREATE_BIDIR_
UINT32 ulFirstChannelHndl;
UINT32 ulSecondChannelHndl;
+
+
} tOCT6100_CHANNEL_CREATE_BIDIR, *tPOCT6100_CHANNEL_CREATE_BIDIR;