<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.voximal.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.voximal.com/feed.php">
        <title>Voximal documentation - legacy:vxi_developer_guide:voicexml_fundamentals</title>
        <description></description>
        <link>https://wiki.voximal.com/</link>
        <image rdf:resource="https://wiki.voximal.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-30T02:35:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:applications&amp;rev=1501285993&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:events&amp;rev=1501285993&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:forms&amp;rev=1501285994&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:grammars&amp;rev=1501285994&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:links&amp;rev=1501285994&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:menus&amp;rev=1501285994&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:start&amp;rev=1501286022&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.voximal.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Voximal documentation</title>
        <link>https://wiki.voximal.com/</link>
        <url>https://wiki.voximal.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:applications&amp;rev=1501285993&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>applications</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:applications&amp;rev=1501285993&amp;do=diff</link>
        <description>Applications

The Vxi VoiceXML browser is commonly used for IVR or IVVR applications where voice and video combine for dynamic solutions with easily deployed end-user dialogs. Vxi is W3C VoiceXML 2.1 compliant, with some extended tags like &lt;transfer&gt; also supported. The browser is used to build VoiceXML-controlled services via SIP, H323, Flash/RTMP, ISDN (TDM) and 3G (3G-324m) phone networks. In addition, there are several Xtras* addons extensions like the Outbound Dialer and most of Asterisk&#039;s …</description>
    </item>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:events&amp;rev=1501285993&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>events</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:events&amp;rev=1501285993&amp;do=diff</link>
        <description>Events

An event is thrown by the VoiceXML platform for any type of reason, such as a user not responding to an input, not responding correctly, or requesting help, etc.  An event is also thrown if there is a semantic error in the VoiceXML document, or when the &lt;throw&gt; element is encountered.  The &lt;throw&gt; element generates an event (user-defined or system) and the &lt;catch&gt; element catches the event thrown by the VoiceXML document, dialog, or form item.</description>
    </item>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:forms&amp;rev=1501285994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>forms</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:forms&amp;rev=1501285994&amp;do=diff</link>
        <description>Forms

A form in a VoiceXML document presents information and gathers input from the user.  A form is represented by the &lt;form&gt; tag and has an ID attribute associated with it.  The ID attribute is the name of the form.

Following is an example of a form element:</description>
    </item>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:grammars&amp;rev=1501285994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>grammars</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:grammars&amp;rev=1501285994&amp;do=diff</link>
        <description>Grammars

Speech Grammars

A speech grammar specifies a list of vocabulary for the user to select in order to interact with the VoiceXML application.

Following is an example of how you could define a speech grammar:


&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;vxml version=&quot;2.0&quot; xmlns=&quot;http://www.w3.org/2001/vxml&quot;&gt;
&lt;form id=&quot;yyy&quot;&gt;
&lt;field name=&quot;xxx&quot;&gt;
&lt;grammar&gt;
&lt;![CDATA[
[
[excellent]
[good]
[fair]
[poor]
[help]
]
]]&gt;
&lt;/grammar&gt;
&lt;/field&gt;
&lt;/form&gt;
&lt;/vxml&gt;</description>
    </item>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:links&amp;rev=1501285994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>links</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:links&amp;rev=1501285994&amp;do=diff</link>
        <description>Links

A &lt; link &gt; element specifies one or more grammars.  When one of these grammars is matched, the link is activated and either transitions to the destination specified, or throws an event.

Following is an example of the usage of the link element:</description>
    </item>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:menus&amp;rev=1501285994&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>menus</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:menus&amp;rev=1501285994&amp;do=diff</link>
        <description>Menus

A menu gives the user a list of choices to select from and transitions to a different dialog or document based on the user&#039;s choice.

Following is an example of a menu:


&lt;menu&gt;
 &lt;prompt&gt;Say what sports news you are interested in:
  &lt;enumerate/&gt;
 &lt;/prompt&gt;
 &lt;choice dtmf=&quot;1&quot; next=&quot;http://www.news.com/hockey.vxml&quot;&gt;
  Hockey
 &lt;/choice&gt;
 &lt;choice dtmf=&quot;2&quot; next=&quot;http://www.news.com/baseball.vxml&quot;&gt;
  Baseball
 &lt;/choice&gt;
 &lt;choice dtmf=&quot;3&quot;  next=&quot;http://www.news.com/football.vxml&quot;&gt;
  Football
 &lt;/c…</description>
    </item>
    <item rdf:about="https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:start&amp;rev=1501286022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-07-28T23:53:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.voximal.com/doku.php?id=legacy:vxi_developer_guide:voicexml_fundamentals:start&amp;rev=1501286022&amp;do=diff</link>
        <description>VoiceXML Fundamentals

Main concepts of the W3C VoiceXML language are:

Sessions

A session begins once the user begins to interact with a VoiceXML document.

Applications

An application is a collection of VoiceXML documents. All the documents in an application share the same application root document.</description>
    </item>
</rdf:RDF>
