Inconsistent successful transfer to number with extension.
Posted: Wed Jun 02, 2010 2:42 pm
This is sometimes successful.
<form id="test">
<block>
<prompt>
Testing transfer to extension.
</prompt>
</block>
<var name="transferString"
expr="'tel:+1XXXXXXXXXX;postd=ppXpXpX;ani=XXXXXXXXXX'"/>
<transfer
name="currentCall"
destexpr="transferString"/>
</form>
I have tried multiple combinations of pause and no pauses with no consistent success or failure.
When I manually dial the number I can use almost any timing and successfully reach the extension.
The only failure is if I wait several seconds after the first extension digit.
Any ideas why the transfer doesn't consistently succeed or fail?
Why is the transfer different than dialing direct?
For example, when I dial directly I hear the greeting then enter the extension number.
With transfer, I don't hear anything until after the postd is sent so I can't tell when the postd digits are actually being sent.
Any ideas or comments are appreciated.
<form id="test">
<block>
<prompt>
Testing transfer to extension.
</prompt>
</block>
<var name="transferString"
expr="'tel:+1XXXXXXXXXX;postd=ppXpXpX;ani=XXXXXXXXXX'"/>
<transfer
name="currentCall"
destexpr="transferString"/>
</form>
I have tried multiple combinations of pause and no pauses with no consistent success or failure.
When I manually dial the number I can use almost any timing and successfully reach the extension.
The only failure is if I wait several seconds after the first extension digit.
Any ideas why the transfer doesn't consistently succeed or fail?
Why is the transfer different than dialing direct?
For example, when I dial directly I hear the greeting then enter the extension number.
With transfer, I don't hear anything until after the postd is sent so I can't tell when the postd digits are actually being sent.
Any ideas or comments are appreciated.