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.

<onmaxtime>  element


This event occurs during user input if the user takes more time than is allowed by a maxTime attribute to input their entire response.


usage

<onmaxtime next="(navigation identifier)">


attributes

next Data Type: (navigation identifier) Default: none - attribute is optional
The 'next' attribute sets the URL the CallXML platform will go to when the container ends.



possible events

none


code samples

<Onmaxtime>
<?xml version="1.0" encoding="UTF-8"?>

<callxml version="2.0">
  <block label="B1">
    <text>
      start pressing digits until max time is reached
    </text>
    <getdigits var="Var_1" maxtime="3s"/>

    <onmaxtime>
      <text>
        You managed to press $Var_1; in the 3 seconds we allowed you
        to input keypresses.
      </text>
    </onmaxtime>

  </block>
</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