| CallXML 2.0 Development Guide | Home | Frameset Home |
|
<?xml version="1.0" encoding="UTF-8" ?>
<callxml version="2.0">
<block>
</block>
</callxml>
<?xml version="1.0" encoding="UTF-8" ?>
<callxml version="2.0">
<block repeat="3">
<text>Hello there. The caller i d number is:</text>
<playnumber value="$session.callerid;" format="digits"/>
<text>The called i d of this application is:</text>
<playnumber value="$session.calledid;" format="digits"/>
<wait value="3s"/>
</block>
<onerror>
<sendemail from="MyApp@here.com"
to="YourEmail@there.net" type="debug">
We caught an error in our application. Details follow...
</sendemail>
</onerror>
</callxml>
<playnumber value="12345" format="number"/>
<wait value="3s" termdigits="12#*"/>
| ANNOTATIONS: EXISTING POSTS |
| login |
|