Continuous Speech Processing API for Linux and Windows

Size: px
Start display at page:

Download "Continuous Speech Processing API for Linux and Windows"

Transcription

1 Continuous Speech Processing API for Linux and Windows Programming Guide December

2 COPYRIGHT NOTICE Copyright Intel Corporation. All Rights Reserved. Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted by this document. Except as provided in Intel's Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel disclaims any express or implied warranty, relating to sale and/or use of Intel products including liability or warranties relating to fitness for a particular purpose, merchantability, or infringement of any patent, copyright or other intellectual property right. Intel products are not intended for use in medical, life saving, or life sustaining applications. Intel may make changes to specifications and product descriptions at any time, without notice. This document as well as the software described in it is furnished under license and may only be used or copied in accordance with the terms of the license. The information in this manual is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Intel Corporation. Intel Corporation assumes no responsibility or liability for any errors or inaccuracies that may appear in this document or any software that may be provided in association with this document. Except as permitted by such license, no part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means without express written consent of Intel Corporation. Some names, products, and services mentioned herein are the trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Other names and brands may be claimed as the property of others. Publication Date: December 2001 Document Number: Intel Corporation Telecommunications and Embedded Group 1515 Route 10 Parsippany, NJ For Technical Support, visit the Dialogic support website at: For Sales Offices and other contact information, visit the main Dialogic website at: ii Continuous Speech Processing API Programming Guide

3 Table of Contents About This Publication ix 1 Product Description Features How CSP Works Echo Canceller Voice Activity Detector (VAD) Pre-Speech Buffer Barge-In and Voice Event Signaling Recording or Streaming to the Host Supported Data Formats Supported Data Formats on SpringWare Boards Supported Data Formats on DM3 Boards Comparison with Existing Features CSP Support on SpringWare Versus DM3 Boards Event Handling Error Handling Application Development Guidelines Guidelines for Developing CSP Applications Reserving Extra Time Slots Including Header Files and Linking Opening a Voice Channel Assigning Time Slots Configuring the CSP Device Channel Using ec_setparm() Configuring the CSP Device Channel Using dx_setparm() Setting Up VAD Event Notification Setting Up EC Convergence Event Notification Setting Up Streaming or Recording Playing a Prompt Collecting Events Performing Voice Processing Cleaning Up Interoperability Considerations for SpringWare Boards Transaction Record DSP-Based Fax ISDN Using the Voice Activity Detector Voice Activity Detector Operating Modes Sending a VAD Event to the Host Application Stopping Play When Speech is Detected (Barge-In) Voice-Activated or Constant Recording Sample VAD Scenarios Continuous Speech Processing API Programming Guide iii

4 Contents 5.2 VAD Operation Fine-Tuning VAD Performance Fine-Tuning VAD Performance on SpringWare Boards Fine-Tuning VAD Performance on DM3 Boards Buffers and Data Flow Types of Buffers Data Flow Buffer Usage Tips Echo Canceller Convergence Notification Building Applications CSP Library Integration with Voice Libraries Compiling and Linking Include Files Required Libraries Glossary Index Index-1 iv Continuous Speech Processing API Programming Guide

5 Contents Tables 1-1 Feature Comparison CSP Support on SpringWare Boards and DM3 Boards VAD and Barge-In Operating Modes Sample VAD Scenarios Types of Buffers Used in CSP (SpringWare Boards) Types of Buffers Used in CSP (DM3 Boards) Continuous Speech Processing API Programming Guide v

6 Contents vi Continuous Speech Processing API Programming Guide

7 Figures 1-1 CSP Components and Data Flow Echo Cancellation Using an External Reference Signal Echo Canceller Example of Voice Activity Detector (VAD) Operation Data Flow from Application to Firmware Data Flow from Application to Firmware (DM3 Boards) CSP, SRL and Voice Libraries Continuous Speech Processing API Programming Guide vii

8 Contents viii Continuous Speech Processing API Programming Guide

9 About This Publication The following topics provide information about this publication: Purpose Intended Audience How to Use This Publication Related Information Purpose This publication provides guidelines for building applications using the Continuous Speech Processing (CSP) software and voice software running on Dialogic supported boards, both SpringWare (also known as earlier-generation) and DM3 boards, in a Linux or Windows environment. It is a companion guide to the Continuous Speech Processing API Library Reference which provides details on functions and parameters in the CSP library. Intended Audience This publication is written for the following audience: Distributors System Integrators Toolkit Developers Independent Software Vendors (ISVs) Value Added Resellers (VARs) Original Equipment Manufacturers (OEMs) How to Use This Publication Refer to this publication after you have installed the hardware and the system software which includes the CSP software. This publication assumes that you are familiar with the Linux or Windows operating system and the C programming language. It is helpful to keep the Voice Software Reference handy as you develop your application. Continuous Speech Processing API Programming Guide ix

10 About This Publication The information in this guide is organized as follows: Chapter 1, Product Description introduces you to CSP, its key features, how CSP works. Chapter 2, Event Handling defines an event and describes how to handle an event. Chapter 3, Error Handling presents information on how to obtain error codes and handle errors. Chapter 4, Application Development Guidelines presents guidelines for application development, including interoperability considerations for SpringWare boards. Chapter 5, Using the Voice Activity Detector discusses the Voice Activity Detector (VAD) in detail. It tells you how to set parameters for various outcomes, and how to fine-tune VAD performance. Chapter 6, Buffers and Data Flow discusses the types of buffers used by CSP, buffer usage tips, and data flow. Chapter 7, Echo Canceller Convergence Notification explains how to send a notification event to the application when the echo canceller has converged. Chapter 8, Building Applications provides information on compiling and linking, such as header files to be included and library files to be linked. Glossary provides a definition of terms used in this guide. Related Information Refer to the following documents and Web site for more information on developing your application: Continuous Speech Processing API Library Reference Continuous Speech Processing Demo Guide System Release Guide System Release Update (available on the Dialogic Technical Support Web site only) Voice Software Reference (includes the Voice Features Guide, Standard Runtime Library Programmer s Guide and Voice Programmer s Guide) Compatibility Guide for the Dialogic R4 API on DM3 Products SCbus Routing Function Reference GlobalCall API Software Reference ISDN Software Reference DM3 Configuration File Reference Dialogic FirstCall InfoServer Web site at x Continuous Speech Processing API Programming Guide

11 Product Description 1 The following topics provide information on Continuous Speech Processing: Features How CSP Works Supported Data Formats Comparison with Existing Features CSP Support on SpringWare Versus DM3 Boards Features Continuous Speech Processing (CSP) is software that supports development of host-based automatic speech recognition (ASR) applications on specific Dialogic boards. It provides many features such as high-performance echo cancellation, voice energy detection, barge-in, voice event signaling, pre-speech buffering, full-duplex operation and more. CSP consists of a library of functions, device drivers, firmware, sample demonstration programs and technical documentation to help you create leading-edge ASR applications. It is a significant enhancement to existing Dialogic echo cancellation resource (ECR) and barge-in technology. Key features of CSP include: Full-duplex operation which means the capability of simultaneously sending and receiving (playing and recording) voice data on a single CSP channel. Echo canceller that eliminates up to 16 milliseconds of echo in the incoming signal. Voice activity detector (VAD) that determines when significant audio energy is detected on the channel and enables data to be sent only when speech is present, thereby reducing CPU loading. Voice event signaling capability which means that when the VAD detects significant energy in the incoming signal, the CSP firmware can optionally send a message to the host application. Barge-in capability which allows a party to speak or enter keypad digits without waiting for the end of a prompt. Pre-speech buffering that can store up to 250 milliseconds of incoming speech in a circular buffer, reducing the problem of clipped speech and increasing recognition accuracy. This buffered data is passed on to the host application along with subsequent speech signals. Ability to modify certain VAD parameters on the fly. You can modify certain VAD parameters, such as the speech threshold, while streaming or recording is in progress. Ability to generate both TDX_BARGEIN and TDX_PLAY events when a prompt is interrupted, rather than just TDX_BARGEIN event. Ability to rearm or re-enable the VAD. This is useful when non-speech such as a cough is determined. Continuous Speech Processing API Programming Guide 1-1

12 Product Description Ability to send an external reference signal (echo-reference signal) from another device across the TDM bus to the CSP voice channel. Using this feature allows you to share the echo canceller and VAD resource on one CSP voice channel with other devices. Demonstration program that illustrates the key features of CSP. The following features are available on DM3 boards only: Echo canceller convergence event notification ability to send an event to the host application when the echo canceller has converged; that is, the echo component has been significantly reduced. More powerful voice activity detector (VAD) the VAD performs sophisticated calculations using a combination of energy and zero-crossing mode (where the energy level goes to zero for a time period) to accurately determine the start of speech. For a description of technical terms, see the Glossary. 1.2 How CSP Works To help you understand how CSP works, consider the following scenario of an ASR auto-attendant application. A caller telephones XYZ company, listens to the welcome greeting (the outgoing prompt), and interrupts the prompt by speaking the name of the person she wishes to contact, for example, Steve Smith (this is the incoming signal). Note: If the CSP software detects energy above the configurable threshold in the incoming signal, CSP then terminates the prompt (this is barge-in), removes echo from the incoming signal and forwards the Steve Smith signal, with the pre-threshold speech that has been buffered, to the ASR application. The application recognizes the name, correctly responds to the request, and connects the caller to the intended audience. The CSP software does not include an ASR or text-to-speech (TTS) resource. Several CSP components (listed below) make this connection possible. Many of these components reside in the firmware level of the CSP-capable board. Echo Canceller Voice Activity Detector (VAD) Pre-Speech Buffer Barge-In and Voice Event Signaling Recording or Streaming to the Host Figure 1-1 depicts the data flow from the network to the CSP voice channel. It also shows how echo is introduced in the signal in the network and how it is cancelled. On DM3 boards, the option of sending the echo-cancelled signal over the TDM bus to another board is not available. 1-2 Continuous Speech Processing API Programming Guide

13 Product Description Additional functionality is provided that allows you to send a reference signal from another device over the TDM bus to the CSP voice channel. This external reference signal can be from a secondary network device. Figure 1-2 depicts this feature. Figure 1-1. CSP Components and Data Flow ECHO-PRODUCING CIRCUIT TDM Bus Public Switched Telephone Network Network Device Incoming Signal (With Echo) CSP VOICE CHANNEL Voice Activity Detector Application Receives Data (e.g. Stream or Record) Echo-Cancelled Signal Echo Canceller Incoming Signal (With Echo) Optionally Sent Over TDM Bus Application Sends Data (e.g. Play a Prompt) Transmit Reference Signal to Another Board Outgoing Signal TDM Bus Legend: Control Messages Voice Data Optional Voice Data Flow Continuous Speech Processing API Programming Guide 1-3

14 Product Description Figure 1-2. Echo Cancellation Using an External Reference Signal CALLER A TDM Bus Public Switched Telephone Network Network Device Outgoing Signal Incoming Signal (With Echo) CSP VOICE CHANNEL Voice Energy Detector Echo Cancelled Signal Echo Canceller Incoming Signal (With Echo) Reference Signal CALLER B Incoming Signal Public Switched Telephone Network Network Device (With Echo) Outgoing Signal TDM Bus Legend: Control Messages Voice Data In Figure 1-2, caller A and caller B are in conversation. There is a full-duplex connection between these two callers. Caller A s signal is received on the same physical device on which the echo canceller is located. Caller B s signal is from a secondary network device. The CSP voice channel listens to two signals: the incoming signal from caller A (which contains echo) and the incoming signal from caller B (which serves as an external reference signal to reduce the echo). 1-4 Continuous Speech Processing API Programming Guide

15 Product Description By using caller B's incoming signal as a reference signal, the echo canceller produces an echocancelled signal for caller A Echo Canceller The echo canceller is a component in the CSP software that is used by applications to eliminate echoes in the incoming signal. In the scenario described in Section 1.2, How CSP Works, on page 1-2, the incoming signal is the utterance Steve Smith. Because of the echo canceller, the Steve Smith signal has insignificant echo and can be processed more accurately by the speech recognition engine. Figure 1-3 shows a close-up view of how the echo canceller works. After the incoming signal is processed by the echo canceller, the resulting signal no longer has significant echo and is then sent to the host application. Figure 1-3. Echo Canceller ECHO CANCELLER Incoming Signal (With Echo) ECHO SUBTRACTER (Incoming Signal) _ (Echo Estimate) = Echo cancellation Echo-cancelled Signal Reference Signal ECHO ESTIMATOR and Other Control Circuitry If echo cancellation is not used, the incoming signal usually contains an echo of the outgoing prompt. Without echo cancellation, an application must ignore all incoming speech until the prompt and its echo terminate. These applications typically have an announcement that says, At the tone, please say the name of the person you wish to reach. With echo cancellation, the caller may interrupt the prompt, and the incoming speech signal can be passed to the ASR application. The echo canceller is controlled by the ECCH_ECHOCANCELLER parameter in ec_setparm( ). It is turned on by default. For more information, see the Continuous Speech Processing API Library Reference. Continuous Speech Processing API Programming Guide 1-5

16 Product Description Tap Length Note: On DM3 boards, tap length is not configurable. The tap length is fixed at 128 taps or 16 ms. The duration of an echo is measured in tens of milliseconds. An echo canceller can remove some limited number of these milliseconds, and this number is known as the length of the echo canceller. The length of an echo canceller is sometimes given as taps, where each tap is 125 microseconds long. The longer the tap length, the more echo is cancelled from the incoming signal. However, this means more processing power is required. When determining the tap length value, consider the length of the echo delay in your system as well as your overall system configuration. To configure the tap length of the echo canceller, use DXCH_EC_TAP_LENGTH in ec_setparm( ). For more information, see the Continuous Speech Processing API Library Reference Adaptation Modes Note: On DM3 boards, the adaptation mode parameter is not supported. The echo canceller has two adaptation modes: Fast mode, for rapid convergence. Fast mode is used immediately after the echo canceller is reset and once energy is detected on the reference signal. Fast mode means that a higher adaptation gain factor (AGF) is used. Convergence occurs at a faster rate, but the residual error or echo is greater than in slow mode. Slow mode, for slower convergence. Slow mode is used the rest of the time. This second mode is entered automatically after a few seconds of fast mode. Slow mode means that a lower adaptation gain factor (AGF) is used. Convergence occurs at a slower rate, but residual error or echo is lower. To configure the mode, use the ECCH_ADAPTMODE parameter in ec_setparm( ). For more information, see the Continuous Speech Processing API Library Reference. Regardless of the parameter value, the echo canceller always starts with a higher automatic gain factor (fast mode) after it is reset, and then switches to a lower automatic gain factor (slow mode). By starting with fast mode, then switching to slow mode, the echo canceller can converge rapidly and achieve smaller residual echo. Two factors are used in determining the switch from fast to slow mode: Echo Return Loss Enhancement (ERLE) adaptation time (a few seconds) When ECCH_ADAPTMODE is set to 0, both factors are used. When ECCH_ADAPTMODE is set to 1, the second factor only (adaptation time) is used. 1-6 Continuous Speech Processing API Programming Guide

17 Product Description Voice Activity Detector (VAD) When a caller begins to speak over a prompt (also known as barge-in), the application typically stops the playing of the prompt so that it isn t distracting to the caller. A voice activity detector (VAD) is a component in the CSP software that examines the caller s incoming signal and determines if the signal contains significant energy and is likely to be speech rather than a click, for example. The significance is determined by configurable parameters. The VAD has several configurable parameters such as the threshold of energy that is considered significant during prompt play and after the prompt has completed play. For more information, see parameter descriptions in ec_setparm( ) in the Continuous Speech Processing API Library Reference. For information on the VAD, see Chapter 5, Using the Voice Activity Detector. For information on choices of operating modes for the VAD, see Section 5.1, Voice Activity Detector Operating Modes, on page Pre-Speech Buffer The VAD does not usually detect an utterance just as it arrives; instead, the energy of the utterance builds until the utterance triggers the VAD. For example, the name Steve, when pronounced, begins with a low-energy hiss. If the VAD is monitoring the incoming speech signal, and only sends the signal to the application after the beginning of an utterance is detected, then most likely the low-energy start of the utterance will be missing. The ASR engine requires the complete speech utterance to correctly process the signal to fulfill the caller s request. To avoid this problem, the CSP software stores a pre-speech buffer; that is, a recording of the echo-cancelled incoming speech signal prior to the VAD trigger. The data in the pre-speech buffer is sent to the application along with all subsequent speech signals. Pre-speech buffers are an integral part of VAD. See Figure 6-1, Data Flow from Application to Firmware, on page 6-4 and Figure 6-2, Data Flow from Application to Firmware (DM3 Boards), on page 6-5 for an illustration of the pre-speech buffer. There is one pre-speech buffer per voice channel. A pre-speech buffer can hold 250 milliseconds of speech when a sampling rate of 8000 samples per second and a sampling size of 8 bits per sample are used Barge-In and Voice Event Signaling The combination of echo cancellation (EC) and voice activity detector (VAD) can be used to effect barge-in, the act of speaking over a prompt. EC significantly reduces the echo of the prompt from the incoming speech signal. The VAD detects the beginning of an utterance and optionally can send a VAD event to the host application. Continuous Speech Processing API Programming Guide 1-7

18 Product Description The barge-in feature stops the playing of the prompt upon detection of audio energy exceeding the threshold. For some applications, you may choose to halt the prompt based on other criteria; for example, only after the caller utters a valid vocabulary word. In this case, CSP can be set to inform the application that energy has been detected without terminating the prompt playback. This is called voice event signaling. CSP then sends the pre-speech buffer followed by the speech buffers in real time to the application. For more information on setting barge-in and sending notification to the host application, see Section 5.1.2, Stopping Play When Speech is Detected (Barge-In), on page 5-2 and Section 5.1.1, Sending a VAD Event to the Host Application, on page 5-2. For detailed function and parameter descriptions, see ec_setparm( ) in the Continuous Speech Processing API Library Reference Recording or Streaming to the Host Note: You can choose to record (stream) data at all times or only after the VAD has detected speech. Voice-activated recording refers to the process of recording or streaming data to the host application only after the VAD has detected speech. Data in the pre-speech buffer is also sent to the host application as part of this process. In the industry, the terms recording and streaming are often used interchangeably. In this document, the terms have slight differences in meaning. Streaming refers to the transfer of data from the firmware to the application on the host. Recording refers to the transfer of data from the firmware to a file or memory buffer on the host. The ECCH_VADINITIATED parameter in ec_setparm( ) controls whether speech data is transmitted constantly or only after the VAD detects an utterance. Data is transmitted using the ec_reciottdata( ) or ec_stream( ) functions. For more information, see Section 7.1.4, Sample VAD Scenarios, on page 7-3 and the function descriptions in the Continuous Speech Processing API Library Reference. 1.3 Supported Data Formats Information on supported data formats is provided in the following topics: Supported Data Formats on SpringWare Boards Supported Data Formats on DM3 Boards 1-8 Continuous Speech Processing API Programming Guide

19 Product Description Supported Data Formats on SpringWare Boards The CSP software supports the following encoding algorithms, sampling rates and sampling sizes for play and recording/streaming on CSP channels (WAVE or VOX file format): Mu-law PCM, 8 khz sampling rate, 8-bit resolution (64 kbps) A-law PCM, 8 khz sampling rate, 8-bit resolution (64 kbps) Linear PCM, 8 khz sampling rate, 8-bit resolution (64 kbps) OKI ADPCM, 8 khz sampling rate, 4-bit resolution (32 kbps) Notes: 1. If you play or record a file using an unsupported data format, CSP features are not available. 2. On SpringWare boards, we recommend that you use the same data format for play and recording/streaming Supported Data Formats on DM3 Boards Note: The CSP software supports the following encoding algorithms, sampling rates and sampling sizes for streaming on CSP channels using ec_stream( ) or ec_reciottdata( ) functions (WAVE or VOX file format with some exceptions): Mu-law PCM, 8 khz sampling rate, 8-bit resolution (64 kbps) A-law PCM, 8 khz sampling rate, 8-bit resolution (64 kbps) Linear PCM, 8 khz sampling rate, 16-bit resolution little Endian and big Endian format (128 kbps) (VOX file format only) If you stream a file using an unsupported data format, CSP features are not available. The CSP software supports the following encoding algorithms, sampling rates and sampling sizes for playing files during a CSP streaming session (WAVE or VOX file format): Mu-law PCM, 6 and 8 khz sampling rate, 8-bit resolution (48 and 64 kbps) A-law PCM, 6 and 8 khz sampling rate, 8-bit resolution (48 and 64 kbps) Notes: 1. If you play a file using an unsupported data format while CSP streaming is occurring, CSP features are not available. 2. While CSP streaming is occurring on a channel, recording on this same voice channel is not supported. 1.4 Comparison with Existing Features Table 1-1 shows a brief comparison of the key differences between the ECR software (also known as HDEC, High-Density Echo Cancellation), the Barge-In package and the CSP software. For a complete list of hardware that supports CSP, see the Release Guide and Release Update. Continuous Speech Processing API Programming Guide 1-9

20 Product Description Table 1-1. Feature Comparison Feature Full-duplex channel (simultaneous play and record) Available in Bargein package Available in ECR No No Yes Available in CSP Hardware support D/21H, D/41H and D/41ESC Dialogic high-density boards only JCT-series boards and DM3 boards Data format for play and record/stream PCM 8 khz (no AGC) PCM 8 khz (no AGC) Several data formats available. For details, see Section 1.3, Supported Data Formats, on page 1-8. Echo cancellation tap length 6 milliseconds (48 taps) used only for signal detection Up to 16 milliseconds (128 taps) Up to 16 milliseconds (128 taps) Integrated barge-in and echo-cancelled streaming No No Yes Pre-speech buffers 256 bytes (can store up to 125 milliseconds) No Can store up to 250 milliseconds of 8 khz PCM data Echo-cancelled record initiated by voice activity detector Yes No Yes API Part of voice library Part of voice library Separate CSP library 1.5 CSP Support on SpringWare Versus DM3 Boards Table 1-2 summarizes the differences that exist when running CSP on DM3 boards versus on SpringWare boards. For more information on parameters and functions mentioned in Table 1-2, see the ec_setparm( ) function description and other function descriptions in the Continuous Speech Processing API Library Reference Continuous Speech Processing API Programming Guide

21 Product Description Table 1-2. CSP Support on SpringWare Boards and DM3 Boards Feature/Functionality SpringWare Boards DM3 Boards Notes firmware buffer size (DXBD_RXBUFSIZE and DXBD_TXBUFSIZE) Supported Not supported driver or transfer buffer size (ECCH_XFERBUFFERSIZE) echo cancellation tap length (DXCH_EC_TAP_LENGTH) non-play speech threshold, trigger and window parameters (DXCH_SPEECHNONPLAYTHRESH, DXCH_SPEECHNONPLAYTRIGG, DXCH_SPEECHNONPLAYWINDOW) Supported Supported On DM3 boards, this parameter handles both firmware and driver buffers. 48 to 128 tap 128 tap (not modifiable) Supported Not supported Non-play parameters are not used on DM3 boards. adaptation mode (ECCH_ADAPTMODE) Supported Not supported zero-crossing mode (ECCH_SVAD) Not supported Supported automatic gain control (AGC) Supported Not supported AGC must be turned off in all ASR applications. echo canceller convergence notification Not supported Supported termination conditions in DV_TPT data structure DX_MAXTIME, DX_MAXSIL, DX_MAXNOSIL supported only All conditions supported except DX_MAXTIME, DX_LCOFF, DX_PMON and DX_PMOFF Applies when using ec_ functions. In CSP, DV_TPT terminating conditions are edge-sensitive. call control through GlobalCall Supported Supported call control through the Voice library Supported Not supported flexible routing configuration Not relevant Supported For a definition of this term, see the Glossary. fixed routing configuration Not relevant Not supported For a definition of this term, see the Glossary. Continuous Speech Processing API Programming Guide 1-11

22 Product Description 1-12 Continuous Speech Processing API Programming Guide

23 Event Handling 2 If your application is running in asynchronous mode, you may need to use a Standard Runtime Library (SRL) function to collect events being sent from the firmware, depending on the programming model in use. For more information, see the Standard Runtime Library Programmer s Guide (in the Voice Software Reference). For a list of events that may be returned by the CSP software, see the Continuous Speech Processing API Library Reference. Continuous Speech Processing API Programming Guide 2-1

24 Event Handling 2-2 Continuous Speech Processing API Programming Guide

25 Error Handling 3 Continuous Speech Processing (CSP) library functions return a value to indicate success or failure of the function. To indicate success, the library returns a value of zero or a non-negative number. To indicate failure, the library returns a value of -1. Error codes that may be returned by a function are described with each function description in the Continuous Speech Processing API Library Reference. If a library function fails, call the standard attribute function ATDV_LASTERR( ) to return the error code and ATDV_ERRMSGP( ) to return a string describing the error. These functions are described in the Standard Runtime Library Programmer s Guide (in the Voice Software Reference). If ATDV_LASTERR( ) returns the error EDX_SYSTEM, a system error has occurred. In Linux, check the global variable errno contained in errno.h. In Windows, use dx_fileerrno( ) to obtain the system error value. For a list of possible system error values, see the dx_fileerrno( ) function description in the Voice Software Reference. Continuous Speech Processing API Programming Guide 3-1

26 Error Handling 3-2 Continuous Speech Processing API Programming Guide

27 Application Development Guidelines 4 When developing your Continuous Speech Processing (CSP) application, refer to the following guidelines and interoperability considerations: Guidelines for Developing CSP Applications Interoperability Considerations for SpringWare Boards Guidelines for Developing CSP Applications Guidelines for developing CSP applications are provided in the following topics: Reserving Extra Time Slots Including Header Files and Linking Opening a Voice Channel Assigning Time Slots Configuring the CSP Device Channel Using ec_setparm() Configuring the CSP Device Channel Using dx_setparm() Setting Up VAD Event Notification Setting Up EC Convergence Event Notification Setting Up Streaming or Recording Playing a Prompt Collecting Events Performing Voice Processing Cleaning Up Details on CSP functions mentioned in this section can be found in the Continuous Speech Processing API Library Reference. By convention, CSP-specific functions begin with ec_, such as ec_stream( ). Voice-specific functions begin with dx_, such as dx_play( ). Functions that are part of the Standard Runtime Library begin with sr_. Continuous Speech Processing API Programming Guide 4-1

28 Application Development Guidelines Reserving Extra Time Slots If you wish to send echo-cancelled data to another device in your system over a time-divisionmultiplexed bus (TDM bus), you must reserve an extra time slot for your CSP-capable channel. Notes: 1. On DM3 boards, this feature is not supported. 2. On D/120JCT-LS boards, you must turn the extra time slot parameter on to use CSP. In Linux, you configure this time slot at initialization time in dialogic.cfg. In Windows, you configure this time slot at initialization time in the Dialogic Configuration Manager (DCM), under the Misc tab. See the System Installation and Configuration Guide and DCM online help for more information. To retrieve the number of the time slot which transmitted the echo-cancelled data, use ec_getxmitslot( ). For details, see the Continuous Speech Processing API Library Reference. By default, no extra time slots are configured. It is assumed that the echo-cancelled data is sent to the host application, either recorded to a file for storage or streamed to memory for use by the application Including Header Files and Linking In your application, include Dialogic header files srllib.h, dxxxlib.h and eclib.h in this order. In Linux, link to the libec.so, libdxxx.so, and libsrl.so libraries. In Windows, link to the libecmt.lib, libdxxmt.lib, and libsrlmt.lib libraries. See Section 8.2, Compiling and Linking, on page 8-2 for more information Opening a Voice Channel Open a voice channel to obtain the channel device handle. If you intend to modify board-level parameters, open a voice board. Open a network channel if applicable. See the function reference in the Voice Software Reference for more information. On DM3 boards, the flexible routing configuration is supported (for a definition, see the Glossary). On DM3 boards, you must use GlobalCall functions for call control. On DM3 network devices, use GlobalCall functions to open and close device handles. You can choose to open a voice device together with the network device using gc_open( ), or you can open the voice device separately using dx_open( ). For SCbus routing, use digital network interface (DTI) functions Assigning Time Slots If your system configuration uses the SCbus or CT Bus, perform time slot routing for SCbus or CT Bus. See the SCbus Routing Function Reference for more information. 4-2 Continuous Speech Processing API Programming Guide

29 Application Development Guidelines Configuring the CSP Device Channel Using ec_setparm() Configure your CSP device channel to suit your specific purpose using ec_setparm( ). Several parameters are available to define values such as: tap length of echo canceller (48 taps by default for SpringWare boards; 128 taps for DM3) voice-activated record (on by default) barge-in (off by default) non-linear processing (NLP, on by default; must be turned off for ASR applications) other VAD parameters such as the threshold of energy that is considered significant during prompt play and after the prompt has terminated For more information, see Section 5.1, Voice Activity Detector Operating Modes, on page 5-1, Chapter 6, Buffers and Data Flow, Section 1.5, CSP Support on SpringWare Versus DM3 Boards, on page 1-10, and the Continuous Speech Processing API Library Reference Configuring the CSP Device Channel Using dx_setparm() If desired, configure your CSP device channel using dx_setparm( ). See the function reference description in the Voice Software Reference for more information on this function Setting Up VAD Event Notification If desired, specify that the voice activity detector (VAD) send notification when audio energy is detected. To do so, set up a VAD event mask, DM_VADEVTS, to be passed from the firmware to the application using dx_setevtmsk( ). See Section 5.1.1, Sending a VAD Event to the Host Application, on page 5-2 for more information Setting Up EC Convergence Event Notification Note: On SpringWare boards, this feature is not supported. If desired, specify that the board send notification to the host when the incoming signal is converged (that is, echo-cancelled). To do so, set the DM_CONVERGED event mask for the CSP device channel using dx_setevtmsk( ). The notification is passed from the firmware to the application as a TEC_CONVERGED event. See Chapter 7, Echo Canceller Convergence Notification for more information Setting Up Streaming or Recording If desired, set up the application to process the incoming signal or speech utterance. Call ec_reciottdata( ) to record echo-cancelled data to a file or to a memory buffer (data is available to the application at the completion of the record activity) or ec_stream( ) to send echo- Continuous Speech Processing API Programming Guide 4-3

30 Application Development Guidelines cancelled data to the application as it is received. For more information, see the function reference information in the Continuous Speech Processing API Library Reference. For SpringWare boards, you must turn off Automatic Gain Control (AGC) in your ASR application using MD_NOGAIN in the mode parameter. For DM3 boards, AGC is not available during an echo-cancelled recording or streaming. Note: The TEC_STREAM event is the completion event returned. Voice library record functions such as dx_reciottdata( ) cannot be used simultaneously with ec_reciottdata( ) or ec_stream( ) on a CSP channel Playing a Prompt Set up your application to play a prompt. For more information on functions used to play a prompt, such as dx_play( ) and dx_playiottdata( ), see the function reference section in the Voice Software Reference. For a list of data formats supported for CSP, see Section 1.3, Supported Data Formats, on page Collecting Events If your application is running in asynchronous mode, you may need to use sr_waitevt( ), sr_enbhdlr( ) or other SRL function to collect an event code being sent from the firmware, depending on the programming model in use. For more information, see the Standard Runtime Library Programmer s Guide (in the Voice Software Reference). Depending on how you configure the CSP device channel, you will get different events. Handle each event appropriately. For example, the TDX_BARGEIN event indicates that play was halted by the VAD. The TEC_VAD event indicates that speech activity was detected. For more information on event codes, see the Continuous Speech Processing API Library Reference Performing Voice Processing Continue with voice processing in your application. For example, you will want to act on the data that has been recognized, such as routing the call, prompting for another response, or sending the caller to voic Cleaning Up At the end of the application, unroute time slots and close the open channels. 4-4 Continuous Speech Processing API Programming Guide

31 Application Development Guidelines 4.2 Interoperability Considerations for SpringWare Boards For SpringWare boards only. In most cases, the CSP software can operate with other existing Dialogic features. The current ECR feature (also known as HDEC, High-Density Echo Cancellation) continues to be supported with CSP. To ensure proper operation, however, review compatibility issues for the following areas: Transaction Record DSP-Based Fax ISDN Transaction Record For SpringWare boards only. Transaction record enables an application to record a two-way transaction or conversation. It takes two inputs from the SCbus to perform this record. For more information on this feature, see the Voice Software Reference. At any given time, you can use a channel for either a CSP operation or a transaction record operation; both features cannot be used simultaneously on a channel DSP-Based Fax For SpringWare boards only. Currently DSP-based fax cannot be used together with CSP on the same board ISDN For SpringWare boards only. Currently ISDN cannot be used together with CSP on the same span on a board. Certain DualSpan products allow for ISDN on the first span and CSP on the second span. See the Release Guide and Release Update for more information on hardware support. See the Dialogic Technical Support web site at for a Tech Note on how to route a CSP voice resource to an ISDN network resource. Alternatively, you can use ISDN and CSP together in a system by installing a Dialogic network interface product (DTI/SC) in your system in addition to the Dialogic voice product (such as a D/240JCT-T1). Continuous Speech Processing API Programming Guide 4-5

32 Application Development Guidelines 4-6 Continuous Speech Processing API Programming Guide

33 Using the Voice Activity Detector 5 The following topics provide more information on the voice activity detector (VAD): Voice Activity Detector Operating Modes VAD Operation Fine-Tuning VAD Performance Voice Activity Detector Operating Modes The voice activity detector (VAD) is a component in the CSP software that examines a caller s incoming signal and determines if the signal contains significant energy and is likely to be speech rather than a click, for example. When the voice activity detector (VAD) detects audio energy, you can specify that it act on this energy in one or more of the following ways: send a VAD event to the host application when speech is detected stop play when speech is detected (barge-in) or allow play to continue record/stream data to the host application only after energy is detected (voice-activated record/ stream) or constantly record/stream Table 5-1 summarizes the types of operation, the modes and the settings required to enable them. Table 5-1. VAD and Barge-In Operating Modes Operation Modes Required Setting send VAD event to host when speech is detected on DM_VADEVTS event bit mask set in dx_setevtmsk( ) off (default) DM_VADEVTS bit mask not set stop play when speech is detected on DXCH_BARGEIN = 1 in ec_setparm( ) On SpringWare boards, to use barge-in, you must also set ECCH_VADINITIATED to 1. off (default) DXCH_BARGEIN = 0 record/stream data constant ECCH_VADINITIATED = 0 in ec_setparm( ) Use ec_reciottdata( ) or ec_stream( ) to record echocancelled data voice activated (default) ECCH_VADINITIATED = 1 in ec_setparm( ) Use ec_reciottdata( ) or ec_stream( ) to record echocancelled data Continuous Speech Processing API Programming Guide 5-1

34 Using the Voice Activity Detector The following topics provide more information on the VAD operating modes: Sending a VAD Event to the Host Application Stopping Play When Speech is Detected (Barge-In) Voice-Activated or Constant Recording Sample VAD Scenarios Sending a VAD Event to the Host Application The DM_VADEVTS parameter in dx_setevtmsk( ) controls whether the firmware sends a VAD event to the host application every time energy is detected. (This is also known as voice event signaling.) This may be useful when you want to halt the playing of the prompt based on other criteria, such as after the caller utters a valid vocabulary word. CSP then sends the pre-speech buffers followed by the speech buffers in real time to the application. The event sent to the host application is called TEC_VAD. Use sr_waitevt( ), sr_enbhdlr( ), or other SRL function to collect an event code, depending on the programming model in use. For more information on SRL functions, see the Standard Runtime Library Programmer s Guide (in the Voice Software Reference). This event is only generated when data is being recorded or streamed. If VAD detects energy and a record or stream activity is not occurring, a VAD event is not sent to the host application. By default, no event is sent to the host application. Note: For more information on using DM_VADEVTS, see Section 5.1.4, Sample VAD Scenarios, on page 5-3. The DM_VADEVTS parameter does not need to be set in order for barge-in and recording/ streaming capability to be available Stopping Play When Speech is Detected (Barge-In) The DXCH_BARGEIN parameter in ec_setparm( ) controls whether barge-in is executed in the application. This means that when speech is detected, the prompt play is automatically halted. This allows the caller to speak without distraction. The event sent to the host application is called TDX_BARGEIN and can be returned by calling sr_waitevt( ). The default value is barge-in disabled. For more information on using DXCH_BARGEIN, see Section 5.1.4, Sample VAD Scenarios, on page 5-3. Notes: 1. If desired, you can use the DXCH_BARGEINONLY parameter in ec_setparm( ) to generate the TDX_PLAY event in addition to the TDX_BARGEIN event when a barge-in condition occurs. 2. Streaming or recording starts on voice detection or on DTMF detection. 5-2 Continuous Speech Processing API Programming Guide

35 Using the Voice Activity Detector Voice-Activated or Constant Recording The ECCH_VADINITIATED parameter in ec_setparm( ) controls whether speech utterance data is transmitted only after the VAD detects speech energy or at all times. To implement constant recording or streaming, turn this parameter OFF. To implement voiceactivated recording or streaming, turn this parameter ON. Speech is transmitted using the ec_reciottdata( ) or ec_stream( ) functions. The default value is speech utterance data is transmitted only after the VAD detects energy. This setting is particularly useful for reducing CPU loading by only streaming data when audio energy is present. For more information on using ECCH_VADINITIATED, see Section 5.1.4, Sample VAD Scenarios, on page Sample VAD Scenarios Note: You can set VAD parameters and use the record/stream functions in different ways to achieve a specific purpose. The scenarios in Table 5-2 are a few ways in which you might set the DM_VADEVTS, ECCH_VADINITIATED, DXCH_BARGEIN parameters and record/stream functions for use in your application. This section does not discuss all available parameters for use with Continuous Speech Processing (CSP). Other parameters that may need to be set include DXCH_EC_TAP_LENGTH, ECCH_ECHOCANCELLER (on by default), and ECCH_XFERBUFFERSIZE, among others. For information on all parameters, see the ec_setparm( ) function description in the Continuous Speech Processing API Reference. Table 5-2. Sample VAD Scenarios Scenario Function/Parameter A B C D ec_stream( ) or ec_reciottdata( )!!!! ECCH_VADINITIATED!! " " DXCH_BARGEIN!! " " DM_VADEVTS! " "! In the table, the check mark denotes that the function is initiated or that the parameter is turned on. The x denotes that the parameter is turned off. The following topics provide more information on the sample scenarios: Scenario A: Streaming with VAD Scenario B: Streaming with VAD and without VAD Event Scenario C: Streaming without VAD (Constant Streaming) Scenario D: Constant Streaming with VAD Event Continuous Speech Processing API Programming Guide 5-3

Dialogic Continuous Speech Processing API

Dialogic Continuous Speech Processing API Dialogic Continuous Speech Processing API Programming Guide September 2007 05-1699-006 Copyright 2000-2007. All rights reserved. You may not reproduce this document in whole or in part without permission

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Programming Guide October 2004 05-1699-004 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Demo Guide June 2005 05-1701-005 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Continuous Speech Processing API for Host Media Processing

Continuous Speech Processing API for Host Media Processing Continuous Speech Processing API for Host Media Processing Demo Guide April 2005 05-2084-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Demo Guide November 2003 05-1701-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Dialogic Continuous Speech Processing API

Dialogic Continuous Speech Processing API Dialogic Continuous Speech Processing API Demo Guide May 2008 05-2084-005 Copyright 2005-2008. All rights reserved. You may not reproduce this document in whole or in part without permission in writing

More information

Event Service API for Windows Operating Systems

Event Service API for Windows Operating Systems Event Service API for Windows Operating Systems Programming Guide October 2005 05-1918-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY

More information

Multimedia for Host Media Processing Demo

Multimedia for Host Media Processing Demo Multimedia for Host Media Processing Demo Demo Guide September 2005 05-2456-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR

More information

Global Call API for Host Media Processing on Linux

Global Call API for Host Media Processing on Linux Global Call API for Host Media Processing on Linux Programming Guide September 2004 05-2346-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

Application Note. Using Dialogic Boards to Enhance Unified Messaging Applications

Application Note. Using Dialogic Boards to Enhance Unified Messaging Applications Using Dialogic Boards to Enhance Unified Messaging Applications Using Dialogic Boards to Enhance Unified Messaging Applications Executive Summary Voice mail, fax, and email have become indispensable in

More information

OKI ADPCM, linear A-law and µ-law PCM, and Wave

OKI ADPCM, linear A-law and µ-law PCM, and Wave Intel NetStructure Host Media Processing Software Release 1.1 for the Windows* Operating System Media Processing Software for Building Cost-Effective IP Media Servers Features Implemented as a software-only

More information

Host Media Processing Conferencing

Host Media Processing Conferencing Host Media Processing Conferencing Demo Guide March 2004 05-2290-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Library Reference November 2003 05-1700-003 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

CSTA Gatekeeper Installation and Configuration Guide

CSTA Gatekeeper Installation and Configuration Guide CSTA Gatekeeper Installation and Configuration Guide Order Number: 05-1417-002 Software/Version: CSTA Gatekeeper Version 1.1 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Defining and Implementing Station Feature Sets

Defining and Implementing Station Feature Sets Application Note Defining and Implementing Station Feature Sets Intel in Communications Defining and Implementing Station Feature Sets Application Note Contents Executive Summary 1 Introduction 1 Station

More information

Continuous Speech Processing API for Linux and Windows Operating Systems

Continuous Speech Processing API for Linux and Windows Operating Systems Continuous Speech Processing API for Linux and Windows Operating Systems Library Reference October 2004 05-1700-004 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Third Party Hardware TDM Bus Administration

Third Party Hardware TDM Bus Administration Third Party Hardware TDM Bus Administration for Windows Copyright 2003 Intel Corporation 05-1509-004 COPYRIGHT NOTICE INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel IXP400 Digital Signal Processing (DSP) Software: Priority Setting for 10 ms Real Time Task

Intel IXP400 Digital Signal Processing (DSP) Software: Priority Setting for 10 ms Real Time Task Intel IXP400 Digital Signal Processing (DSP) Software: Priority Setting for 10 ms Real Time Task Application Note November 2005 Document Number: 310033, Revision: 001 November 2005 Legal Notice INFORMATION

More information

Dialogic Multimedia API

Dialogic Multimedia API Dialogic Multimedia API Library Reference August 2007 05-2454-002 Copyright 2005-2007, Dialogic Corporation. All rights reserved. You may not reproduce this document in whole or in part without permission

More information

GDK Version 5.0. Installation & Configuration Guide. for Windows

GDK Version 5.0. Installation & Configuration Guide. for Windows GDK Version 5.0 Installation & Configuration Guide for Windows COPYRIGHT NOTICE Copyright 2000 Dialogic Corporation. All Rights Reserved. All contents of this document are subject to change without notice

More information

Intel NetStructure DMN160TEC ISDN Call Control Performance Testing

Intel NetStructure DMN160TEC ISDN Call Control Performance Testing Application Note Intel NetStructure DMN160TEC ISDN Call Control Performance Testing Intel in Communications Intel NetStructure DMN160TEC Application Note Abstract The Intel NetStructure DMN160TEC network

More information

Choosing the Right Media Board for IVR Systems. White Paper

Choosing the Right Media Board for IVR Systems. White Paper Executive Summary Interactive Voice Response (IVR) is one of the most widely implemented, cost-effective, and useful technologies available. For example, IVR functionality is used in applications for obtaining

More information

Dialogic Learn Mode and Tone Set File API Software Reference Copyright Dialogic Corporation

Dialogic Learn Mode and Tone Set File API Software Reference Copyright Dialogic Corporation Dialogic Learn Mode and Tone Set File API Software Reference Copyright 2003-2009 Dialogic Corporation 05-2069-002 Copyright 2003-2009 Dialogic Corporation. All Rights Reserved. You may not reproduce this

More information

SCSA HARDWARE MODEL AEB HARDWARE MODEL PEB HARDWARE MODEL FORM RESOURCE OS FACTOR BUS SUPPORT

SCSA HARDWARE MODEL AEB HARDWARE MODEL PEB HARDWARE MODEL FORM RESOURCE OS FACTOR BUS SUPPORT D/480SC-2T1 Shown SCSA HARDWARE MODEL AEB HARDWARE MODEL PEB HARDWARE MODEL Voice Processing and T-1/E-1 ISDN PRI Boards MODEL CHANNELS INTERFACE FORM RESOURCE OS FACTOR BUS SUPPORT SIGNALING MS-DOS R2

More information

Intel NetStructure Host Media Processing Software Release 1.2 for Linux Operating Systems

Intel NetStructure Host Media Processing Software Release 1.2 for Linux Operating Systems Datasheet Telecom Software Intel NetStructure Host Media Processing Software Release 1.2 for Linux Operating Systems Media Processing Software for Building Cost-Effective IP Media Servers Introduction

More information

Nortel CallPilot Multimedia Messaging User Guide

Nortel CallPilot Multimedia Messaging User Guide Nortel CallPilot Multimedia Messaging User Guide 5.0 NN44200-106, 01.05 August 2010 2010 Avaya Inc. All Rights Reserved. Notice While reasonable efforts have been made to ensure that the information in

More information

SCbus Routing Guide Copyright 2001 Dialogic Corporation

SCbus Routing Guide Copyright 2001 Dialogic Corporation SCbus Routing Guide Copyright 2001 Dialogic Corporation 05-0289-007 COPYRIGHT NOTICE Copyright 2001 Dialogic Corporation All Rights Reserved All contents of this document are subject to change without

More information

Intel Setup and Configuration Service. (Lightweight)

Intel Setup and Configuration Service. (Lightweight) Intel Setup and Configuration Service (Lightweight) Release Notes Version 6.0 (Technology Preview #3) Document Release Date: August 30, 2009 Information in this document is provided in connection with

More information

Intel Setup and Configuration Service Lite

Intel Setup and Configuration Service Lite Intel Setup and Configuration Service Lite Release Notes Version 6.0 Document Release Date: February 4, 2010 Information in this document is provided in connection with Intel products. No license, express

More information

DM3 Standard Component Interface Messages

DM3 Standard Component Interface Messages DM3 Standard Component Interface Messages Copyright 1998 Dialogic Corporation PRINTED ON RECYCLED PAPER 05-1040-001 COPYRIGHT NOTICE Copyright 1998 Dialogic Corporation. All Rights Reserved. All contents

More information

Dialogic Global Call API

Dialogic Global Call API Dialogic Global Call API Programming Guide September 2008 05-1867-007 Copyright and Legal Notice Copyright 1996-2008. All Rights Reserved. You may not reproduce this document in whole or in part without

More information

Intel Dialogic CPi/200B2 and CPi/400B2 Fax Boards

Intel Dialogic CPi/200B2 and CPi/400B2 Fax Boards Intel Dialogic CPi/200B2 and CPi/00B2 Fax Boards The Intel Dialogic CPi/200B2 and CPi/00B2 analog fax boards bring high transmission and reception speeds to enterprise computer-based fax applications like

More information

Modular Station Interface API for Linux and Windows Operating Systems

Modular Station Interface API for Linux and Windows Operating Systems Modular Station Interface API for Linux and Windows Operating Systems Programming Guide January 2003 05-1907-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

8 Digital Station Lines

8 Digital Station Lines Dialogic Media Gateway Installation and Configuration Integration Note 1. Scope This document is intended to detail a typical installation and configuration of a Dialogic Media Gateway when used to interface

More information

Intel Dialogic Global Call Protocols Version 3.00 for Linux and Windows Release Notes

Intel Dialogic Global Call Protocols Version 3.00 for Linux and Windows Release Notes Intel Dialogic Global Call Protocols Version 3.00 for Linux and Windows Release Notes Copyright 2002 Intel Corporation 05-1451-003 Copyright Notice Copyright 2002 Intel Corporation. All Rights Reserved.

More information

Dialogic Multimedia API

Dialogic Multimedia API Dialogic Multimedia API Library Reference March 2008 05-2454-001_D Copyright 2005-2008. All rights reserved. You may not reproduce this document in whole or in part without permission in writing from.

More information

GlobalCall API Software Reference

GlobalCall API Software Reference GlobalCall API Software Reference for UNIX and Windows NT Copyright 1998 Dialogic Corporation PRINTED ON RECYCLED PAPER 05-0387-003 COPYRIGHT NOTICE Copyright 1998 Dialogic Corporation. All Rights Reserved.

More information

Call Logging API Software Reference

Call Logging API Software Reference Call Logging API Software Reference for Windows Copyright 2001 Dialogic Corporation 05-1591-001 COPYRIGHT NOTICE All contents of this document are subject to change without notice and do not represent

More information

White Paper Subcategory. Overview of XML Communication Technologies

White Paper Subcategory. Overview of XML Communication Technologies Subcategory Overview of XML Communication Technologies Executive Summary A significant shift has occurred in the communications infrastructures deployed today. This shift is the result of the acceptance

More information

Application Note. A Performance Comparison of Dialogic DM3 Media Boards for PCI Express and PCI

Application Note. A Performance Comparison of Dialogic DM3 Media Boards for PCI Express and PCI A Performance Comparison of Dialogic DM3 Media Boards for PCI Express and PCI Executive Summary This application note compares the performance of the Dialogic DM3 Media Boards for PCI with the newer DM3

More information

Intel Dialogic D/160-JCT and D/320-JCT 16- and 32-Port Voice Processing Shared Resource Boards

Intel Dialogic D/160-JCT and D/320-JCT 16- and 32-Port Voice Processing Shared Resource Boards Intel Dialogic D/160-JCT and D/320-JCT 16- and 32-Port Voice Processing Shared Resource Boards D/160-JCT Intel in Communications Intel Dialogic JCT Series resource boards provide an H.100-compliant universal

More information

Dialogic PowerMedia Host Media Processing Software Release 3.0Win

Dialogic PowerMedia Host Media Processing Software Release 3.0Win Dialogic PowerMedia Host Media Processing Software Release 3.0Win (PowerMedia HMP 3.0) extends the capabilities of software-based IP media processing by introducing security features, video messaging,

More information

Intel NetStructure Host Media Processing Software Release 1.3 for the Windows* Operating System

Intel NetStructure Host Media Processing Software Release 1.3 for the Windows* Operating System Product Brief Telecom Software Intel NetStructure Host Media Processing Software Release 1.3 for the Windows* Operating System Media Processing Software for Building Cost-Effective IP Media Servers Introduction

More information

Intel Education Theft Deterrent Release Note WW16'14. August 2014

Intel Education Theft Deterrent Release Note WW16'14. August 2014 Intel Education Theft Deterrent Release Note WW16'14 August 2014 Legal Notices Information in this document is provided in connection with Intel products. No license, express or implied, by estoppels

More information

Dialogic PowerMedia HMP for Windows

Dialogic PowerMedia HMP for Windows Dialogic PowerMedia HMP for Windows Dialogic PowerMedia HMP for Windows (HMP Windows) is scalable, feature-rich media processing software for building innovative and costeffective voice solutions suitable

More information

PBX Integration board User s Guide

PBX Integration board User s Guide PBX Integration board User s Guide for Linux and Windows Copyright 2001 Dialogic Corporation 05-1277-004 COPYRIGHT NOTICE Copyright 2001 Dialogic Corporation. All Rights Reserved. All contents of this

More information

OA&M API for Linux Operating Systems

OA&M API for Linux Operating Systems OA&M API for Linux Operating Systems Library Reference August 2005 05-1841-004 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR

More information

Native Configuration Manager API for Windows Operating Systems

Native Configuration Manager API for Windows Operating Systems Native Configuration Manager API for Windows Operating Systems Library Reference October 2005 05-1903-007 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Intel Dialogic Global Call Protocols Version 4.1 for Linux and Windows

Intel Dialogic Global Call Protocols Version 4.1 for Linux and Windows Intel Dialogic Global Call Protocols Version 4.1 for Linux and Windows Release Notes December 2003 05-1941-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Digital Network Interface Software Reference

Digital Network Interface Software Reference Digital Network Interface Software Reference for Linux and Windows Copyright 2001 Dialogic Corporation 05-1313-003 COPYRIGHT NOTICE Copyright 2001 Dialogic Corporation. All Rights Reserved. All contents

More information

Dialogic System Release 6.0 PCI for Windows

Dialogic System Release 6.0 PCI for Windows Dialogic System Release 6.0 PCI for Windows Release Update September 28, 2017 05-2221-108 Copyright and Legal Notice Copyright 2004-2017 Dialogic Corporation. All Rights Reserved. You may not reproduce

More information

Intel NetStructure HDSI Platform

Intel NetStructure HDSI Platform Datasheet Intel NetStructure HDSI Platform High-Density Station Interface The High Density Station Interface (HDSI) is an open-architecture platform for computer telephony that integrates large-scale switching

More information

Intel 82580EB/82580DB GbE Controller Feature Software Support. LAN Access Division (LAD)

Intel 82580EB/82580DB GbE Controller Feature Software Support. LAN Access Division (LAD) Intel 82580EB/82580DB GbE Controller Feature Software Support LAN Access Division (LAD) Revision: 1.3 March 2012 Intel 82580EB/82580DB GbE Controller Legal Legal INFORMATION IN THIS DOCUMENT IS PROVIDED

More information

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010)

IP Office. IP Office Mailbox Mode User Guide Issue 11b - (15 May 2010) Mailbox Mode User Guide 15-601131 Issue 11b - (15 May 2010) 2010 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete and

More information

Dialogic Blue Telephony Boards

Dialogic Blue Telephony Boards This datasheet discusses the following products: Dialogic Blue OneSpan-24/30-S-LP Telephony Board Dialogic Blue OneSpan-24/30-H-HL Telephony Board Dialogic Blue TwoSpan-48/60-H-HL Telephony Board Dialogic

More information

Dialogic Media Toolkit API

Dialogic Media Toolkit API Dialogic Media Toolkit API Library Reference February 2008 05-2603-002 Copyright 2008,. All rights reserved. You may not reproduce this document in whole or in part without permission in writing from at

More information

Intel Dialogic System Release 6.0 for CompactPCI on Linux Operating Systems Release Update

Intel Dialogic System Release 6.0 for CompactPCI on Linux Operating Systems Release Update Intel Dialogic System Release 6.0 for CompactPCI on Linux Operating Systems Release Update 05-1808-021 System Release 6.0 for cpci on Linux Operating Systems: Release Update INFORMATION IN THIS DOCUMENT

More information

Avaya Groupware Edition for IBM Lotus Help

Avaya Groupware Edition for IBM Lotus Help Avaya Groupware Edition for IBM Lotus Help Table of Contents Welcome to Groupware Edition for IBM Lotus Help...4 Overview...5 What is Groupware Edition for IBM Lotus?...5 Where is Groupware Edition located

More information

Dialogic Modular Station Interface API

Dialogic Modular Station Interface API Dialogic Modular Station Interface API Library Reference May 2008 05-1906-006 Copyright 1998-2008. All rights reserved. You may not reproduce this document in whole or in part without permission in writing

More information

SHT-2B/USB SHT-4B/USB

SHT-2B/USB SHT-4B/USB Synway CTI Series SHT-2B/USB SHT-4B/USB USB Voice Box Version 1.0 Synway Information Engineering Co., Ltd www.synway.net Contents Contents... i Copyright Declaration... ii Revision History... iii Chapter

More information

Dialogic PowerMedia HMP for Windows

Dialogic PowerMedia HMP for Windows Dialogic PowerMedia HMP for Windows Dialogic PowerMedia HMP for Windows (HMP Windows) is scalable, feature-rich media processing software for building innovative and cost-effective voice solutions suitable

More information

Avaya Unified Messenger Client User Guide

Avaya Unified Messenger Client User Guide Avaya Unified Messenger Client User Guide Version 5.0 Avaya Inc. 211 Mount Airy Road Basking Ridge, New Jersey 07920 www.avaya.com Your comments are welcome. They can assist us in improving our documentation.

More information

Intel Platform Administration Technology Quick Start Guide

Intel Platform Administration Technology Quick Start Guide Intel Platform Administration Technology Quick Start Guide 320014-003US This document explains how to get started with core features of Intel Platform Administration Technology (Intel PAT). After reading

More information

Native Configuration Manager API for Windows Operating Systems

Native Configuration Manager API for Windows Operating Systems Native Configuration Manager API for Windows Operating Systems Library Reference October 2005 05-1903-006 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

Intel IXP400 Software Version 1.5

Intel IXP400 Software Version 1.5 Intel IXP400 Software Version 1.5 Order Number: 308225, Revision: 001 Legal Notice Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

TC-308, TC-616 TC-308-VM, TC-616-VM TC-616-NHR, TC-616-NHR-VM

TC-308, TC-616 TC-308-VM, TC-616-VM TC-616-NHR, TC-616-NHR-VM TeleCraft Hybrid Key Telephone Communication System User s Manual Version 6.02 Models: TC-308, TC-616 TC-308-VM, TC-616-VM TC-616-NHR, TC-616-NHR-VM About This Manual We wrote this manual with you, the

More information

Avaya Converged Office 2007 User Guide Microsoft Office Communications Server 2007

Avaya Converged Office 2007 User Guide Microsoft Office Communications Server 2007 Avaya Converged Office 2007 User Guide Microsoft Office Communications Server 2007 Avaya Communication Server 1000 Release 7.5 Document Status: Standard Document Version: 04.01 Document Number: NN43001-123

More information

T3main. Powering comprehensive unified communications solutions.

T3main. Powering comprehensive unified communications solutions. T3main Powering comprehensive unified communications solutions. MANAGE COMMUNICATIONS THE SMART WAY T3 Telecom Software designs innovative voice messaging, unified messaging and call routing environments

More information

Enterprise Edge 2.0 Voice Messaging Set Up and Operation Guide

Enterprise Edge 2.0 Voice Messaging Set Up and Operation Guide Enterprise Edge 2.0 Voice Messaging Set Up and Operation Guide www.nortelnetworks.com 2000 Nortel Networks Contents Chapter 1 Introduction 13 About Enterprise Edge Voice Messaging 13 Basic Enterprise Edge

More information

IP Office Release 7.0 IP Office Essential Edition - Quick Version Embedded Voic User Guide

IP Office Release 7.0 IP Office Essential Edition - Quick Version Embedded Voic User Guide IP Office Essential Edition - Quick Version Embedded Voicemail User Guide 15-604067 Issue 09a - (21 February 2011) 2011 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure

More information

Intel Dialogic System Release Feature Pack 1 for Windows* Service Update 149

Intel Dialogic System Release Feature Pack 1 for Windows* Service Update 149 Intel Dialogic System Release 5.1.1 Feature Pack 1 for Windows* Service Update 149 Release Notes August 22, 2007 05-2280-066 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

Intel IXP400 Software Version 2.1

Intel IXP400 Software Version 2.1 Intel IXP400 Software Version 2.1 Order Number: 310288, Revision: 001 Legal Notice Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

TELEPHONE USER GUIDE

TELEPHONE USER GUIDE TELEPHONE USER GUIDE NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation (MITEL ). The information is subject

More information

Intel NetStructure for DM3 Architecture for CompactPCI on Windows

Intel NetStructure for DM3 Architecture for CompactPCI on Windows Intel NetStructure for DM3 Architecture for CompactPCI on Windows Configuration Guide September 2004 05-1746-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

Intel Active Management Technology Release 1.0 Host Interface Design Guide

Intel Active Management Technology Release 1.0 Host Interface Design Guide Intel Active Management Technology Release 1.0 Host Interface Design Guide Version 4.0.0 February 2008 Information in this document is provided in connection with Intel products. No license, express or

More information

Global Call SS7. Technology Guide. November

Global Call SS7. Technology Guide. November Global Call SS7 Technology Guide November 2003 05-2274-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL

More information

Intel/Dialogic SR5.1.1 for Windows & SR 5.1 for Linux Product Update. Leo Lee Intel/Dialogic VAD - ICG Taiwan 30 th April 2002

Intel/Dialogic SR5.1.1 for Windows & SR 5.1 for Linux Product Update. Leo Lee Intel/Dialogic VAD - ICG Taiwan 30 th April 2002 Intel/Dialogic SR5.1.1 for Windows & SR 5.1 for Linux Product Update Leo Lee Intel/Dialogic VAD - ICG Taiwan 30 th April 2002 Agenda SR 5.1 Linux SR 5.1.1 Windows DM3 series board HDSI CT ADE 8.2 Promotion

More information

Electra Elite and InfoSet are registered trademarks of NEC America, Inc.

Electra Elite and InfoSet are registered trademarks of NEC America, Inc. reserves the right to change the specifications, functions, or features, at any time, without notice. has prepared this document for the use by its employees and customers. The information contained herein

More information

Dialogic Diva Analog Media Boards by Sangoma

Dialogic Diva Analog Media Boards by Sangoma Dialogic Diva Analog Media Boards by Sangoma The Dialogic Diva Analog Media Boards provide two, four, and eight ports and serve as an excellent communication platform, which scales from 2 to 64 channels

More information

Application Note. Deploying Survivable Unified Communications Solutions with the Dialogic 2000 Media Gateway Series

Application Note. Deploying Survivable Unified Communications Solutions with the Dialogic 2000 Media Gateway Series Deploying Survivable Unified Communications Solutions with the Dialogic 000 Media Solutions with the Dialogic 000 Media Executive Summary Communication is a mission-critical function for business and enterprise

More information

Dialogic D/480JCT-2T1 Media Board and Dialogic D/600JCT-2E1 Media Board

Dialogic D/480JCT-2T1 Media Board and Dialogic D/600JCT-2E1 Media Board JCT s Dialogic D/480JCT-2T1 and Dialogic D/600JCT-2E1 The Dialogic D/480JCT-2T1 is a 48-port Digital T1 PCI Express board and the Dialogic D/600JCT-2E1 is a 60- port Digital E1 PCI Express board. Both

More information

Listed below are the specific details of the PBX and gateways used in the testing to construct the following documentation.

Listed below are the specific details of the PBX and gateways used in the testing to construct the following documentation. Dialogic Media Gateway Installation and Configuration Integration Note 1. Scope This document is intended to detail a typical installation and configuration of Dialogic 2000 Media Gateway Series (DMG2000)

More information

Intel Server Board S2600CW2S

Intel Server Board S2600CW2S Redhat* Testing Services Enterprise Platforms and Services Division Intel Server Board S2600CW2S Server Test Submission (STS) Report For Redhat* Certification Rev 1.0 This report describes the Intel Server

More information

Dialogic Audio Conferencing API

Dialogic Audio Conferencing API Dialogic Audio Conferencing API Library Reference November 2007 05-1843-005 Copyright 2002-2007. All rights reserved. All rights reserved. You may not reproduce this document in whole or in part without

More information

IP Office 6.1 Embedded Voic Mailbox User Guide

IP Office 6.1 Embedded Voic Mailbox User Guide Embedded Voicemail Mailbox User Guide 15-604067 Issue 08a - (18 August 2010) 2010 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document

More information

PBX Integration Board User s Guide

PBX Integration Board User s Guide PBX Integration Board User s Guide for Linux and Windows Copyright 2005 Intel Corporation 05-1277-009 COPYRIGHT NOTICE INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

SCSA HARDWARE MODEL AEB HARDWARE MODEL PEB HARDWARE MODEL. 4-Port PCI Voice Processing with H.100 Interoperability

SCSA HARDWARE MODEL AEB HARDWARE MODEL PEB HARDWARE MODEL. 4-Port PCI Voice Processing with H.100 Interoperability SCSA HARDWARE MODEL AEB HARDWARE MODEL PEB HARDWARE MODEL 4-Port PCI Voice Processing with H.100 Interoperability The is a four port analog SCSA voice processing board ideal for developers building Enterprise

More information

AVAYA Merlin Legend/Magix

AVAYA Merlin Legend/Magix Avaya Modular Messaging Configuration Note 8805 Version L (/0) AVAYA Merlin Legend/Magix AVAYA MERLIN LEGEND Message Waiting Automated Attendant Multiple Return to Operator Message Application Server Call

More information

Getting Compiler Advice from the Optimization Reports

Getting Compiler Advice from the Optimization Reports Getting Compiler Advice from the Optimization Reports Getting Started Guide An optimizing compiler can do a lot better with just a few tips from you. We've integrated the Intel compilers with Intel VTune

More information

Intel NetStructure IPT Series on Windows

Intel NetStructure IPT Series on Windows Intel NetStructure IPT Series on Windows Configuration Guide November 2002 05-1752-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL

More information

Echo Cancellation Configuration for Communication Manager T1 / E1 Interfaces

Echo Cancellation Configuration for Communication Manager T1 / E1 Interfaces Echo Cancellation Configuration for Communication Manager T1 / E1 Interfaces Includes firmware V15 additions ABSTRACT The most recent DS1/E1 Communication Manager interface boards (TN464GP, TN2464BP, mm710)

More information

Dialogic D/41JCT-LS Media Boards by Sangoma

Dialogic D/41JCT-LS Media Boards by Sangoma Dialogic D/41JCT-LS Media Boards by Sangoma The Dialogic D/41JCT-LS Media Board is a 4-port analog converged communications board that supports voice, fax, and software-based speech recognition processing

More information

Architecture Specification

Architecture Specification PCI-to-PCI Bridge Architecture Specification, Revision 1.2 June 9, 2003 PCI-to-PCI Bridge Architecture Specification Revision 1.1 December 18, 1998 Revision History REVISION ISSUE DATE COMMENTS 1.0 04/05/94

More information

A Sample Configuration for ivoice TAPI Speech-Enabled Auto Attendant 3.2 with Avaya IP Office System Issue 1.0

A Sample Configuration for ivoice TAPI Speech-Enabled Auto Attendant 3.2 with Avaya IP Office System Issue 1.0 Avaya Solution & Interoperability Test Lab A Sample Configuration for ivoice TAPI Speech-Enabled Auto Attendant 3.2 with Avaya IP Office System 1.4 - Issue 1.0 Abstract These Application Notes describe

More information

Dialogic System Configuration Guide October 2009

Dialogic System Configuration Guide October 2009 Dialogic System Configuration Guide October 2009 05-2519-003 Copyright and Legal Notice Copyright 2007-2009,. All Rights Reserved. You may not reproduce this document in whole or in part without permission

More information

DIGITAL PHONE USER GUIDE

DIGITAL PHONE USER GUIDE DIGITAL PHONE USER GUIDE 1.800.952.1001 (NH/ME) 1.800.633.8578 (PA) 1.877.959.4862 (MD) 1.877.952.4863 (VA) Atlanticbb.com All Rights Reserved The use, disclosure, modification, transfer or transmittal

More information

Native Configuration Manager API for Windows Operating Systems

Native Configuration Manager API for Windows Operating Systems Native Configuration Manager API for Windows Operating Systems Library Reference December 2003 05-1903-002 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS

More information

CallPilot Multimedia Messaging

CallPilot Multimedia Messaging CallPilot Multimedia Messaging User Guide Release 1.0 Standard 1.0 December 1998 P0886140 ii Welcome to CallPilot Multimedia Messaging CallPilot Multimedia Messaging from Nortel Networks is an advanced

More information

Avaya Meeting Exchange for IBM Lotus Notes and Sametime Release User Guide

Avaya Meeting Exchange for IBM Lotus Notes and Sametime Release User Guide Avaya Meeting Exchange for IBM Lotus Notes and Sametime Release 1.0.5 User Guide Document No. 17-300735 Release 1.0.5 February 2007 Issue 2 2007 Avaya Inc. All Rights Reserved. This document contains information

More information

Intel Thread Checker 3.1 for Windows* Release Notes

Intel Thread Checker 3.1 for Windows* Release Notes Page 1 of 6 Intel Thread Checker 3.1 for Windows* Release Notes Contents Overview Product Contents What's New System Requirements Known Issues and Limitations Technical Support Related Products Overview

More information