| CallXML 3.0 Development Guide | Home | Frameset Home |
<on> handler element instead| 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. | ||
| value | Data Type: (busy|unreachable|rejected|unknown) | Default: none - attribute is optional |
| The value attribute defines the possible type of call failure encountered by the CallXML application. This can be useful in determining how to proceed when differnt responses are returned from the call destination The type given in an <onCallFailure> element will be compared against the actual failure type and, if identical, any CallXML contained within the <onCallFailure> element will be executed. The possible values for this element are:
| ||
| <?xml version="1.0" encoding="UTF-8"?> <callxml version="3.0"> <!-- In CallXML 3.0, this element has been deprecated in favor of the more modular 'on' element. While we retain backwards compatibility for this particular tag in the CallXML3.0 markup, it is advisable to use the 'on' element in your code. --> </callxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |