summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_channel_inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/oct6100api/oct6100_channel_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_channel_inst.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/software/include/oct6100api/oct6100_channel_inst.h b/software/include/oct6100api/oct6100_channel_inst.h
index 8480c98..578fbeb 100644
--- a/software/include/oct6100api/oct6100_channel_inst.h
+++ b/software/include/oct6100api/oct6100_channel_inst.h
@@ -2,7 +2,7 @@
File: oct6100_channel_inst.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-PR39 $
-$Octasic_Revision: 84 $
+$Octasic_Revision: 87 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -130,6 +130,11 @@ typedef struct _OCT6100_API_CHANNEL_VQE_
UINT8 byDoubleTalkBehavior;
UINT8 fSoutNoiseBleaching;
+ UINT8 fResetRinAlcOnTones;
+ UINT8 fResetSoutAlcOnTones;
+
+ UINT16 usAlcNoiseBleedOutTime;
+
UINT8 fSoutConferencingNoiseReduction;
@@ -374,13 +379,15 @@ typedef struct _OCT6100_API_BIDIR_CHANNEL_
{
UINT16 usFirstChanIndex;
UINT16 usSecondChanIndex;
-
+
/* Flag specifying whether the entry is used or not. */
UINT8 fReserved;
/* Count used to manage entry handles allocated to user. */
UINT8 byEntryOpenCnt;
+
+
} tOCT6100_API_BIDIR_CHANNEL, *tPOCT6100_API_BIDIR_CHANNEL;
#endif /* __OCT6100_CHANNEL_INST_H__ */