Sample VoiceXML Applications

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Speech Server sample VoiceXML applications highlight voice response applications that support VoiceXML.

The Speech Server Help documentation for each VoiceXML application describes the important tasks, concepts, or component functionality that the application highlights. Comments inside the application code often supplement the documentation.

Each sample is complete and runs with few or no additional modifications. To open Help documentation for the samples included in Speech Server, click the following links. Clicking a link does not open the sample application.

Remarks

Although the sample applications demonstrate important features of VoiceXML applications, they are not fully implemented applications and do not support common features outside of the speech recognition features that they demonstrate.

Important

The default validation schema for Visual Studio 2005 is XHTML 1.0 Transitional, while the validation schema for VoiceXML applications is VoiceXML 2.0. As a result of this mismatch, the Default.aspx file that is created for a default VoiceXML application appears to have validation errors. To resolve this problem, change the target schema to VoiceXML 2.0. This schema should be present in the list of validation schemas on the HTML source editing toolbar. This change should also activate IntelliSense in the Web editor.