3.8. disconnect

Element typedisconnect
AttributesNone.
Parentsblock | catch | error | filled | help | if | noinput | nomatch
ChildrenNone.
DescriptionCauses the interpreter to disconnect the call.

DTD

<!ELEMENT disconnect EMPTY >

Language model

Attributes

None.

Children

None.

Examples

Example 3-10. Disconnecting caller after three unsuccessful PIN attempts
 <?xml version="1.0" encoding="iso-8859-1"?> <vxml version="1.0"> <form id="testPIN"> <block>Welcome</block> <field name="custPIN" type="digits?minlength=5;maxlength=5"> <prompt>Please key in your PIN.</prompt> <nomatch count="1">I'm sorry, that is not a valid PIN. <reprompt/> </nomatch> <nomatch ...

Get Definitive VoiceXML™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.