Transfer call problems
Posted: Wed Jan 14, 2009 3:42 am
Following is code that I used to transfer call to human.
But it doesn't work. And when it read number using <say-as> tag, it read number wrongly. For instance, after saying "3", it speaks "period" and then "2". And call is not transferring.
Why it is happening? I'm using developer account, can't we have facility to transfer call using developer account.
<form id="support">
<transfer dest="3212060590">
<prompt>
Transferring to
<say-as type="acronym">
<value expr="3212060590" />
</say-as>
</prompt>
</transfer>
</form>
But it doesn't work. And when it read number using <say-as> tag, it read number wrongly. For instance, after saying "3", it speaks "period" and then "2". And call is not transferring.
Why it is happening? I'm using developer account, can't we have facility to transfer call using developer account.
<form id="support">
<transfer dest="3212060590">
<prompt>
Transferring to
<say-as type="acronym">
<value expr="3212060590" />
</say-as>
</prompt>
</transfer>
</form>