How to forward call with music using Twilio Studio

146 Views Asked by At

I need help in "Twilio Studio - Forward Call with playing music until user pickup the call"

1

There are 1 best solutions below

0
On

You will need to build out the logic yourself, you can borrow pretty heavily from the blog below, which placed the incoming user into a conference until some generic long running async operation (possibly your call forwarding logic) is completed:

Gracefully Handle Long Running Asynchronous Operations in Twilio Studio