Re: How to carry out an ECT with CAPI2.0



Thanks Tobias,

I'm a little clearer on the what to do now. For a blind transfer, CD
sounds good.

But, my problem is that I am using CAPI as an interface for a VXML
based IVR.
VXML Supports a transfer mode called a bridge transfer.
The scenario goes like this

1) C1 calls the IVR and connects with it.
2) The IVR sees a transfer tag in the VXML script
3) The IVR transfers the call to C2
4) C1 and C2 speak for a while
5) C2 disconnects.
6) The IVR resumes processing of the VXML script (now being connected
with C1)
7) C1 or the IVR disconnect.

Now, I havent been able to figure out how or wether this can be done
using ECT.

All I can think of is that my capi implementation should call C2 (C1
already being connected) on another channel and then place incomming
data from C1 onto C2's channel and viceversa..

Does this make sense to you? Do you know of any better way of doing
this?

.