Home > Articles > Web Services > XML

This chapter is from the book

This chapter is from the book

1.3 Road map to the book and other resources

While this book is organized into a logical progression from basic concepts to more difficult ones, we understand that many readers will require information in a different order they may need for their particular task. Therefore we provide this chapter to guide readers quickly to the information they seek.

1.3.1 How to use this book

This book is primarily intended for the developers who want to write voice applications using VoiceXML. We have attempted to provide detailed language information and a broad collection of code examples. Of particular interest to the programmer will be Chapter 2, "VoiceXML essentials," Chapter 3, "VoiceXML language reference," and Chapter 4, "Enterprise voice application architecture." This book is also intended for higher-level managers and decision makers who need to understand the risks and challenges associated with developing and deploying voice applications, as well as the role VoiceXML plays in the voice application space. Of particular interest to the manager would be this chapter and Chapter 5, "Voice services," and to a lesser degree Chapter 4, "Enterprise voice application architecture." The following gives a brief summary of the chapters of this book.

Chapter 1, "VoiceXML and voice services," introduces the terminology and basic concepts. It also gets you started with setting up a VoiceXML development environment.

Chapter 2, "VoiceXML essentials," on page 24 discusses the important constructs of VoiceXML. It will cover all of the essential skills required to build dialogs in VoiceXML, including:

  • how to collect user input,
  • how to generate responses,
  • how to write grammars,
  • how to control dialog flow.

Chapter 3, "VoiceXML language reference," on page 136 provides an element-by-element reference to the entire VoiceXML language including GRXML and SSML. This reference chapter is based on the VoiceXML 2.0 Specification but also contains legacy information pertaining to the VoiceXML 1.0 Specification.

Chapter 4, "Enterprise voice application architecture," on page 308 explores the integration of voice and data systems using VoiceXML with comprehensive examples. These examples are all complete and intended to provide some insight into the design process, architecture, and implementation of enterprise voice applications.

Chapter 5, "Voice services," on page 362 takes a close look at building voice services, as well as the components and protocols for deploying both local and enterprise systems. It revisits voice application design from a human-factors perspective, and discusses the trade-offs of application development versus outsourcing. Finally it concludes with a look at the voice application eco-system, including other specifications and future directions for the VoiceXML and voice application fields.

1.3.2 Terminology

This section provides a quick primer on the jargon and acronyms that pervade the voice application industry.

Telephony services terms Dual-Tone Multi-Frequency (DTMF)

Refers to the touch tones (0–9, *, and #) on a standard telephone.

Public Switched Telephone Network (PSTN)

This typically means "the telephone company."

Interactive Voice Response (IVR)

This term can be used as an adjective, as in "my IVR application," or as a noun referring to the actual IVR hardware, as in "the call is passed to the IVR." A VoiceXML interpreter can be thought of as an IVR.

Communication protocols Voice Over Internet Protocol (VoIP)

(Pronounced "Voice over IP.") This is a technology for sending voice data, such as phone calls, over an IP network, such as the Internet.

H.323

A broad class of specifications for packet-based communications protocols. H.323 includes a specification for VoIP as well as SIP used to carry both voice and video-conferencing data.

Session Initiation Protocol (SIP)

This is a protocol for setting up calls. It is part of the H.323 specification and is starting to be implemented in bleeding edge telephony products and infrastructure.

Media Gateway Control Protocol (MGCP)

Provides a standard for converting analog audio data into IP-based packet data.

Call Processing Language (CPL)

An XML-based protocol to describe and control Internet telephony services. It implements a subset of SIP.

Web protocols Internet Protocol (IP)

A protocol used by computer applications to intercommunicate over a network.

Transmission Control Protocol (TCP)

This protocol is responsible for verifying the correct delivery of data to its destination. TCP adds support to detect errors or lost data and to trigger retransmission until data is correctly and completely received at the destination.

HyperText Transport Protocol (HTTP)

This is a protocol that sits atop TCP/IP (the combined TCP and IP protocols). Originally designed for browser-to-Web-server communication, it is based on a request-response paradigm and is used by a VoiceXML interpreter to communicate with a document server.

Common Gateway Interface (CGI)

This is a protocol for integrating dynamic Web page services with an HTTP Web server.

Java Server Pages (JSP)

A language for embedding server-side Java code into pages served by a JSP-enabled HTTP Web server.

Active Server Pages (ASP)

Microsoft's answer to JSP.

Hypertext Preprocessor (PHP)

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

Document Type Definition (DTD)

XML markup declarations that define the structure and other properties of a class of XML documents.

Extensible Stylesheet Language Transformations (XSLT)

An XML document that specifies how to transform another XML document into yet a third.

Namespace

A way to specify the scope of names in an XML document.

Voice services Automatic Speech Recognition (ASR)

A system that listens to an audio stream containing human speech and produces a symbol representation of that speech. This can be implemented in either hardware, software, or some combination.

Text-To-Speech (TTS)

A system that takes a symbolic representation of speech (i.e. text) and renders it as audio.

Speaker Verification / Authentication

A technology that discerns how different people say the same words. This "voice printing" can be used to ensure a caller is who he says he is.

Form Interpretation Algorithm (FIA)

The FIA is an integral part of VoiceXML. It is the logic that drives the interaction between a user and a VoiceXML form (or menu). It controls how variables are initialized, when to enter and leave a form, which items to visit in a form, and other form related logic. For a complete description of the language see Appendix C, "Form Interpretation Algorithm," on page 430.

1.3.3 More resources

There is a growing community of VoiceXML sites on the Web. The best jump-off point is http://www.voicexml.org. This is where you can find the most recent Specification, as well as numerous links to other companies and websites.

While we have made an effort to keep this book as vender-neutral as possible, if you want to start working with VoiceXML, you'll need to use one of the freely available products. Here are a few pointers.

http://developer.voicegenie.com

VoiceGenie makes a VoiceXML platform. They have two developer boxes that you can call into to test your applications. This service is free, but the call is a toll-call to Toronto. You will need to create a login.

http://community.voxeo.com

Voxeo is a voice-hosting service. They provide a toll-free developer system that you can call into to test your applications. This service is free. You will need to create a login.

http://www-3.ibm.com/pvc/products/voice/voice_technologies.shtml

IBM's WebSphere product is VoiceXML enabled. They provide a free download of their WebSphere Voice Server SDK 2.0 and the WebSphere Voice Toolkit 2.0. These two products comprise a speech-server and a VoiceXML development environment (a full-fledged VoiceXML IDE) that you can run entirely on your desktop machine (CPU permitting).

http://extranet.nuance.com

This is Nuance's developer site. Here you can download developer licensed versions of Nuance 8, their main ASR product, Vocalizer, their TTS product, and V-Builder, their VoiceXML IDE. Once installed, these components allow you to write and test VoiceXML on your desktop PC. These are free downloads. You may need to create a login. You may need to download the NT patch from this Nuance website for Vocalizer.

http://www.speech.cs.cmu.edu/openvxi/OpenVXI_2.0.1/Readme.html

This is the main page for the OpenVXI project, originally started in the Carnegie Mellon University speech research group, then taken over by SpeechWorks, Inc. (http://www.speechworks.com). OpenVXI is an open-source VoiceXML interpreter.

http://www.heyanita.com

HeyAnita is a voice-hosting service. They provide a toll-free developer system that you can call into to test your applications. This service is free. You will need to create a login.

http://www.telera.com

Telera is a VoiceXML platform company. They provide a toll-free developer system that you can call into to test your applications. This service is free. You will need to create a login.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020