I am using twilio flex, task router and twilio functions. I want to redirect the live call to the function I've created.
The Scenario is,
- User calls the twilio number.
- Agent picks up the call from twilio flex dashboard on computer.
- When agent ends the call, only agent should disconnected, and call should redirect to the function I've created.
Thank you,