| CallXML 2.0 Development Guide | Home | Frameset Home |
| 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. | ||
| <?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> |
| ANNOTATIONS: EXISTING POSTS |
| login |