I am wondering if anyone has ever been able to change the ani on a call transfer to something other than a phone number. Basically I want the call to come through as Unavailable, Restricted, Blocked to the caller the call is transferring to. Take the following example:
Code: Select all
<form>
<field name="targetnumber" type="digits?length=10">
<prompt>
Please enter the phone number that you would like to dial.
</prompt>
</field>
<block>
<prompt>
Calling <say-as type="telephone">
<value expr="targetnumber"/></say-as>. Please wait.
</prompt>
</block>
<transfer destexpr="'tel:' + targetnumber + ';ani=000-000-0000'">
</transfer>
</form>
Any help would be appreciated.
Thanks!
Chris