| CCXML 1.0-W3C Development Guide | Home | Frameset Home |
|
<createcall dest="'tel:12223334444'" callerid="'1111111111'"/>
If you want to use variables, here's how you can do it:
<var name="phoneNumber" expr="'4071234455'"/>
<var name="ani" expr="'4075551234'"/>
..
<createcall dest="'tel:1' + phoneNumber + 'callerid=' + ani"/>
| ANNOTATIONS: EXISTING POSTS |
| login |
|