Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment

Size: px
Start display at page:

Download "Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment"

Transcription

1 Personal Voice Call Assistant: VoiceXML and SIP in a Distributed Environment Michael Pucher +43/1/ pucher@ftw.at Julia Tertyshnaya +43/1/ tertyshnaya@ftw.at Florian Wegscheider +43/1/ wegscheider@ftw.at ABSTRACT In this paper we introduce the architecture of a distributed service platform that integrates speech, web technology and voice-over- IP technologies and describe how a specific service can be built using these technologies. The electronic assistant is an advanced voice-based service, that answers incoming calls and takes messages, consulting the user's calendar and address book. A novel contribution consists in the dynamic creation of the dialog (in form of VoiceXML pages) from calendar and other data residing in the platform s databases, providing in this way actualized information to the caller (at call time). The described platform provides basic services (like call control) and allows developers to stack services, alleviating quick service generation. The assistant illustrates how several fairly basic building blocks can be combined into a powerful end-user application Sticking to our assistant as a guiding example, the first part of this paper gives details on the platform s goals and architecture. The second part portrays the dynamic generation of user-friendly and intuitive VoiceXML pages and grammar from the calendar database, which proved to be an intricate task by itself. Categories and Subject Descriptors C.2.4 [Computer-Communication Networks]: Distributed Systems distributed applications. E.1 [Data]: Data Structures distributed data structures. General Terms Design, Experimentation. Keywords VoiceXML, SIP, CPL, Parlay, CCXML 1. INTRODUCTION The implementation of new mobile communication technologies like UMTS and GPRS will have a strong impact on the Internet. Today we already access the Internet not only from a PC, but also via mobile phones, palmtops and other devices. New applications combining several basic services like telephony, , web browsing or instant messaging will emerge and include security and Quality of Service mechanisms. We developed such an Internet-based telecom application using VoiceXML, which applies web development paradigms to voice dialog development and the Session Initiation Protocol (SIP). The usage of these two technologies leads to a certain convergence between the Web and the sparsely existing Voice Web. Using VoiceXML voice interfaces, people can easily access Web resources, while SIP turns out to be the key technology for both Internet telephony and the core network of UMTS. 1.1 THE PERSONAL VOICE ASSIS- TANT The Personal Voice Call Assistant is an electronic secretary that can perform actions similar to those of a human assistant. Automatic Speech Recognition allows the user to interact with the assistant using natural language commands. Textual information extracted from a calendar is synthesized by a Text to Speech Synthesizer and played to the user. The owner of an assistant activates it, if he cannot or does not want to answer calls. From this moment on all calls destined to the owner will be redirected to his Personal Voice Call Assistant. Let us consider the following scenario: user B, owner of a Personal Voice Call Assistant, has to attend a meeting and enables his assistant during his absence, or configures his assistant to take calls after the say third ring if he does not pick up the phone. A colleague, user A, then calls him. A gets connected to B s personal assistant. The system recognizes the caller by his address. After establishing the connection, A can talk to B s Personal Voice Call Assistant. A can listen to a personalized message, left for him by B, leave a message for B, access his calendar to find out what he is currently doing (in a meeting till five o clock), listen to the list of the events B has planned for today, or ask when B has free time. If the caller (A) is not satisfied with the information the Personal Voice Call Assistant provides, he can ask the assistant to connect him with a colleague of B or any other person, defined by B in advance. For that the existing call between A and the Voice Call Assistant must be released and a new call between A and a colleague of B is established (see chapter 4 for more details). Figure 1 shows all scenarios between two users owning Personal Voice Call Assistants. The users can either call each other (e.g. user A@Platform calls user B@Platform) or call their own Voice Call Assistants (e.g. user A@Platform calls assistant A@VoiceBox).

2 Users calling Personal Voice Call Assistants are divided into owners and non-owners. The distinction is made basing on the address of the caller. The Personal Voice Call Assistant has different behavioral patterns for the owner and a non-owner. SIP:A@PF SIP:B@PF SIP:B@VB TRANSFER LEAVE A MESSAGE ACCESS THE CALENDAR GET CONNECTED TO A COLLEAGUE LEAVE A NOTICE ACCESS THE CALENDAR GET CONNECTED TO SOMEBODY TRANSFER HEAR NOTICES HEAR MESSAGES Message from A Notice for B SIP:A@VB Figure 1. Possible Usage Scenarios In general the owner-user can leave a notice for a person who will (probably) call while the owner is absent listen to messages left by other users (who called while the owner was not available) access his own calendar and listen to information about all the events or the next event, the owner has planned for today get connected to a person who has an entry in his address book. and any user can leave a message for the owner access the calendar and listen to filtered information about public or restricted events get connected to a colleague of the owner hear notices the owner-user left for him access other VoiceXML applications (e.g. an interactive holiday diary). The existing assistant is a prototype demonstrating the power of our architecture. It has been implemented with high level API s and provides a voice interface to dynamic data. The use of VoiceXML and other standardized components make it easily extensible. 1.2 ENABLING TECHNOLOGIES VoiceXML is an XML-based language, designed for creating audio dialogs. It specifies functional requirements on implementations of VoiceXML interpreters and is driven by the W3C. Version 2.0 has the status of a last call working draft. Basic concepts of VoiceXML are dialogs, prompts and grammars. Dialogs are the basic building blocks that consist of forms, which are to be filled. Prompts consist of prerecorded audio or synthesized speech. Grammars determine what a user can say to fill in the fields of a form.[6] SIP (Session Initiation Protocol) is a signaling protocol for Internet conferencing, telephony, presence, event notification and instant messaging. SIP was developed within the IETF MMUSIC (Multiparty Multimedia Session Control) working group, with work proceeding since September 1999 in the IETF SIP working group.[3] CPL (Call Processing Language) is a simple XML-based language that allows an end-user to create scripts, which control the behavior of incoming and outgoing calls for the user. CPL provides functionality such as call redirection and call blocking. Every CPL script is a tree of statements, which may contain forks but no loops, since scripts potentially run on mission critical real time telecom switches. CPL is specified by the IETF. Parlay provides APIs for accessing telecom services and network resources, defined in UML, OMG IDL and in future also WSDL formats. The Parlay APIs are jointly standardized by the Parlay Consortium, ETSI and 3GPP [1]. 2. ARCHITECTURE 2.1 Service Platform The Service Platform developed within the research project A1 is based on the Parlay/OSA model and CORBA Components model. The service platform can serve as a basis for an application service provider or a network operator to host applications for advanced call management, web conferencing, notification in case of traffic jams, etc. The platform consists (amongst others) of the following components: A SIP Proxy Server based on SIP version RFC2543 which implements the Parlay Generic Call Control Service. Other applications can use this service to access the network. The Generic Call Control Service provides a single point of access to the network, masking the network s complexity. The CPL Application interprets CPL scripts written by the enduser and stored in a database in the Service Platform, in order to control the behavior of incoming and outgoing calls for the user. It registers with the Generic Call Control Service to be able to gain control of all calls for users who provide a CPL script. The Call Setup Service is a high level API that can be used to establish calls via the underlying network. It simplifies the Parlay Call Control API. Its API is proprietary, however. It, too, uses the Generic Call Control Service for accessing the network. Thus, the CPL Application and the Call Setup Service use the Parlay Generic Call Control Service as an interface to the network. The Address Book Service allows the creation and use of personal address books. It is used for call screening, that is to verify if the caller is known and in consequence to filter the information and adapt or even completely modify the dialogue. In addition it provides the VoiceXML grammar used in the page which connects the caller to a 3 rd party (see chapter 4 for more detail). The Calendar Service performs the connection to an external calendar and generates natural language prompts, in VoiceXML compliant format, out of the calendar data. Calendar data is dynamic, since calendar events can be changing constantly (every

3 Servlet Container Servlets VoiceXML Data Management Service CORBA, Parlay Address Book Service 5. create 3d party call 3. forward http 4a. exit Calendar Service CPL Interpreter C all S etup S ervice VoiceXML Platform Parlay Call Control SIP Proxy G eneric C all C ontrol S ervice 3d party call SIP User Agent SIP SIP (signalling), RTP (data) 1a. IN V IT E B 1b. INVITE Assistant 2. audio connection SIP User Agent A SIP, RTP 6b. INVITE A 4b. 6a. IN VIT E C 7. audio connection SIP, RTP SIP User Agent C incoming call hour or day). These prompts are played to the caller by the Text to Speech system of the VoiceXML platform. The VoiceXML Data Management Service manages users VoiceXML files and audio messages which it stores in a database. This service is part of an effort to centralize the platform data storage instead of keeping data on several web servers. We use this service to get a list of messages left for the owneruser. Out of this list we generate a dynamic VoiceXML prompt that informs the user who has left messages. After that it is possible to listen to the messages of a specific caller. To record messages the <RECORD> tag in VoiceXML is used and the recordings are posted to the Web Server as binary multipart/form-data. The VoiceXML Data Management Service stores the recorded messages in the database. All services are currently implemented as Parlay services (using CORBA on the remote access layer) but could also be realized as web services using SOAP over HTTP. 2.2 External components The external components are integrated with the service platform: A VoiceXML Platform consisting of a TTS (Text to Speech) server, an ASR (Automatic Speech Recognition) system and a VoiceXML Browser. A Web Server and a Java Servlet Container constitute an interface between the VoiceXML Platform and the Service Platform. The Calendar allows owner-users to store events. Every event is characterized by the parameters starting and ending time, title and location. The combination of services and external components enables the Personal Voice Call Assistant. Figure 2. System Architecture 3. DYNAMIC VOICEXML GENERATION In general there are two different types of domains for which one can generate dynamic content. The domain is either open (e.g. the Web) or closed (e.g. a calendar). The problem of generating dynamic VoiceXML dialogues for open domains is that we only know the structure of the documents, not the contents. (We only know that it is HTML or XML structured data). The structure of the content could be defined using the Resource Description Framework defined by W3C s Semantic Web Activity group. [2] If we have a closed domain data structure like a calendar on the other hand, we know the content structure of the domain. Although the domain is closed it is dynamic, i.e. changes over time, so that we need dynamic VoiceXML generation to build a voice interface for it. Accessing the Calendar A calendar event is characterized by its starting and ending time, its title and location, its duration, which can be (some hours, i.e. starts and ends on the same day), (2 days and more) or and its visibility, which can be public, restricted or private. Registered users and the owner-user have separate interfaces for accessing the calendar, i.e. they are supposed to use different sets of operations (event request types): The owner-user can: - get list of events for the day; - find out their next event today. The registered user can: - get the list of events of the owner-user for the day; - find out the current event of the owner-user; - and find out when the owner-user is available. Both interfaces could be extended if necessary.

4 The dynamic VoiceXML prompt generation process flows as following: the Calendar Service accepts the user request, connects to the calendar, authorizes itself as owner-user, using his user identifier (uid) and password and obtains structured data from the calendar. At this point the Calendar Parser (one of the modules of the Calendar Service) is invoked and an extraction process begins: necessary information, such as starting and ending event time, event title and event location is extracted from the data obtained Step 1. In every iteration cycle the extract() method of the Extractor class is called. During every cycle dynamic event data such as title, location, start and end time of the event is obtained in the correct format. For different request types various extractor implementations are instantiated. Eeach concrete child class of the Extractor should decide what kind of information and in root owner non-owner iterative non-iterative iterative non-iterative GetEventsForToday GetNextEventToday GetEventsForToday getfreeslots getcurrentevent first iteration next iteration first iteration next iteration first iteration next iteration restricted public restricted public restricted public restricted public restricted public from the calendar earlier. Then the appropriate template is found and fed with the extracted data, which fills up blank spaces in the template. Thus, the Calendar Parser is fed with raw calendar data and is responsible for generation of VoiceXML prompts out of it Let s consider the extraction process in more details. Extraction can be either iterative or non-iterative. Iterative extraction takes place if the event response contains more than one event, otherwise extraction is non-iterative. In the iterative extraction case the extraction cycles are repeated as many times as there are events in the event response. Non-iterative extraction means that there s a single extraction cycle since there s only one event in the event response. In the iterative extraction case the final VoiceXML prompt is constructed from multiple templates found and filled during every iteration cycle and appended all together afterwards. Every iteration cycle consists of three steps: (1) extracting dynamic bits of information from the event response; (2) finding a template, walking through the decision tree (see Figure 3) guided by the given request type, event duration, iteration number (first or next) and user access rights; (3) replacing the template slots by the calendar event values, using regular expressions. Below we provide more details on each of the three steps. Figure 3. Template tree which format to return. The decision depends on the event duration type. For example, for events we need the short format of start and end time: just hours and minutes. Since the request always comes for today we do not need to specify year, month and day. For events, however it is necessary to provide the format day, month, year. Examples: Normal event: Meeting from till at office Long event: Vacation from 16/07/2002 till 4/08/2002 Step 2. During every iteration cycle the template path is constructed based on the following criteria: event duration (,, ), user access rights (for non-owners we have to filter out private events and hide particular information from restricted events), request type (getfreeslots, getnextevent, etc.) and iteration number (first or next iteration). Every leaf of the XML tree reached after all the decisions is a template. We need a substantial amount of the templates to provide natural sounding prompts for the various use cases. Here are some examples of templates: Template path:owner/iterative/geteventsforday/ first-iteration// Template: Today you have [title] from [start_time] till [end_time] [location] Template path: non-owner/non-iterative/getcurrentevent/ restricted//

5 Template: Now the callee is restricted and will be available at [end_time] Step 3. Content inside square brackets is to be replaced by dynamic calendar data. If the prompt creation is iterative the extraction result is appended to the already constructed prompt. The prompt that is produced during the iteration cycle is included in a VoiceXML page and loaded by the VoiceXML browser. We believe that this extraction method is general enough to be used in similar contexts, where one has a closed, yet dynamic data structure and wants to develop a voice interface for it. 4. VOICEXML, SIP AND CCXML As opposed to VoiceXML, which allows transferring calls from the voice application to a different terminal and back to the VoiceXML page, SIP does not support this behavior 1. In order to simulate VoiceXML s transfer to some address, we have to terminate the call and create a new call to the requested address from outside the VoiceXML pages. This is currently done by our servlets via the Call Setup Service. We call this a third party call as a third party (the servlet) establishes a connection between two parties. On Figure 2 we can see the different steps of this 3 rd party call scenario: In steps 1 and 2 the user A calls user B. If B is not available and his Personal Voice Call Assistant is active, the caller gets connected to the assistant (step 1). The SIP Proxy handles the network call and notifies the CPL application about an incoming call. The call is routed according to a CPL script being to B. The CPL script contains information concerning where to route calls for B. In our scenario the CPL script redirects all the incoming calls to the VoiceXML platform. More complex scenarios (e.g. call forwarding on busy, depending on caller, time of day etc.) are possible and will be generally used. An audio connection between A s User Agent and the Voice Platform is established (step 2); the caller enters a voice dialog with B s Personal Voice Call Assistant and can from now on interact with the system. Let us assume now that A wants to be redirected to a colleague (user C) of B. All he has to do is say the appropriate command 2. The grammar accepts sentences like I want to talk to somebody or I want to get connected to a colleague. If this command is recognized an intermediate VoiceXML page is loaded that contains a SIP address and immediately submits the SIP address to a Servlet. It then loads yet another VoiceXML page containing an <EXIT> tag (step 4a). In steps 4b the voice browser sends a SIP message to A s User Agent, which causes the call between the caller and Voice Platform to be released. The Servlet that produced the exit page initiates the 3 rd party call with the desired user in step 5. To do this, it needs an instance of the Call Setup Service. In steps 6a-6b the SIP Proxy sends SIP INVITE messages to the colleague of the owner-user and to the caller. If both users accept the incoming call the audio connection between the parties is established (step 7). A disadvantage of using VoiceXML and SIP in separated interpreter contexts is that the VoiceXML application must exit when the new call is initiated. If the new call attempt fails, the application cannot re-enter its VoiceXML part. To get back to the voice dialog the caller would have to repeat the original call. For asynchronous notification between the VoiceXML and call control contexts one can use extended call control languages like CCXML (Call Control extensible Markup Language) which specifies an event handling mechanism [5]. 5. CONCLUSION This paper has shown how VoiceXML and other standardized technologies can be used to create applications for next generation telecom networks. We introduced an extraction method that can be used to build voice interfaces for closed domain, dynamic data structures. We also presented an extensible and scalable architecture that uses high level and standardized interfaces and languages (Parlay, VoiceXML, CPL). Looking beyond the call assistant we described, this architecture allows easy creation of various applications and deployment of multiple scenarios basing on combination of the above-mentioned generic elements. The integration of CCXML or a similar call control language will permit implementing even more functionality in a standardized, easy to understand scripting interface. 6. ACKNOWLEDGMENTS This work was supported within the Austrian competence center program Kplus REFERENCES [1] Parlay APIs 2.1, The Parlay Group (AT&T, BT, Cisco, IBM & others), June 2000, [2] Resource Description Framework, [3] Schulzrinne/Schooler/Rosenberg/Handley, SIP: Session Initiation Protocol, IETF Draft, ietf-sip-rfc2543bis-02.ps, November 2000 [4] Sparks R., The SIP Refer Method, Internet-Draft (expires January 15, 2003), July [5] W3C: Voice Browser Call Control : CCXML Version 1.0, Working Draft 11 October 2002, [6] W3C: VoiceXML Version 2.0, Working Draft, 24 April 2002, [7] Zeiss Joachim, Cross-domain Service Deployment with OSA/Parlay and CORBA components, 2002 [8] Niklfeld Georg, Pucher Michael, Finan Robert, Architecture for adaptive multimodal dialog systems based on VoiceXML, Eurospeech 2001, Aalborg, Denmark 1 At least not until the refer method is supported. 2 Of course the assistant informs the caller of this possibility. 3 Parts of the content of this paper are presented at the poster session of the www2003 conference in Budapest.

VoiceXML and VoIP. Architectural Elements of Next-Generation Telephone Services. RJ Auburn

VoiceXML and VoIP. Architectural Elements of Next-Generation Telephone Services. RJ Auburn VoiceXML and VoIP Architectural Elements of Next-Generation Telephone Services RJ Auburn Chief Network Architect, Voxeo Corporation Editor, CCXML Version 1.0, W3C Ken Rehor Software Architect, Nuance Communications

More information

Programming SIP Services University Infoline Service

Programming SIP Services University Infoline Service Programming SIP Services University Infoline Service Tatiana Kováčiková, Pavol Segeč Department of Information Networks University of Zilina Moyzesova 20, 010 26 SLOVAKIA Abstract: Internet telephony now

More information

Implementing Conditional Conference Call Use Case over IMS and Non IMS Testbed an experimental results through comparison approach

Implementing Conditional Conference Call Use Case over IMS and Non IMS Testbed an experimental results through comparison approach Proceedings of the 6th WSEAS International Conference on Applications of Electrical Engineering, Istanbul, Turkey, May 27-29, 2007 109 Implementing Conditional Conference Call Use Case over IMS and Non

More information

Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 03 XML based Standards and Formats for Applications

Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 03 XML based Standards and Formats for Applications Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 03 XML based Standards and Formats for Applications Oxford University Press 2007. All rights reserved. 1 XML An extensible language The

More information

Application (service logic) Core server (protocol stack) Figure 1: Division of conference server functions. Table 1: Core server signaling functions

Application (service logic) Core server (protocol stack) Figure 1: Division of conference server functions. Table 1: Core server signaling functions Programmable Conference Server Henning Schulzrinne, Kundan Singh and Xiaotao Wu Department of Computer Science, Columbia University {hgs,kns10,xiaotaow}@cs.columbia.edu Abstract Conferencing services for

More information

Advanced Internet Telephony Conferencing Services

Advanced Internet Telephony Conferencing Services Advanced Internet Telephony Conferencing Services Henning Schulzrinne, Kundan Singh and Xiaotao Wu Department of Computer Science, Columbia University {hgs,kns10,xiaotaow}@cs.columbia.edu Abstract Conferencing

More information

Voicemail. Advanced User s Guide. Version 2.0

Voicemail. Advanced User s Guide. Version 2.0 Advanced User s Guide Version 2.0 Contents Introduction to the Documentation... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Logging in to your ifbyphone Account... 3 Setting Up a Voice Mailbox...

More information

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2)

Overview ENUM ENUM. VoIP Introduction (2/2) VoIP Introduction (1/2) Overview Voice-over over-ip (VoIP) ENUM VoIP Introduction Basic PSTN Concepts and SS7 Old Private Telephony Solutions Internet Telephony and Services VoIP-PSTN Interoperability IP PBX Network Convergence

More information

Combining VoiceXML with CCXML

Combining VoiceXML with CCXML Combining VoiceXML with CCXML A Comparative Study Daniel Amyot and Renato Simoes School of Information Technology and Engineering University of Ottawa Ottawa, Canada damyot@site.uottawa.ca, renatops@yahoo.com

More information

MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM

MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM MODELLING OF INTELLIGENCE IN INTERNET TELEPHONE SYSTEM Evelina Nicolova Pencheva, Vessela Liubomirova Georgieva Department of telecommunications, Technical University of Sofia, 7 Kliment Ohridski St.,

More information

An investigation into multimedia service creation using SIP

An investigation into multimedia service creation using SIP An investigation into multimedia service creation using SIP M.C. Hsieh, J. Okuthe and A. Terzoli Department of Computer Science, Rhodes University Grahamstown, 6140, South Africa Email: g9610645@campus.ru.ac.za

More information

Phone Routing Stepping Through the Basics

Phone Routing Stepping Through the Basics Ng is Phone Routing Stepping Through the Basics Version 2.6 Contents What is Phone Routing?...3 Logging in to your Ifbyphone Account...3 Configuring Different Phone Routing Functions...4 How do I purchase

More information

WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC: Why and How? FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This docume nt is copyright of FRAFOS GmbH. Duplication or propagation or e xtracts

More information

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1.

This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. This presentation discusses the new support for the session initiation protocol in WebSphere Application Server V6.1. WASv61_SIP_overview.ppt Page 1 of 27 This presentation will provide an overview of

More information

Building Applications with Vision Media Servers

Building Applications with Vision Media Servers Building Applications with Vision Media Servers Getting Your Ideas to Market Fast David Asher Director, Product Management, Platform Solutions NMS at a Glance Founded in 1983, publicly traded since 1994

More information

Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications

Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications Open Source VoiceXML Interpreter over Asterisk for Use in IVR Applications Lerato Lerato, Maletšabisa Molapo and Lehlohonolo Khoase Dept. of Maths and Computer Science, National University of Lesotho Roma

More information

VoiceXML Data Logging Overview

VoiceXML Data Logging Overview Data Logging Overview - Draft 0.3-20 August 2007 Page 1 Data Logging Overview Forum Tools Committee Draft 0.3-20 August 2007 Data Logging Overview - Draft 0.3-20 August 2007 Page 1 About the Forum: Founded

More information

Avaya Aura Orchestration Designer

Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer is a unified service creation environment for faster, lower cost design and deployment of voice and multimedia applications and agent

More information

Resource Management and Containment for Active Services

Resource Management and Containment for Active Services Resource Management and Containment for Active Services M. Ranganathan, Doug Montgomery, Kevin Mills Advanced Networking Technologies Division National Inst. Of Standards and Technology Gaithersburg, MD

More information

... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function

... Figure 2: Proposed Service Invocation Mechanism. AS Service invocation 2 SC invocation 2. Session/Call Control Function Next Generation Network Service Architecture in the IP Multimedia Subsystem Anahita Gouya, Noël Crespi, Lina Oueslati, {anahita.gouya, noel.crespi, lina.oueslati}@int-evry.fr, Institut National des Télécommunications

More information

IVR CRM Integration. Migrating the Call Center from Cost Center to Profit. Definitions. Rod Arends Cheryl Yaeger BenchMark Consulting International

IVR CRM Integration. Migrating the Call Center from Cost Center to Profit. Definitions. Rod Arends Cheryl Yaeger BenchMark Consulting International IVR CRM Integration Migrating the Call Center from Cost Center to Profit Rod Arends Cheryl Yaeger BenchMark Consulting International Today, more institutions are seeking ways to change their call center

More information

Version 2.6. Virtual Receptionist Stepping Through the Basics

Version 2.6. Virtual Receptionist Stepping Through the Basics Version 2.6 Virtual Receptionist Stepping Through the Basics Contents What is a Virtual Receptionist?...3 About the Documentation...3 Ifbyphone on the Web...3 Setting Up a Virtual Receptionist...4 Logging

More information

Functional Specifications Document

Functional Specifications Document Functional Specifications Document VOIP SOFT PBX Project Code: SPBX Project Advisor : Aftab Alam Project Team: Umair Ashraf 03-1853 (Team Lead) Imran Bashir 02-1658 Khadija Akram 04-0080 Submission Date:19-10-2007

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for the Enterprise FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or extracts

More information

IBM WebSphere Application Server Communications Enabled Applications Setup guide

IBM WebSphere Application Server Communications Enabled Applications Setup guide Copyright IBM Corporation 2009, 2011 All rights reserved IBM WebSphere Application Server Communications Enabled Applications Setup guide What this exercise is about... 1 Lab requirements... 2 What you

More information

Voice Processing Standards. Mukesh Sundaram Vice President, Engineering Genesys (an Alcatel company)

Voice Processing Standards. Mukesh Sundaram Vice President, Engineering Genesys (an Alcatel company) Voice Processing Standards Mukesh Sundaram Vice President, Engineering Genesys (an Alcatel company) Agenda Interactive Voice Response Speech Processing Computer Telephony Integration IP Telephony Standards

More information

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Dorgham Sisalem, Jiri Kuthan Fraunhofer Institute for Open Communication Systems (FhG Fokus) Kaiserin-Augusta-Allee

More information

Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem

Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem GPP X.S00-0 Version.0 Version Date: May 00 Conferencing Using the IP Multimedia (IM) Core Network (CN) Subsystem Revision: 0 COPYRIGHT GPP and its Organizational Partners claim copyright in this document

More information

WebSphere Portal Server and Web Services Whitepaper

WebSphere Portal Server and Web Services Whitepaper WebSphere Server and s Whitepaper Thomas Schaeck (schaeck@de.ibm.com) IBM Software Group Abstract As web services will become the predominant method for making information and applications available programmatically

More information

SIP : Session Initiation Protocol

SIP : Session Initiation Protocol : Session Initiation Protocol EFORT http://www.efort.com (Session Initiation Protocol) as defined in IETF RFC 3261 is a multimedia signaling protocol used for multimedia session establishment, modification

More information

VoIP. Overview. Jakob Aleksander Libak jakobal@ifi.uio.no. Introduction Pros and cons Protocols Services Conclusion

VoIP. Overview. Jakob Aleksander Libak jakobal@ifi.uio.no. Introduction Pros and cons Protocols Services Conclusion VoIP Jakob Aleksander Libak jakobal@ifi.uio.no 1 Overview Introduction Pros and cons Protocols Services Conclusion 2 1 Introduction Voice over IP is routing of voice conversations over the internet or

More information

How To Develop A Voice Portal For A Business

How To Develop A Voice Portal For A Business VoiceMan Universal Voice Dialog Platform VoiceMan The Voice Portal with many purposes www.sikom.de Seite 2 Voice Computers manage to do ever more Modern voice portals can... extract key words from long

More information

Interfaces de voz avanzadas con VoiceXML

Interfaces de voz avanzadas con VoiceXML Interfaces de voz avanzadas con VoiceXML Digital Revolution is coming Self driving cars Self voice services Autopilot for CAR Speaker Automatic Speech Recognition ASR DTMF keypad SIP / VoIP or TDM Micro

More information

XML based Interactive Voice Response System

XML based Interactive Voice Response System XML based Interactive Voice Response System Sharad Kumar Singh PT PureTesting Software P Ltd. Noida, India ABSTRACT The paper presents the architecture of a web based interactive voice response system

More information

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1 Introduction... 2 2 PBX... 3 3 IP PBX... 4 3.1 How It Works... 4 3.2 Functions of IP PBX... 5 3.3 Benefits of IP PBX... 5 4 Evolution of IP PBX... 6 4.1 Fuelling Factors... 6 4.1.1 Demands from

More information

CCXML & the Power of Standards-Based Call Control E X E C U T I V E B R I E F I N G M A R C H 2 0 1 0

CCXML & the Power of Standards-Based Call Control E X E C U T I V E B R I E F I N G M A R C H 2 0 1 0 CCXML & the Power of Standards-Based Call Control E X E C U T I V E B R I E F I N G M A R C H 2 0 1 0 The Call Control Challenge Advanced call control functionality enables companies to more efficiently

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for Service Providers FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or

More information

Interoperability Test Plan for International Voice services (Release 6) May 2014

Interoperability Test Plan for International Voice services (Release 6) May 2014 INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP (i3 FORUM) Workstream Technical Aspects Workstream Operations Interoperability Test Plan for International Voice services (Release 6) May 2014 Interoperability

More information

Mobicents 2.0 The Open Source Communication Platform. DERUELLE Jean JBoss, by Red Hat 138

Mobicents 2.0 The Open Source Communication Platform. DERUELLE Jean JBoss, by Red Hat 138 Mobicents 2.0 The Open Source Communication Platform DERUELLE Jean JBoss, by Red Hat 138 AGENDA > VoIP Introduction > VoIP Basics > Mobicents 2.0 Overview SIP Servlets Server JAIN SLEE Server Media Server

More information

Deploying Cisco Unified Contact Center Express Volume 1

Deploying Cisco Unified Contact Center Express Volume 1 Deploying Cisco Unified Contact Center Express Volume 1 Course Introduction Learner Skills and Knowledge Course Goal and Course Flow Additional References Your Training Curriculum General Administration

More information

Workforce Management IVR. A multi-service voice platform

Workforce Management IVR. A multi-service voice platform WFM Workforce Management IVR Information Sheet Introduction High Level Overview Features Solution Components Industries Applications Call Flows Reporting Implementation and Deployment About Syntellect

More information

One receptionist can answer calls from predetermined PSTN/IP lines, each identified to a specific company

One receptionist can answer calls from predetermined PSTN/IP lines, each identified to a specific company IP PBX Call Answering Features: Call Queue Incoming callers can be held in a queue while they listen to a customizable recorded message. The caller can be sent to voicemail or redirected to another extension

More information

Support and Compatibility

Support and Compatibility Version 1.0 Frequently Asked Questions General What is Voiyager? Voiyager is a productivity platform for VoiceXML applications with Version 1.0 of Voiyager focusing on the complete development and testing

More information

Developing and Integrating Java Based SIP Client at Srce

Developing and Integrating Java Based SIP Client at Srce Developing and Integrating Java Based SIP Client at Srce Davor Jovanovi and Danijel Matek University Computing Centre, Zagreb, Croatia Davor.Jovanovic@srce.hr, Danijel.Matek@srce.hr Abstract. In order

More information

Technical Specification. Solutions created by knowledge and needs

Technical Specification. Solutions created by knowledge and needs Technical Specification Solutions created by knowledge and needs The industrial control and alarm management system that integrates video, voice and data Technical overview Process Architechture OPC-OCI

More information

VoiceXML versus SALT: selecting a voice

VoiceXML versus SALT: selecting a voice VoiceXML versus SALT: selecting a voice application standard When it comes to speech application standards, it seems we've been asking all the wrong questions. The VXML versus SALT debate is currently

More information

PARLAY API: BUSINESS BENEFITS AND TECHNICAL OVERVIEW

PARLAY API: BUSINESS BENEFITS AND TECHNICAL OVERVIEW PARLAY API: BUINE BENEFIT AND TECHNICAL OVERVIEW Key Theme: T2, What s Your Network IQ? Authors: Dr Ivan Boyd pp B54 Rm 133 B54 Adastral Park Martlesham Heath IPWICH uffolk IP5 3RE United Kingdom Mike

More information

Cisco IOS Voice XML Browser

Cisco IOS Voice XML Browser Cisco IOS Voice XML Browser Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure,

More information

Cisco IOS Voice XML Browser

Cisco IOS Voice XML Browser Cisco IOS Voice XML Browser Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure,

More information

Introduction to Oracle WebLogic. Presented by: Fatna Belqasmi, PhD, Researcher at Ericsson

Introduction to Oracle WebLogic. Presented by: Fatna Belqasmi, PhD, Researcher at Ericsson Introduction to Oracle WebLogic Presented by: Fatna Belqasmi, PhD, Researcher at Ericsson Agenda Overview Download and installation A concrete scenario using the real product Hints for the project Overview

More information

Mobicents. The Open Source Communication Platform

Mobicents. The Open Source Communication Platform Mobicents 2.0 The Open Source Communication Platform DERUELLE Jean DERUELLE Jean JBoss, by Red Hat Mobicents Sip Servlets Lead 138 1 AGENDA > VoIP Introduction & Examples > VoIP Basics > Mobicents 2.0

More information

Enhanced VoIP Based Virtual PC Troubleshooting

Enhanced VoIP Based Virtual PC Troubleshooting International Journal of Scientific & Engineering Research, Volume 3, Issue 4, April-2012 1 Enhanced VoIP Based Virtual PC Troubleshooting U.K.D.S.N. Dayananda, W.N.K.L. Abeyrathna, S.M.C.D. Samarakoon,

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

WHAT S BEHIND YOUR SMARTPHONE ICONS? A brief tour of behind-the-scenes signaling for multimedia services

WHAT S BEHIND YOUR SMARTPHONE ICONS? A brief tour of behind-the-scenes signaling for multimedia services WHAT S BEHIND YOUR SMARTPHONE ICONS? A brief tour of behind-the-scenes signaling for multimedia services Harry G. Perros Computer Science Department NC State University, Raleigh 27695 USA Email: hp@ncsu.edu

More information

AN IPTEL ARCHITECTURE BASED ON THE SIP PROTOCOL

AN IPTEL ARCHITECTURE BASED ON THE SIP PROTOCOL AN IPTEL ARCHITECTURE BASED ON THE SIP PROTOCOL João Paulo Sousa Instituto Politécnico de Bragança R. João Maria Sarmento Pimentel, 5370-326 Mirandela, Portugal + 35 27 820 3 40 jpaulo@ipb.pt Eurico Carrapatoso

More information

Hosted Fax Mail. Hosted Fax Mail. User Guide

Hosted Fax Mail. Hosted Fax Mail. User Guide Hosted Fax Mail 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 Checking Messages

More information

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online

IP PBX. SD Card Slot. FXO Ports. PBX WAN port. FXO Ports LED, RED means online 1 IP PBX SD Card Slot FXO Ports PBX LAN port PBX WAN port FXO Ports LED, RED means online 2 Connect the IP PBX to Your LAN Internet PSTN Router Ethernet Switch FXO Ports 3 Access the PBX s WEB GUI The

More information

Session Initiation Protocol (SIP) The Emerging System in IP Telephony

Session Initiation Protocol (SIP) The Emerging System in IP Telephony Session Initiation Protocol (SIP) The Emerging System in IP Telephony Introduction Session Initiation Protocol (SIP) is an application layer control protocol that can establish, modify and terminate multimedia

More information

TSIN02 - Internetworking

TSIN02 - Internetworking TSIN02 - Internetworking Lecture 9: SIP and H323 Literature: Understand the basics of SIP and it's architecture Understand H.323 and how it compares to SIP Understand MGCP (MEGACO/H.248) SIP: Protocol

More information

Service Identifier Comparison module Service Rule Comparison module Favourite Application Server Reinvocation Management module

Service Identifier Comparison module Service Rule Comparison module Favourite Application Server Reinvocation Management module Service Broker for Managing Feature Interactions in IP Multimedia Subsystem Anahita Gouya, Noël Crespi {anahita.gouya, noel.crespi @int-evry.fr}, Institut National des télécommunications (GET-INT) Mobile

More information

Accessing Data with ADOBE FLEX 4.6

Accessing Data with ADOBE FLEX 4.6 Accessing Data with ADOBE FLEX 4.6 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: Accessing data services overview Data

More information

Avaya IP Office 8.1 Configuration Guide

Avaya IP Office 8.1 Configuration Guide Avaya IP Office 8.1 Configuration Guide Performed By tekvizion PVS, Inc. Contact: 214-242-5900 www.tekvizion.com Revision: 1.1 Date: 10/14/2013 Copyright 2013 by tekvizion PVS, Inc. All Rights Reserved.

More information

Introducing Cisco Unified Communications Express

Introducing Cisco Unified Communications Express CHAPTER 1 Introducing Cisco Unified Communications Express Cisco Unified Communications Express is an award-winning communications solution that is provided with the Cisco Integrated Services Router portfolio.

More information

Cisco Unified Presence Server 1.0

Cisco Unified Presence Server 1.0 Cisco Unified Presence Server 1.0 The Cisco Unified Presence Server is a critical component for delivering the full value of a Cisco Unified Communications environment. It collects information about a

More information

SIP Protocol as a Communication Bus to Control Embedded Devices

SIP Protocol as a Communication Bus to Control Embedded Devices 229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania ramunas.dzindzalieta@gmail.com Abstract.

More information

3GPP TS 24.623 V8.1.0 (2008-09)

3GPP TS 24.623 V8.1.0 (2008-09) TS 24.623 V8.1.0 (2008-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Extensible Markup Language (XML) Configuration Access Protocol

More information

What Is the Java TM 2 Platform, Enterprise Edition?

What Is the Java TM 2 Platform, Enterprise Edition? Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today

More information

Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options

Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options Whitepaper: Microsoft Office Communications Server 2007 R2 and Cisco Unified Communications Manager Integration Options Document Summary This document provides information on several integration scenarios

More information

Multimedia & Protocols in the Internet - Introduction to SIP

Multimedia & Protocols in the Internet - Introduction to SIP Information and Communication Networks Multimedia & Protocols in the Internet - Introduction to Siemens AG 2004 Bernard Hammer Siemens AG, München Presentation Outline Basics architecture Syntax Call flows

More information

Session Initiation Protocol (SIP)

Session Initiation Protocol (SIP) Session Initiation Protocol (SIP) An Alcatel Executive Briefing August, 2002 www.alcatel.com/enterprise Table of contents 1. What is SIP?...3 2. SIP Services...4 2.1 Splitting / forking a call...4 2.2

More information

Email Signatures. Advanced User s Guide. Version 2.0

Email Signatures. Advanced User s Guide. Version 2.0 Advanced User s Guide Version 2.0 Contents Email Signatures... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Copying Click-to-XyZ Code... 4 Logging in to your ifbyphone Account... 4 Web-Based

More information

Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack

Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack Vulnerability Analysis on Mobile VoIP Supplementary Services and MITM Attack You Joung Ham Graduate School of Computer Engineering, Hanshin University, 411, Yangsan-dong, Osan, Gyeonggi, Rep. of Korea

More information

SIP, Session Initiation Protocol used in VoIP

SIP, Session Initiation Protocol used in VoIP SIP, Session Initiation Protocol used in VoIP Page 1 of 9 Secure Computer Systems IDT658, HT2005 Karin Tybring Petra Wahlund Zhu Yunyun Table of Contents SIP, Session Initiation Protocol...1 used in VoIP...1

More information

Open IMS Core with VoIP Quality Adaptation

Open IMS Core with VoIP Quality Adaptation Open IMS Core with VoIP Quality Adaptation Is-Haka Mkwawa, Emmanuel Jammeh, Lingfen Sun, Asiya Khan and Emmanuel Ifeachor Centre for Signal Processing and Multimedia Communication School of Computing,Communication

More information

Cisco IOS VoiceXML Browser

Cisco IOS VoiceXML Browser Cisco IOS VoiceXML Browser Q. What is VoiceXML? A. Voice Extensible Markup Language (VoiceXML) is an XML-based creation environment for voice applications including user interfaces for use with automatic-speech-recognition

More information

Conference Bridge setup

Conference Bridge setup Conference Bridge setup This chapter provides information to configure conference bridges using Cisco Unified Communications Manager Administration. See the following for additional information: Conference

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

MSCML Protocol: The Key to Unlocking a New Generation of Multimedia SIP Services

MSCML Protocol: The Key to Unlocking a New Generation of Multimedia SIP Services MSCML Protocol: The Key to Unlocking a New Generation of Multimedia SIP Services Eric Burger Vice President CTO of Next-Generation Communications Greg Pisano Market Development Director Carrier Enhanced

More information

CUSTOM INTERACTIVE VOICE4NET TELEPHONY SOLUTIONS. Contact Center HD. www.voice4net.com

CUSTOM INTERACTIVE VOICE4NET TELEPHONY SOLUTIONS. Contact Center HD. www.voice4net.com Contact Center HD Contact Center HD (CCHD ) With competition on a global basis, increased demand from users and lingering economic uncertainty, contact centers are a critical component in any company s

More information

Silent Monitoring and Recording Using Unified Communications Manager

Silent Monitoring and Recording Using Unified Communications Manager Silent Monitoring and Recording Using Unified Communications Manager Call centers are expected to guarantee the quality of customer service their agents provide to callers. To that end, the ability to

More information

Introducing Cisco Voice and Unified Communications Administration Volume 1

Introducing Cisco Voice and Unified Communications Administration Volume 1 Introducing Cisco Voice and Unified Communications Administration Volume 1 Course Introduction Overview Learner Skills and Knowledge Course Goal and Course Flow Additional Cisco Glossary of Terms Your

More information

http://webrtcbook.com

http://webrtcbook.com ! This is a sample chapter of WebRTC: APIs and RTCWEB Protocols of the HTML5 Real-Time Web by Alan B. Johnston and Daniel C. Burnett, Second Edition. For more information or to buy the paperback or ebook

More information

Voice over IP & Other Multimedia Protocols. SIP: Session Initiation Protocol. IETF service vision. Advanced Networking

Voice over IP & Other Multimedia Protocols. SIP: Session Initiation Protocol. IETF service vision. Advanced Networking Advanced Networking Voice over IP & Other Multimedia Protocols Renato Lo Cigno SIP: Session Initiation Protocol Defined by IETF RFC 2543 (first release march 1999) many other RFCs... see IETF site and

More information

NTP VoIP Platform: A SIP VoIP Platform and Its Services

NTP VoIP Platform: A SIP VoIP Platform and Its Services NTP VoIP Platform: A SIP VoIP Platform and Its Services Speaker: Dr. Chai-Hien Gan National Chiao Tung University, Taiwan Email: chgan@csie.nctu.edu.tw Date: 2006/05/02 1 Outline Introduction NTP VoIP

More information

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0

Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for BT Wholesale/HIPCOM SIP Trunk Service and Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the procedures for configuring

More information

CISCO UNIFIED COMMUNICATIONS MANAGER SIP INTEGRATION

CISCO UNIFIED COMMUNICATIONS MANAGER SIP INTEGRATION CISCO UNIFIED COMMUNICATIONS MANAGER SIP INTEGRATION Validated Integrations: 8.5 with xic version 3.0 SU-10 and greater INTEGRATION DOCUMENT Version 2.03 7601 Interactive Way Indianapolis, IN 46278 Telephone/Fax:

More information

and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG

and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG Voice Over IP, and Voice Applications Eyal Wirsansky, Verso Technologies JaxJUG Analog Telephony Mr. W AG Bell X What the *!@# is aa Switch?? Moving to Digital Voice (TDM) Separation of Voice and Signaling

More information

The following is a list of the features available with the managed Intersoft IP Telephony Services.

The following is a list of the features available with the managed Intersoft IP Telephony Services. The following is a list of the features available with the managed Intersoft IP Telephony Services. Call Forwarding When you are not at your desk, be sure not to miss important calls. Forward call to another

More information

LiveTalk Call Center solution

LiveTalk Call Center solution LiveTalk Call Center solution I. Introduction LiveTalk enables real-time interaction between callers and a pool of technical and customer support or sales agents via a completely web based interface. With

More information

640-461: Introducing Cisco Voice and Unified Communications Administration (ICOMM) v8.0 Course Introduction

640-461: Introducing Cisco Voice and Unified Communications Administration (ICOMM) v8.0 Course Introduction 640-461: Introducing Cisco Voice and Unified Communications Administration (ICOMM) v8.0 Course Introduction Course Introduction Module 01 - Overview of Cisco Unified Communications Solutions Understanding

More information

New signalling mechanisms for multi-provider and cross-network services

New signalling mechanisms for multi-provider and cross-network services New signalling mechanisms for multi-provider and cross-network services Claude Rigault Département informatique et réseaux, ENST, 46 rue Barrault, 75 013 Paris, France GET-Télécom Paris ; LTCI-UMR 5141

More information

VXI* IVR / IVVR. VON.x 2008 OpenSER Summit. Ivan Sixto CEO / Business Dev. Manager. San Jose CA-US, March 17th, 2008

VXI* IVR / IVVR. VON.x 2008 OpenSER Summit. Ivan Sixto CEO / Business Dev. Manager. San Jose CA-US, March 17th, 2008 VXI* IVR / IVVR San Jose CA-US, March 17th, 2008 Ivan Sixto CEO / Business Dev. Manager VON.x 2008 OpenSER Summit Index 1 About INET 2 What is VoiceXML? 3 VXI* Platforms for IVR / IVVR 4 Customer's Business

More information

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples

Voice over IP (VoIP) Overview. Introduction. David Feiner ACN 2004. Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Voice over IP (VoIP) David Feiner ACN 2004 Overview Introduction VoIP & QoS H.323 SIP Comparison of H.323 and SIP Examples Introduction Voice Calls are transmitted over Packet Switched Network instead

More information

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0

AXIGEN Mail Server. Quick Installation and Configuration Guide. Product version: 6.1 Document version: 1.0 AXIGEN Mail Server Quick Installation and Configuration Guide Product version: 6.1 Document version: 1.0 Last Updated on: May 28, 2008 Chapter 1: Introduction... 3 Welcome... 3 Purpose of this document...

More information

VoiceXML-Based Dialogue Systems

VoiceXML-Based Dialogue Systems VoiceXML-Based Dialogue Systems Pavel Cenek Laboratory of Speech and Dialogue Faculty of Informatics Masaryk University Brno Agenda Dialogue system (DS) VoiceXML Frame-based DS in general 2 Computer based

More information

A business view for NGN service usage

A business view for NGN service usage A business view for NGN service usage Emmanuel Bertin 1, Idir Fodil 1, Noel Crespi 2 1 France Telecom, R&D division 2 Institut National des Télécommunications (GET-INT) Abstract. Next Generation Networks

More information

Aspect Education Services

Aspect Education Services Aspect Education Services Voxeo Training Catalog June 2015 Welcome to Aspect Education Services Aspect offers enterprises and service-providers state-of-the-art IVR platforms and Unified Communications

More information

SIP: Protocol Overview

SIP: Protocol Overview SIP: Protocol Overview NOTICE 2001 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd. and are protected by United States copyright laws, other applicable copyright

More information

OpenMTC. M2M Solutions for Smart Cities and the Internet of Things. www.open-mtc.org info@open-mtc.org

OpenMTC. M2M Solutions for Smart Cities and the Internet of Things. www.open-mtc.org info@open-mtc.org OpenMTC M2M Solutions for Smart Cities and the Internet of Things www.open-mtc.org info@open-mtc.org 2. March März 2, 2013 Understanding M2M Machine-to-Machine (M2M) is a paradigm in which the end-to-end

More information