Call transfer during outbound call
Posted: Fri Apr 07, 2006 3:31 pm
Hi,
I am trying to perform a call transfer during an outbound call from the UK platform. The initial call works fine, the transfer takes place in that the call is placed, but once it is answered the communication drops.
I'm then left with a connected call (as viewed through the Outbound Tools) that blocks any further outbound calls.
I have seen through earlier posts that bridge transfer during outbound calling is supported.
The VXML I am using to carry out the transfer is quite simple:
<transfer type="bridge" dest="1234567890">
<filled>
<assign expr="'STATUS_SUCCESS'" name="varLastStatus"/>
<goto next="#doDialog"/>
</filled>
<catch event="noinput nomatch error">
<assign expr="'STATUS_FAIL'" name="varLastStatus"/>
<goto next="#doDialog"/>
</catch>
</transfer>
Any clues as to what is going on would be appreciated. The log files for Outbound - UK always come back with "no log data found" so I can't see for myself.
Thanks,
Adrian Naude
I am trying to perform a call transfer during an outbound call from the UK platform. The initial call works fine, the transfer takes place in that the call is placed, but once it is answered the communication drops.
I'm then left with a connected call (as viewed through the Outbound Tools) that blocks any further outbound calls.
I have seen through earlier posts that bridge transfer during outbound calling is supported.
The VXML I am using to carry out the transfer is quite simple:
<transfer type="bridge" dest="1234567890">
<filled>
<assign expr="'STATUS_SUCCESS'" name="varLastStatus"/>
<goto next="#doDialog"/>
</filled>
<catch event="noinput nomatch error">
<assign expr="'STATUS_FAIL'" name="varLastStatus"/>
<goto next="#doDialog"/>
</catch>
</transfer>
Any clues as to what is going on would be appreciated. The log files for Outbound - UK always come back with "no log data found" so I can't see for myself.
Thanks,
Adrian Naude