In a SCXML routing strategy, I must transfer to a cell phone on the PSTN. I know that I can dialog:start a VoiceXML application that will perform the call transfer. Is there a simpler way to achieve this?
I think it’s possible to perform this with a combination of ixn:createcall, ixn:transfer and/or ixn:consultation but I haven’t see a complete example for this use case. This is not exposed in Composer so I can’t look at the generated SCXML to understand.
ixn:redirect is equivalent of TRoute and consulation call is done using two tags:
<ixn:consultation requestid=“” interactionid=“” from=“” to=“” /> - start consulation (wait for proper event)
<ixn:transfer requestid=“” heldinteractionid=“” activeinteractionid=“” resource=“”/> - finish transfer base on whatever logic You have