Quantcast
Channel: VOIP-info.org Wiki Changes
Viewing all articles
Browse latest Browse all 5767

VoiceXML

$
0
0
VoiceXML is used to create IVR applications in PBX solutions and other applications.

From the W3C Candidate Recommendation document:


VoiceXML is designed for creating audio dialogs that feature synthesized speech, digitized audio, recognition of spoken and DTMF key input, recording of spoken input, telephony, and mixed initiative conversations. Its major goal is to bring the advantages of web-based development and content delivery to interactive voice response applications.

Hello World example :
<?xml version="1.0"?>
<vxml version = "2.0" xmlns="http://www.w3.org/2001/vxml">
<form>
<block>Hello world!</block>
</form>
</vxml>



See Also


VoiceXML Standard links:



VoiceXML Developer sites:



VoiceXML Platform links:


  • Angel.com IVR - supports VoiceXML designed though an easy to use web interface -

Viewing all articles
Browse latest Browse all 5767

Trending Articles