CallXML 2.0 Development Guide Home  |  Frameset Home

This documentation is for CallXML 2, which has been superceded by CallXML 3. The CallXML 2 language is not being updated any longer. CallXML 3, however, has many new features and is actively being enhanced. If you're writing a new CallXML application, you should use CallXML 3. Click here for the CallXML 3.0 documentation.

<callxml>  element


The root callxml element that contains all other elements. This element is required in any callXML documents.


usage

<callxml version="(2.0|2.1)">


attributes

version Data Type: (2.0|2.1) Default: 1.0
The 'version' attribute is used to specify the CallXML version number of the code. The only allowable values for this attribute are '1.0' , (default), and  '2.0'. Do note that it is recommended that you explicitly specify version '2.0' to allow you to take advantage of the new element types and Call Progress Analyzer, (answering machine detection), features.



possible events

none


code samples

<Callxml - version>
<?xml version="1.0" encoding= "UTF-8"?>
<callxml version="2.0">

      <text>
            Thanks for calling, fruit loop.
      </text>
</callxml>




additional links

none


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login



© 2011 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site