| CallXML 2.0 Development Guide | Home | Frameset Home |
| onhangup | This event occurs when a session determines that one side of the call has hung up. A typical use for this handler is to execute any necessary clean-up code. See the onhangup element description for further details. |
| onerror type="linenotactive" | Trying to issue a telephony event such as <getdigits> or <playaudio> on a non-active line |
| onerror type="telephony" | Unable to issue a telephony event such as <call> or <playaudio> or <ftp> |
| <?xml version="1.0" encoding="UTF-8"?> <callxml version="2.0"> <block label="B1"> <text> Hey, we have a rude phone application on our hands. Any minute now, it will hang up on you. </text> <wait value="3s"/> <hangup/> </block> </callxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |