This element disconnects the user’s phone call. As a result, the interpreter context will throw the telephone.disconnect.hangup event. A < disconnect > differs from an <exit> in that it forces the interpreter context to drop the call.
<disconnect/>
<block>, <catch>, <error>, <filled>, <help>, <if>, <noinput>, <nomatch>
None.
None.
None.
<?xml version="1.0"?> <vxml version="2.0" xmlns="http://www.w3.org/2001/vxml"> <form> <block> <prompt>Hello and goodbye!</prompt> <disconnect /> </block> </form> </vxml>