Open florenciocvm opened 6 days ago
Hi @florenciocvm
Thanks for reaching out. Since this sounds more of a question of connecting components between TwiML and callbacks, I would recommend using the (Twilio Help Center](https://help.twilio.com/) so our experts can help you achieve the machine-human transition at the right time. (I believe it's possible but I'd defer to other experts who know this part better than I do)
A little bit off-topic here, but I hope an engineer ends up reading this.
My usecase involves: an outbound call to a company's customer service, IVR interaction, switch to realtime when a human picks up after traversing the IVR dialogs.
To be able to achieve this:
All of this is due to Twilio's Stream not supporting IVR response.play({digits}) command. If it did, I would eliminate steps 1 and 2. Also, there's significant lag in step 1. It still works, but not optimally. And step 2 being heuristic-based, it is by definition suboptimal.
As a fellow engineer (and recent stockholder, betting we will surf this AI-wave), I surely hope the team is already working hard to make this feature available soon.
Regards,