Niusha, the first Persian speech-enabled IVR platform

Size: px
Start display at page:

Download "Niusha, the first Persian speech-enabled IVR platform"

Transcription

1 2010 5th International Symposium on Telecommunications (IST'2010) Niusha, the first Persian speech-enabled IVR platform M.H. Bokaei, H. Sameti, H. Eghbal-zadeh, B. BabaAli, KH. Hosseinzadeh, M. Bahrani, H. Veisi, A. Sanian Speech Processing Lab, Sharif University of Technology, Tehran, Iran {Bokaei, Babaali, Bahrani, ASR-Gooyesh Pardaz Company, Tehran, Iran {h.eghbalzadeh, kh.hosseinzadeh, Abstract This paper introduces Niusha, the first Persian speech-enabled IVR platform. This platform uses Persian recognizer and Persian text-to-speech synthesizer engines in order to interact with users. The platform is designed in a way that it can simply be customized in various domains and its components are adjustable with new words. Keywords-component; speech-enabled IVR systems; VoiceXML; dialogue system; I. Introduction Since the invention of computer, human-computer interaction has been one of the most interesting areas from both academic and industrial viewpoints. The ease of this communication is a basic need for a user of any computer systems. According to phenomenon of data explosion, one of the most commonly used computer systems are information systems such as information kiosks where a user refers to it to gain information in a specific domain. The simplest way to communicate with an information system is to use natural language. For this purpose, spoken dialogue systems are developed that communicate with a user in an interactive environment in order to provide suitable information for the user. A typical dialogue system consists of five distinct modules: automatic speech recognizer, spoken language understanding module, dialogue manager, text generator and text to speech synthesizer. These modules are not perfect and have some errors in generating their outputs. Because of these errors, a commercial dialogue system is not developed yet and academic studies are conducted to improve the accuracy of each module separately. To palliate the need of dialogue systems, Interactive Voice Response (IVR) systems are emerged instead which consists of the same five modules, but each module is implemented in a more limited level and thus the accuracy is improved. Traditionally, touch tone IVR systems are used where a menu is read for the user and he/she uses the buttons on the phone keypad to interact with the system according to the read menu. With improvement of speech recognition module specifically in limited domains, a distinct kind of IVR systems are emerged. These systems are speech enabled IVR systems where the user can say his/her choice and the system recognizes the speech and acts accordingly. With the development of this kind of systems, IVR systems are getting closer to the ultimate dialogue system. In this paper we aim to introduce Niusha, the first Persian speech enabled IVR platform. The main module of an IVR system is its interaction process manager. With the use of VoiceXML (VXML) standard for implementing this unit, the whole system can be adapted in different domains easily. The rest of this paper is organized as follows. In Section II speechenabled IVR systems and the VoiceXML standard are introduced. In Section III Niusha is introduced and the distinct parts of this system are investigated. In section IV the main features of Niusha are introduced and finally in Section V the discussion is concluded and the future works are introduced. II. Concepts In this section we briefly introduce two most important concepts: Interactive voice response systems and VoiceXML standard. A. Interactive Voice Response systems Interactive voice response (IVR) is an automated telephony system that interacts with callers, gathers information and provides the requested information to the caller. An IVR system accepts a combination of voice input and touch-tone keypad selection and provides appropriate responses in the form of voice, fax, callback, and perhaps other media. An IVR system interacts with its user according to a pre-defined scenario designed in tree structure. User is moved to different states according to his/her answer to the questions being asked by the system. The first generation of IVR systems is the touch-tone IVR systems that read a menu and the caller selects an appropriate choice by pressing a number on the phone keypad. Apparently, this kind of IVR system is incapable to deal with some scenarios. An important limitation of touch-tone IVR systems is that the number of choices must be less than 9. Listening to a menu with several choices exhausts the caller. Usually, a menu with 3 or 4 choices is acceptable. According to this limitation and along with performance improvements in /10/$ IEEE 591

2 speech recognition modules, specifically in limited domains, the second generations of IVR systems are emerged that use an automatic speech recognition module to recognize user utterances. With incorporating the speech recognizer engine in the system the caller can say his/her purpose as well as pressing the appropriate key in order to select a choice. These IVR systems are called the speech-enabled IVR systems. A speech-enabled IVR system breaks the touch-tone version limitation and the user can freely choose a choice with the use of natural language and speech. B. VoiceXML standard VoiceXML (VXML) is the W3C's standard XML format for specifying interactive voice dialogues between a human and a computer. It allows voice applications to be developed and deployed in an analogous way to HTML for visual applications. Just as HTML documents are interpreted by a visual web browser, VoiceXML documents are interpreted by a voice browser. This standard is designed for creating audio dialogues that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed initiative conversations. In fact, VoiceXML is a description language which describes the procedure of a voice application such as speech enabled IVR system. Below is a short example of a VoiceXML application which simply uses text to speech synthesizer (TTS) module to produce the specified utterance Hello World for the user: <?xml version="1.0"?> <vxml version="2.1" xmlns=" <form> <block>hello World!</block> </form> </vxml> So far, the VoiceXML 2.1 is finalized and adopted as a W3C recommendation. VoiceXML 3.0 will be the next major release of VoiceXML, with new major features. It includes a new XML state chart description language called State Chart XML (SCXML). III. Niusha In this section we introduce Niusha, The first Persian speech-enabled IVR platform. Also system architecture is described and each different module is studied. As it was explained earlier, an IVR system is a dialogue system the main purpose of which is to interact with users in order to gain information about the user s goal and to act accordingly. For example in a Bank system, different operations are often defined such as cash deposit or withdrawal, payments etc. The overall schema of an IVR system is like a dialogue system and is illustrated in Figure 1. Generally, an IVR system is a small-scale model of a dialogue system where each component is implemented in a lower complexity level. Since an IVR system is used in a limited domain, such as the banking domain, this limitation affects the implementation level of each component. For example a speech recognizer which is used in a limited domain, like the banking domain, is expected to detect only a few words in each state. This limitation simplifies the training process of speech recognition module and improves the accuracy simultaneously. Figure 1. overall schema of an IVR system Generally speaking, Niusha is a platform which also creates tools for a designer to design a scenario of an IVR system. Then this scenario is used later within Niusha platform and constructs a complete IVR system where a user can connect and interact with the system. Two main features of our proposed system are listed below: 1. It supports Persian language: Niusha is the first speechenabled IVR platform which supports Persian language. It uses Persian speech recognizer engine (Nevisa engine) and also Persian text-to-speech synthesizer engine (Ariana engine) to interact with the user. 2. Niusha is a platform for creating and running a complete IVR system in different domains: As it was mentioned earlier, Niusha is a platform rather than a system in a way that it can be used in various domains. A scenario must be presented to this platform in order to construct a complete IVR system. The system designer designs a scenario according to the VoiceXML standard and adds it to the core of Niusha to construct an IVR system. Implementing the system in a new distinct domain is as simple as designing a new scenario for that domain. In addition both engines (Nevisa and Ariana) are statistical and can be adapted with new words for use in a new domain. In this paper a System designer is someone who designs a scenario and a System user is someone who makes a connection to the designed IVR system and interacts with the system. In the next subsection various components of Niusha are introduced according to overall schema illustrated in Figure 1. A. Niusha components As illustrated in Figure 1, typical IVR system architecture is composed of five distinct modules. So far, we have a simple spoken language understanding module. This simple module is to detect certain pre-defined words. It has a priority list of 592

3 words and selects one simple prior word among them. A more complicated statistical understanding module has also been designed by the authors [1] and is supposed to be added to the system in the future. The other four modules and the way we implement them in Niusha are explained in the following section. 1. Speech recognition module Niusha uses Nevisa engine as its speech recognizer module. Nevisa is the first and only large vocabulary speech recognizer system for the Persian language. This continuous speech recognition system uses the state-of-the-art speech and language modeling techniques and performs adequately as the first product for automatic dictation and telephony environment recognition applications in Persian. MFCC representation with some modifications is used as the set of speech signal features besides a VAD based on signal energy and zero-crossing rate. Nevisa is equipped with out-ofvocabulary capability for applications with medium or small vocabulary sizes. Powerful robustness techniques are also utilized in the system. Model-based approaches like PMC, MLLR, and MAP, feature robustness methods such as CMS, PCA, RCC, and VTLN, and speech enhancement methods like spectral subtraction and Wiener filtering, along with their modified versions, were diligently implemented and evaluated in the system. More about this engine can be found in [2]. 2. Dialogue manager Dialogue manager is the heart of a dialogue or an IVR system. Its main goal is to direct interaction in a way that important information is gathered from the user and to decide on the best response to the user based on this information. This unit acts according to a pre-defined scenario. The scenario can be assumed as a finite state machine whose states correspond to the IVR process states and whose transitions correspond to the conditions for changing the states. A part of the whole bank application is illustrated in Figure 2. Welcome prompt is played for the user in the welcome state. An unconditional transition is made to the next state where an input is given from the user and the next state is chosen according to this input. As mentioned earlier, VoiceXML standard is so far the best computer knowledgeable language for describing an IVR scenario [3]. In order to use this standard, the system has to have an interpreter capable to read VoiceXML standard tags and act accordingly. For this purpose we use Bladeware- VXML, an open source VoiceXML standard interpreter. This interpreter supports VoiceXML 2.1, the latest stable version of VoiceXML standard, but has its own defects. We fix these problems by adding several new tags, customize it in order to support the Persian language and prepare it in order to be used as the core of the dialogue manager unit. 3. Natural language generator The goal of NLG unit is to generate the proper responses for the user. Usually this component is implemented in a template based manner. Some pre-defined templates are provided. Each template needs some parameters to become a complete sentence. For example assume a greeting template like Welcome <person name> to the system This template becomes a sentence when the person name is added to it. In Niusha this component is implemented according to VoiceXML standard. For example we have: <prompt> Welcome <value expr= personname /> to the system</prompt> The person name is stored in runtime variable named personname and used for completing the sentence. The completed sentence is sent for text-to-speech synthesizer module in order to be played for the user. Figure 2. Part of "bank" application scenario 4. Text-to-speech synthesizer For the TTS component, the recently developed Ariana TTS engine is used. It is a Persian TTS engine which contains two parts. The first part named TTP, obtains phonetic information from the pure text. Combination of a 90k lexicon and a stemmer is applied for collecting various phonetic candidates of each word and an HMM-based algorithm estimates the best candidate. The second part converts the extracted phonetic information to the synthesized speech waveform. This part uses cluster unit selection method for synthesizing speech waveform. This method is implemented in Festival speech synthesizer system [3]. B. Niusha architecture Through architectural perspective Niusha is composed of four distinct components, Niusha gateway, Niusha designer, Niusha simulator, Niusha TAPI wrapper. These components and their responsibilities are described later. The connection between these components is done with socket programming. Therefore each component can be placed in a separate computer and keep on functioning without any interruption using the definite protocol. Each component is described next. 593

4 1. Niusha gateway Niusha gateway is the main engine of our whole system. All Niusha units and their connectivity are shown in Figure 3 and described below. Niusha browser/simulator manager: This unit manages all the system settings such as component s individual IP and ports, files path setting and etc Niusha call handler: This unit is responsible for the following tasks: o To check all line statuses and their connectivity. o To provide call waiting service in case the lines are busy. o To organize the calls in their design order. o o To switch calls over the lines. To assign different ports to different calls and different conversation in multi-lines. 2. Niusha designer This part is a tool to enable the user to design a scenario with a graphical interface. Complicated scenarios can be designed with just drag and drops of pre-defined modules. This graph is then converted to the tags of VoiceXML standard and is prepared to be used within the Niusha platform. Each component is mapped to a series of VoiceXML tags. For example a menu can be designed with menu tag where a prompt is played for the user and a choice is selected according to user decision. For putting such a menu in a scenario, the designer has to only drag a menu component and drop it in the grid. The corresponding tags are then produced as illustrated in Figure 4. Figure 4. a menu component and its corresponding VoiceXML tags Figure 3. Niusha gateway architecture Niusha resource manager: It manages all the resources (such as fax, SMS, TTS, etc ) that should be authorized. Each resource may have certain limitations which have to be controlled in this unit. Niusha VoiceXML interpreter: This unit interprets all the tags in the designed scenario and acts accordingly. Resources: To perform specified action, Niusha is presented with some modules. These modules are considered as resources which have to be controlled by the recourse manager. Some of these resources are: fax, SMS, , database, Speech recognition engine, text-tospeech engine, etc 3. Niusha simulator Before putting a scenario on line, it must be checked if it works properly. This can be done with Niusha simulator. This tool is a computer application which gets a VoiceXML application and interacts with the user through microphone and speaker. 4. Niusha TAPI wrapper This wrapper is designed for telephony boards. Specifically Niusha is customized to use Dialogic Dive media board for telephone interface, but it can easily be adapted to other media boards. IV. Niusha capabilities Niusha is designed in a way to supports the main capabilities of available IVR systems. The main capabilities are listed in this section. These specifications are accessible in 594

5 VoiceXML level. It means that their properties can be set at the scenario design step. 1. Connecting to any available database and execute any valid query: we define a new tag which handle execution of database queries. This tag contains two properties. One for database name and the other for the query. An engine like SQL server is used to perform the specified query. 2. Speech recognition module configuration: To have a more accurate speech recognition engine, we have to limit the number of considered words. This can be done separately for each state since the words used in each state are different. Three properties are set for speech recognition engine to use: a. Language model b. Lexicon c. Phonetic of each word in lexicon With specifying these values in each node separately, the speech recognition engine is customized for that node specifically. 3. Utilizing barge in (with sound and DTMF): Assume a long prompt which has to be played for users. Barge in gives this capability for the user to select a choice before the playing prompt is finished. This can be done with both DTMF and voice. In the other words, during playing of prompt, user can say his/her choice or press the corresponding phone key. Then the prompt is skipped and the choice is selected. This property can be set for each state separately. 4. Final silence detection: an energy-based algorithm is implemented which differentiates between silence and speech signals. This module is used to detect silence in utterances. We assume that the user utterance is finished when specified epoch is detected as silence and then the record operation is terminated. This feature can be set for each state separately and its value indicates the silence time interval that the system has to wait in order to terminate the recording process. 5. Taking multi-digit numbers from the user: In some of the states the system has to get a multi digit number from the user. The desired number specification, such as maximum and minimum length, can be set in VoiceXML for the corresponding state. 6. Defining skip character: a character can be set to be considered as the skip character. The skip character function is to skip playing the prompt, but no choice is made. The prompt is skipped and system waits for an input from the user. 7. Time and date indication: to indicate current time & date or any other ideal time or date, a tag is defined which gets the runtime date and time and play it with Ariana TTS engine. limitations of traditional touch-tone IVR systems the need to this kind of speech enabled systems is growing. The system platform was explained from two distinct viewpoints. First we introduce an overall schema of a typical IVR or dialogue system and the implementation of these modules in our Niusha platform are explained. From architectural viewpoint, we illustrated that our platform consists of 4 components. These components are introduced and their responsibilities are described. At last, we introduced the main features that our platform can support. With these features, a designer can create complicated scenarios and use the dialogue engine in any specific domain. For future we want to embed our designed statistical understanding module in Niusha and go one step further to an ultimate dialog system. REFERENCES [1] Bokaei M. H., Sameti H., Bahrani M., Babaali B., "Segmental HMM-based part-of-speech tagger," International conference on audio language and image processing ICALIP2010, Shanghai, China, [2] Sameti H., Veisi H., Bahrani M., Babaali B. and Hosseinzadeh K., Nevisa, a Persian Continuous Speech Recognition System. In Communications in Computer and Information Science, Advances in Computer Science and Engineering, 13th International CSI Computer Conference, CSICC 2008 Kish Island, Iran, Vol. 6, pp , Springer Berlin Heidelberg, [3] Bruce L., VoiceXML for Web-based distributed conversational applications, Communications of the ACM, v.43 n.9, p.53-57, Sept [4] Black A., Taylor P., and Caley R. The Festival Speech Synthesis System. University of Edinburgh, Centre for Speech Technology Research, edition 1.4, for festival version 1.4.0, V. Conclusion In this paper we introduced the first Persian speechenabled IVR system, called Niusha. According to the 595

SurVo. Stepping Through the Basics. Version 2.0

SurVo. Stepping Through the Basics. Version 2.0 Stepping Through the Basics Version 2.0 Contents What is a SurVo?... 3 SurVo: Voice Survey Form... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Setting up a SurVo... 4 Speech/Recording Options...

More information

Speech Applications. How do they work?

Speech Applications. How do they work? Speech Applications How do they work? What is a VUI? What the user interacts with when using a speech application VUI Elements Prompts or System Messages Prerecorded or Synthesized Grammars Define the

More information

About Unified IP IVR. Product names. Summary description of Unified IP IVR. This chapter contains the following:

About Unified IP IVR. Product names. Summary description of Unified IP IVR. This chapter contains the following: This chapter contains the following: Product names, page 1 Summary description of Unified IP IVR, page 1 More than one Unified CCX product installed on a server, page 2 Unified IP IVR features supported

More information

Version 2.7. Audio File Maintenance Advanced User s Guide

Version 2.7. Audio File Maintenance Advanced User s Guide Version 2.7 Audio File Maintenance Advanced User s Guide Contents Introduction to the Documentation...3 About the Documentation...3 Ifbyphone on the Web...3 Logging in to your Ifbyphone Account...3 Maintaining

More information

An overview of interactive voice response applications

An overview of interactive voice response applications An overview of interactive voice response applications Suneetha Chittamuri Senior Software Engineer IBM India April, 2004 Copyright International Business Machines Corporation 2004. All rights reserved.

More information

Version 2.6. SurVo Advanced User s Guide

Version 2.6. SurVo Advanced User s Guide Version 2.6 SurVo Advanced User s Guide Contents What is a SurVo?...3 SurVo: Voice Survey Form...3 About the Documentation...3 Ifbyphone on the Web...3 Setting up a SurVo...4 Speech/Recording Options...4

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

INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS

INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS ιατµηµατικό Μεταπτυχιακό Πρόγραµµα Σπουδών : Οικονοµική & ιοίκηση Τηλεπικοινωνιακών ικτύων (Νέες υπηρεσίες και τεχνολογίες δικτύων) INTRODUCTION TO VOICEXML FOR DISTRIBUTED WEB-BASED APPLICATIONS Π.Κ Κίκιραs

More information

Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0

Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Nuance OpenSpeech Attendant with Avaya Voice Portal Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

An Approach to VoiceXML Application Modeling

An Approach to VoiceXML Application Modeling An Approach to Application Modeling Xin Ni 1 Meng Ye 2 Lianhong Cai 3 1,3 Tsinghua University, Beijing, China 2 IBM China Research Lab nx01@mails.tsinghua.edu.cn, yemeng@cn.ibm.com, clh-dcs@tsinghua.edu.cn

More information

VClarity Voice Platform

VClarity Voice Platform VClarity Voice Platform VClarity L.L.C. Voice Platform Snap-in Functional Overview White Paper Technical Pre-release Version 2.0 for VClarity Voice Platform Updated February 12, 2007 Table of Contents

More information

PRACTICAL SPEECH USER INTERFACE DESIGN

PRACTICAL SPEECH USER INTERFACE DESIGN ; ; : : : : ; : ; PRACTICAL SPEECH USER INTERFACE DESIGN й fail James R. Lewis. CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an informa

More information

Voice Foundation Classes

Voice Foundation Classes The Unified CVP are a Java API for generating VoiceXML. Any custom component wishing to produce VoiceXML must use the VFCs because their main purpose is to act as an abstraction layer between VoiceXML

More information

EVALITA 2009: Loquendo Spoken Dialog System

EVALITA 2009: Loquendo Spoken Dialog System EVALITA 2009: Loquendo Spoken Dialog System Paolo Baggia Director of International Standards Speech Luminary at SpeechTEK 2009 Evalita Workshop December 12 th, 2009 Evalita Workshop 2009 Paolo Baggia 11

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Contact Center Select using a Play and Collect sample application Overview This document describes how to integrate a back-end Avaya Aura Experience

More information

Authors Martin Eckert Ingmar Kliche Deutsche Telekom Laboratories.

Authors Martin Eckert Ingmar Kliche Deutsche Telekom Laboratories. Workshop on speaker biometrics and VoiceXML 3.0 March 5-6, 2009, Menlo Park, CA, US Proposal of an SIV architecture and requirements Authors Martin Eckert (martin.eckert@telekom.de), Ingmar Kliche (ingmar.kliche@telekom.de),

More information

WFSTDM Builder Network-based Spoken Dialogue System Builder for Easy Prototyping

WFSTDM Builder Network-based Spoken Dialogue System Builder for Easy Prototyping WFSTDM Builder Network-based Spoken Dialogue System Builder for Easy Prototyping Etsuo Mizukami and Chiori Hori Abstract This paper introduces a network-based spoken dialog system development tool kit:

More information

Hosted Fax Mail. Blue Platform. User Guide

Hosted Fax Mail. Blue Platform. User Guide Hosted Fax Mail Blue Platform Hosted Fax Mail User Guide Contents 1 About this Guide... 2 2 Hosted Fax Mail... 3 3 Getting Started... 4 3.1 Logging On to the Web Portal... 4 4 Web Portal Mailbox... 6 4.1

More information

Evaluation of a Mixed-Initiative Dialogue Multimodal Interface

Evaluation of a Mixed-Initiative Dialogue Multimodal Interface Evaluation of a Mixed-Initiative Dialogue Multimodal Interface Baoli Zhao, Tony Allen and Andrzej Bargiela The Nottingham Trent University {baoli.zhao,tony.allen,andrzej.bargiela}@ntu.ac.uk www.ntu.ac.uk

More information

Intelligent Hands Free Speech based SMS System on Android

Intelligent Hands Free Speech based SMS System on Android Intelligent Hands Free Speech based SMS System on Android Gulbakshee Dharmale 1, Dr. Vilas Thakare 3, Dr. Dipti D. Patil 2 1,3 Computer Science Dept., SGB Amravati University, Amravati, INDIA. 2 Computer

More information

Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Interactive Response Issue 1.0

Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Interactive Response Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Interactive Response Issue 1.0 Abstract These Application Notes

More information

Speech Tuner. and Chief Scientist at EIG

Speech Tuner. and Chief Scientist at EIG Speech Tuner LumenVox's Speech Tuner is a complete maintenance tool for end-users, valueadded resellers, and platform providers. It s designed to perform tuning and transcription, as well as parameter,

More information

Voice Extensible Markup Language (VoiceXML)

Voice Extensible Markup Language (VoiceXML) Voice Extensible Markup Language (VoiceXML) Version 2.0 W3C Working Draft 24 April 2002 This Version: http://www.w3.org/tr/2002/wd-voicexml20-20020424/ Latest Version: http://www.w3.org/tr/voicexml20 Previous

More information

HOPE System User Manual

HOPE System User Manual HOPE System User Manual Introduction: Welcome to the Helping Old People Easily (HOPE) system user manual. This manual will serve as a guide to the functionality of the HOPE system. Table of Contents: This

More information

Introducing the VoiceXML Server

Introducing the VoiceXML Server Introducing the VoiceXML Server David Asher Product Manager, Platform Solutions, NMS July 2005 Webinar Agenda Markets and introduction What is VoiceXML? System configurations Product description and features

More information

Implementation of ASR4CRM : An Automated Speech- Enabled Customer Care Service System

Implementation of ASR4CRM : An Automated Speech- Enabled Customer Care Service System European Journal of Scientific Research ISSN 1450-216X Vol.23 No.1 (2008), pp.41-48 EuroJournals Publishing, Inc. 2008 http://www.eurojournals.com/ejsr.htm Implementation of ASR4CRM : An Automated Speech-

More information

Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Voice Portal Issue 1.0

Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Voice Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Beijing InfoQuick SinoVoice Speech Technology (SinoVoice) jtts with Avaya Voice Portal Issue 1.0 Abstract These Application Notes describe

More information

Speaker Verification in BeVocal VoiceXML

Speaker Verification in BeVocal VoiceXML Speaker Verification in BeVocal VoiceXML Version 1.5 May 2001 BeVocal, Inc. 1380 Bordeaux Drive Sunnyvale, CA 94089 2001. BeVocal, Inc. All rights reserved. 2 SPEAKER VERIFICATION IN BEVOCAL VOICEXML Table

More information

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4

VoiceXML. Installation and Configuration Guide. Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 VoiceXML Installation and Configuration Guide Interactive Intelligence Customer Interaction Center (CIC) Version 2016 R4 Last updated June 17, 2016 (See Change Log for summary of changes.) Abstract This

More information

Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields

Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields Special Lecture (406) Spoken Language Dialog Systems VoiceXML: Dialogs, Forms and Fields Rolf Schwitter schwitt@ics.mq.edu.au Macquarie University 2004 1 Recap: VoiceXML Architecture Phone PSTN Internet

More information

Attendant Viewer Version

Attendant Viewer Version En Attendant Viewer Version 3.0.0.3 User Manual TABLE OF CONTENTS Table of contents... 2 Install... 4 Setup... 4 License activation... 4 Make a call... 5 Generic call... 5 Call an extension... 5 Call a

More information

LABORATORY 117. Intorduction to VoiceXML (3)

LABORATORY 117. Intorduction to VoiceXML (3) LABORATORY 117 Intorduction to VoiceXML (3) 1 TAC2000/2000 Delivering Content Collecting User Input Main Topics 2 TAC2000/2000 %$ %$!! 802.16 IP Telephone Lab #" " The element has several attributes bargein

More information

VOICEXML-APPLICATIONS FOR E-COMMERCE AND E-LEARNING

VOICEXML-APPLICATIONS FOR E-COMMERCE AND E-LEARNING computing@tanet.edu.te.ua www.tanet.edu.te.ua/computing ISSN 1727-6209 International Scientific Journal of Computing VOICEXML-APPLICATIONS FOR E-COMMERCE AND E-LEARNING Peter J. A. Reusch 1), Bastian Stoll

More information

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML Rolf Schwitter schwitt@ics.mq.edu.au Macquarie University 2004 1 Today s Program Developing speech interfaces Brief history

More information

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation

Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Back-end Avaya Aura Experience Portal and SIP-enabled Avaya Aura Contact Center using Context Creation Overview This document describes how to integrate Avaya Aura Contact Center and a back-end Avaya Aura

More information

Multilingual Vocal Access to Databases: the Central Role of Ontology Management in VocaBase

Multilingual Vocal Access to Databases: the Central Role of Ontology Management in VocaBase Multilingual Vocal Access to Databases: the Central Role of Ontology Management in VocaBase Christophe Dupriez DB Scape Chaussée de Bruxelles, 63 - Waterloo (Belgium) dupriez@dbscape.com - http://www.dbscape.com

More information

Genesys App Automation Platform Deployment Guide. Hardware and Software Specifications

Genesys App Automation Platform Deployment Guide. Hardware and Software Specifications Genesys App Automation Platform Deployment Guide Hardware and Software Specifications 6/28/2018 Contents 1 Hardware and Software Specifications 1.1 Hardware 1.2 Software 1.3 IVR technologies and platforms

More information

MITEL Communications Platform

MITEL Communications Platform 821_3334-5000-Communnications-Platform-BRO.qxd:Layout 1 1/19/09 12:16 PM MITEL 5000 Communications Platform Page 3 821_3334-5000-Communnications-Platform-BRO.qxd:Layout 1 Today s 1/19/09 12:16 PM Page

More information

COPYRIGHTED MATERIAL. Introduction. 1.1 Introduction

COPYRIGHTED MATERIAL. Introduction. 1.1 Introduction 1 Introduction 1.1 Introduction One of the most fascinating characteristics of humans is their capability to communicate ideas by means of speech. This capability is undoubtedly one of the facts that has

More information

Version 2.6. Smart Click-to-Call Advanced User s Guide

Version 2.6. Smart Click-to-Call Advanced User s Guide Version 2.6 Smart Click-to-Call Advanced User s Guide Contents What is Smart Click-to-Call?...3 About the Documentation...3 Ifbyphone on the Web...3 Setting Up Smart Click-to-Call...5 Smart Click-to-Call

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Interactions Curo Speech Automated Speech Recognizer and Text-to-Speech Server with Avaya Aura Experience Portal using MRCP V2 Issue 1.0

More information

A Convedia White Paper. Controlling Media Servers with SIP

A Convedia White Paper. Controlling Media Servers with SIP Version 1.2 June, 2004 Contents: Introduction page 3 Media Server Overview page 3 Dimensions of Interaction page 5 Types of Interaction page 6 SIP Standards for Media Server Control page 7 Introduction

More information

LARGE-VOCABULARY CHINESE TEXT/SPEECH INFORMATION RETRIEVAL USING MANDARIN SPEECH QUERIES

LARGE-VOCABULARY CHINESE TEXT/SPEECH INFORMATION RETRIEVAL USING MANDARIN SPEECH QUERIES LARGE-VOCABULARY CHINESE TEXT/SPEECH INFORMATION RETRIEVAL USING MANDARIN SPEECH QUERIES Bo-ren Bai 1, Berlin Chen 2, Hsin-min Wang 2, Lee-feng Chien 2, and Lin-shan Lee 1,2 1 Department of Electrical

More information

Application Notes for Interactions Virtual Assistant Solutions with Avaya Aura Experience Portal Issue 1.0

Application Notes for Interactions Virtual Assistant Solutions with Avaya Aura Experience Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Interactions Virtual Assistant Solutions with Avaya Aura Experience Portal Issue 1.0 Abstract These Application Notes describe the configuration

More information

Cisco CVP VoiceXML 3.0. Element Specifications

Cisco CVP VoiceXML 3.0. Element Specifications Cisco CVP VoiceXML 3.0 CISCO CVP VOICEXML 3.0 Publication date: 14 January 2005 Copyright (C) 2000-2005 Audium Corporation. All rights reserved. Distributed by Cisco Systems, Inc. under license from Audium

More information

Integrate Speech Technology for Hands-free Operation

Integrate Speech Technology for Hands-free Operation Integrate Speech Technology for Hands-free Operation Copyright 2011 Chant Inc. All rights reserved. Chant, SpeechKit, Getting the World Talking with Technology, talking man, and headset are trademarks

More information

Unified IP IVR Architecture

Unified IP IVR Architecture This chapter briefly describes the deployment models that you can use with Unified IP IVR. The following are brief descriptions of key items for a Unified IP IVR deployment: Voice Gateway: Connects the

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

NEAXMail AD-64 VOICE/UNIFIED MESSAGING SYSTEM User Guide

NEAXMail AD-64 VOICE/UNIFIED MESSAGING SYSTEM User Guide NEAXMail AD-64 VOICE/UNIFIED MESSAGING SYSTEM User Guide 2002-2004 Active Voice LLC All rights reserved. First edition 2004 ActiveFax, PhoneBASIC, Repartee, TeLANophy, View- Call, ViewFax, and ViewMail

More information

Sparda-Bank Hamburg eg I H C 1

Sparda-Bank Hamburg eg I H C 1 The new Voice Portal Sparda-Bank Hamburg eg I H C 1 Sparda-Bank Hamburg eg The vision Optimization of information and selling logistics especially by using a trendsetting telephony platform as a MultiChannelBankingSolution

More information

Interactive Voice Response System for College automation

Interactive Voice Response System for College automation Interactive Voice Response System for College automation Ms. Ayesha Mahamadshafi Attar 1, Ms. ShrutiSudhir Aitavade 2, Ms. PoonamArjunKalkhambkar 3, Ms. SofiyaRiyaj Nadaf 4 1Department of Computer Science

More information

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS Noël CRESPI, Youssef CHADLI, Institut National des Telecommunications 9, rue Charles Fourier 91011 EVRY Cedex FRANCE Authors: N.Crespi,

More information

Abstract. 1. Conformance. 2. Introduction. 3. Abstract User Interface

Abstract. 1. Conformance. 2. Introduction. 3. Abstract User Interface MARIA (Model-based language for Interactive Applications) W3C Working Group Submission 3 February 2012 Editors: Fabio Paternò, ISTI-CNR Carmen Santoro, ISTI-CNR Lucio Davide Spano, ISTI-CNR Copyright 2012

More information

How to create dialog system

How to create dialog system How to create dialog system Jan Balata Dept. of computer graphics and interaction Czech Technical University in Prague 1 / 55 Outline Intro Architecture Types of control Designing dialog system IBM Bluemix

More information

An Overview of Speech Based Interfaces

An Overview of Speech Based Interfaces An Overview of Speech Based Interfaces PART II: Applications and Business Cases Dr. Jean Hennebert, HES-SO Overview PART I Fundamentals of Speech Technologies MScBA PART II Applications and Business Cases

More information

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10

Form. Settings, page 2 Element Data, page 7 Exit States, page 8 Audio Groups, page 9 Folder and Class Information, page 9 Events, page 10 The voice element is used to capture any input from the caller, based on application designer-specified grammars. The valid caller inputs can be specified either directly in the voice element settings

More information

Module Feature List

Module Feature List Key Differentiators Seamless Integration Informed and empowered interactions in every channel and every touch point - inbound and outbound calls, Email, Web chat, Social Media and SMS all from the same

More information

LABORATORY 117. Intorduction to VoiceXML

LABORATORY 117. Intorduction to VoiceXML LABORATORY 117 Intorduction to VoiceXML 1 TAC2000/2000 Outline XML VoiceXML Building your VoiceXML application on TellMe Studio 2 TAC2000/2000 XML Extensible Markup Language The de facto standard for defining

More information

Application Notes for the SDC IntelliSPEECH with Avaya Communication Manager - Issue 1.0

Application Notes for the SDC IntelliSPEECH with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the SDC IntelliSPEECH with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

A Technical Overview: Voiyager Dynamic Application Discovery

A Technical Overview: Voiyager Dynamic Application Discovery A Technical Overview: Voiyager Dynamic Application Discovery A brief look at the Voiyager architecture and how it provides the most comprehensive VoiceXML application testing and validation method available.

More information

An Overview of Speech Based Interfaces

An Overview of Speech Based Interfaces An Overview of Speech Based Interfaces PART II: Applications and Business Cases Dr. Jean Hennebert, HES-SO Overview PART I Fundamentals of Speech Technologies PART II Applications and Business Cases Introduction

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for LumenVox Automated Speech Recognizer, LumenVox Text-to-Speech Server and Call Progress Analysis with Avaya Aura Experience Portal Issue

More information

Cisco Unified Customer Voice Portal 9.0

Cisco Unified Customer Voice Portal 9.0 Data Sheet Cisco Unified Customer Voice Portal 9.0 Product Overview Cisco Unified Customer Voice Portal (Unified CVP) is an award-winning product that provides IP-based selfservice and call routing. It

More information

Avaya Unified Messenger Telephone User Interface Online Guide

Avaya Unified Messenger Telephone User Interface Online Guide Avaya Unified Messenger Select from the following Introduction Sending voice messages Getting started Recording prompts and greetings Reviewing messages Personalizing your mailbox Replying to messages

More information

Dialplate Receptionist Console Version

Dialplate Receptionist Console Version En Dialplate Receptionist Console Version 4.0.1.12 User Manual TABLE OF CONTENTS Table of contents... 2 Install... 4 Setup... 4 System requirements... 4 License activation... 4 Make a call... 6 Generic

More information

Voice Biometric Integration

Voice Biometric Integration Voice Biometric Integration Product Requirements Document, Version 2 November 28, 2016 Team Tres Commas Members: Jonathan Easterman, Sasha Shams, Arda Ungun, Carson Holoien, Vince Nicoara Mentors: Mike

More information

A Sample Configuration for Nuance OpenSpeech Recognizer and Nuance Speechify Text-to-Speech Using Avaya Interactive Response - Issue 1.

A Sample Configuration for Nuance OpenSpeech Recognizer and Nuance Speechify Text-to-Speech Using Avaya Interactive Response - Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Nuance OpenSpeech Recognizer and Nuance Speechify Text-to-Speech Using Avaya Interactive Response - Issue 1.0 Abstract These Application

More information

Deliverable D ASFE-DL: Semantics, Syntaxes and Stylistics (R3)

Deliverable D ASFE-DL: Semantics, Syntaxes and Stylistics (R3) Multi-Dimensional Context-Aware Adaptation of Service Front-Ends Project no. Deliverable D.3.2.3 ASFE-DL: Semantics, Syntaxes and Stylistics (R3) Due date of deliverable: 30/09/2013 Actual submission to

More information

Product Description. October 12th, 2006 Geert Michiels en - TBL60 - Product Description.doc TeleButler 6.0

Product Description. October 12th, 2006 Geert Michiels en - TBL60 - Product Description.doc TeleButler 6.0 Product Description www.voxtron.com/telebutler Document Information Date Author Document reference Product : : : : October 12th, 2006 Geert Michiels 20061012 - en - TBL60 - Product Description.doc TeleButler

More information

BeVocal VoiceXML Tutorial

BeVocal VoiceXML Tutorial BeVocal VoiceXML Tutorial Version 1.6 June 2001 BeVocal, Inc. 1380 Bordeaux Drive Sunnyvale, CA 94089 2001. BeVocal, Inc. All rights reserved. 2 BEVOCAL VOICEXML TUTORIAL Table of Contents Preface 7 Prerequisites

More information

Model SoftPhone for Pocket PC. User Guide

Model SoftPhone for Pocket PC. User Guide Model 8601 SoftPhone for Pocket PC User Guide Notice This Inter-Tel user guide is released by Inter-Tel, Inc. as a guide for end-users. It provides information necessary to use the Model 8601 SoftPhone

More information

VoiceXML Application Development Recommendations

VoiceXML Application Development Recommendations VoiceXML Application Development Recommendations Version: 1.1 July 2014 This document contains information proprietary to West Corporation. This document shall not be reproduced, transformed to other documents,

More information

WHO WANTS TO BE A MILLIONAIRE?

WHO WANTS TO BE A MILLIONAIRE? IDIAP COMMUNICATION REPORT WHO WANTS TO BE A MILLIONAIRE? Huseyn Gasimov a Aleksei Triastcyn Hervé Bourlard Idiap-Com-03-2012 JULY 2012 a EPFL Centre du Parc, Rue Marconi 19, PO Box 592, CH - 1920 Martigny

More information

Web site with recorded speech for visually impaired

Web site with recorded speech for visually impaired Web site with recorded speech for visually impaired Kenji Inoue 1, Toshihiko Tsujimoto 1, and Hirotake Nakashima 2 1 Graduate School of Information Science and Technology, 2 Department of Media Science,

More information

RLAT Rapid Language Adaptation Toolkit

RLAT Rapid Language Adaptation Toolkit RLAT Rapid Language Adaptation Toolkit Tim Schlippe May 15, 2012 RLAT Rapid Language Adaptation Toolkit - 2 RLAT Rapid Language Adaptation Toolkit RLAT Rapid Language Adaptation Toolkit - 3 Outline Introduction

More information

ATTENDANT USER GUIDE

ATTENDANT USER GUIDE ATTENDANT USER GUIDE NOTICE THIS DOCUMENT IS PROVIDED TO YOU FOR INFORMATIONAL PURPOSES ONLY. The information contained in this document is believed by Mitel Networks to be accurate as of the date of its

More information

Application Notes for LumenVox Speech Engine with Avaya Voice Portal Issue 1.0

Application Notes for LumenVox Speech Engine with Avaya Voice Portal Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for LumenVox Speech Engine with Avaya Voice Portal Issue 1.0 Abstract These Application Notes describe the configuration steps required to integrate

More information

Telephony Integration

Telephony Integration Introduction, page 1 Phone System, page 2 Port, page 5 Port Group, page 6 Trunk, page 12 Speech Connect Port, page 13 Audio and Video Format Using Phone, page 14 Security, page 15 IPv6 in Unity Connection

More information

Development of a Speech-Driven Automatic Telephone Service

Development of a Speech-Driven Automatic Telephone Service Department of Linguistics and Philology Språkteknologiprogrammet (Language Technology Programme) Master s thesis in Computational Linguistics 22 november 2006 Development of a Speech-Driven Automatic Telephone

More information

Auto Attendant. Blue Platform. Administration. User Guide

Auto Attendant. Blue Platform. Administration. User Guide Blue Platform Administration User Guide Contents 1 About Auto Attendant... 3 1.1 Benefits... 3 2 Accessing the Auto Attendant Admin Portal... 4 3 Auto Attendant Admin Portal Interface... 5 4 Auto Attendant

More information

Confidence Measures: how much we can trust our speech recognizers

Confidence Measures: how much we can trust our speech recognizers Confidence Measures: how much we can trust our speech recognizers Prof. Hui Jiang Department of Computer Science York University, Toronto, Ontario, Canada Email: hj@cs.yorku.ca Outline Speech recognition

More information

Software Infrastructure for Spoken Dialogue System. Presenter: Aneef Izhar Ul Haq

Software Infrastructure for Spoken Dialogue System. Presenter: Aneef Izhar Ul Haq Software Infrastructure for Spoken Dialogue System Presenter: Aneef Izhar Ul Haq Components of a Spoken Dialogue System Audio Telephony Server Dialogue Manager Automatic Speech Recognizer (ASR) Application

More information

Sprint Messenger SM One to Many Messaging Quick Reference Guide

Sprint Messenger SM One to Many Messaging Quick Reference Guide Sprint Messenger SM One to Many Messaging Quick Reference Guide Quick Reference Guide - Page 1 of 26 Table of contents: 1.0 Introduction...3 2.0 Welcome Screen...4 2.1 Example Setting up a meeting...5

More information

Avaya Dialog Designer Dialog Designer Developer s Guide

Avaya Dialog Designer Dialog Designer Developer s Guide Avaya Dialog Designer Dialog Designer Developer s Guide August 2005 Issue 1 2005 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

Phonologies The Voice of Technology

Phonologies The Voice of Technology Phonologies Media Services Framework Copyright 2004 Phonologies (India) Private Limited Copyright 2001 2004 by Phonologies (India) Private Limited. Phonologies, InterpreXer and Oktopous are trademarks

More information

SR Telephony Applications. Designing Speech-Only User Interfaces

SR Telephony Applications. Designing Speech-Only User Interfaces SR Telephony Applications Designing Speech-Only User Interfaces Overview Types of Services Designing Speech-Only Applications Feedback and Latency Prompting Strategies Handling Errors Usability Testing

More information

Busline 3.0 VXML. Prepared For: BCT By: Enghouse Transportation. July 16, Page title Busline VXML Approved by 1/8

Busline 3.0 VXML. Prepared For: BCT By: Enghouse Transportation. July 16, Page title Busline VXML Approved by 1/8 usline 3.0 VXML Prepared For: CT y: July 16, 2018 usline VXML pproved by 1/8 Multi Language?, but language selection to be made available by CT s PX. buslinevxml.language.message buslinevxml.language.selection

More information

NEAXMail AD-40 User Guide

NEAXMail AD-40 User Guide NEAXMail AD-40 User Guide To print this guide 1 On the File menu, click Print. 2 To print the entire book, choose OK. To print a portion of the book, select the desired print range, then choose OK. NEAXMail

More information

Designing in Text-To-Speech Capability for Portable Devices

Designing in Text-To-Speech Capability for Portable Devices Designing in Text-To-Speech Capability for Portable Devices Market Dynamics Currently, the automotive, wireless and cellular markets are experiencing increased demand from customers for a simplified and

More information

Table of Contents. Introduction 2. Control Pad Description 3. Where to Start Setup Preferences 5. Operations 10. Phonebook 19. Additional Features 25

Table of Contents. Introduction 2. Control Pad Description 3. Where to Start Setup Preferences 5. Operations 10. Phonebook 19. Additional Features 25 Table of Contents Introduction 2 Control Pad Description 3 Where to Start Setup Preferences 5 Operations 10 Phonebook 19 Additional Features 25 Troubleshooting 31 All rights reserved. Reproduction by any

More information

Multimodal Applications

Multimodal Applications Multimodal Applications The Future is Now! Jean-Jacques Devaux Vice President Marketing & Business Development Telisma Frederic Dickey Director of Product Marketing Speech Products NMS Communications NMS

More information

Coral Messaging Center for Windows

Coral Messaging Center for Windows Coral Messaging Center for Windows User Guide The flexible way to communicate n Reference information To access your mailbox by phone 1. Call the voice messaging system. From inside your organization,

More information

Hands-off Use of Computer towards Universal Access through Voice Control Human-Computer Interface

Hands-off Use of Computer towards Universal Access through Voice Control Human-Computer Interface Hands-off Use of Computer towards Universal Access through Voice Control Human-Computer Interface Dalila Landestoy, Melvin Ayala, Malek Adjouadi, and Walter Tischer Center for Advanced Technology and Education

More information

Human Computer Interaction Using Speech Recognition Technology

Human Computer Interaction Using Speech Recognition Technology International Bulletin of Mathematical Research Volume 2, Issue 1, March 2015 Pages 231-235, ISSN: 2394-7802 Human Computer Interaction Using Recognition Technology Madhu Joshi 1 and Saurabh Ranjan Srivastava

More information

Delivering Superior Self Service with Open Standards

Delivering Superior Self Service with Open Standards IP Telephony Contact Centers Mobility Services WHITE PAPER Delivering Superior Self Service with Open Standards VoiceXML and the Future of Services Oriented Architectures May 2005 Table of Contents Section

More information

System Architecture and Reporting

System Architecture and Reporting Unified ICM software distributes incoming telephone calls and web-initiated requests to skill-appropriate, available agents across multiple contact centers. It does this by tracking activity on all monitored

More information

A Prototype Robot Speech Interface with Multimodal Feedback

A Prototype Robot Speech Interface with Multimodal Feedback Proceedings of the 2002 IEEE Int. Workshop on Robot and Human Interactive Communication Berlin, Germany, Sept. 25-27, 2002 A Prototype Robot Speech Interface with Multimodal Feedback Mathias Haage +, Susanne

More information

Interactive VoiceXML Module into SIP-Based Warning Distribution System

Interactive VoiceXML Module into SIP-Based Warning Distribution System Interactive VoiceXML Module into SIP-Based Warning Distribution System Karel Tomala, Jan Rozhon, Filip Rezac, Jiri Vychodil, Miroslav Voznak, and Jaroslav Zdralek VSB - Technical University of Ostrava,

More information

OFFICE FEATURES. (800)

OFFICE FEATURES. (800) OFFICE FEATURES (800) 799-0600 sales@nextiva.com Advanced Call Forwarding Call forwarding allows you to redirect calls to a third party destination such as a phone number or extension. Nextiva offers multiple

More information

User Guide. Quartet Cordless Telephone & Digital Answering Machine

User Guide. Quartet Cordless Telephone & Digital Answering Machine Quartet 2015 Cordless Telephone & Digital Answering Machine User Guide This equipment is not designed for making emergency telephone calls when the power fails. Alternative arrangements should be made

More information