| 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: (123456789*#|ABCD) | Default: none - attribute is required |
This attribute defines the value to compare to the digit the user pressed to trigger an <ontermdigit> event. The value given in an <ontermdigit> element will be compared against the digit pressed, and if identical, any CallXML contained in the <ontermdigit> element will be executed. Allowable values are any one of "012356789*#", the ordinary DTMF (Touch-Tone) keypad possibilities, plus the special keypad tones found on some telephones "ABCD". Do note that not specifying the 'value' attribute will allow you to catch and handle *any* keypress from the caller. | ||
| <?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 |