I want to intercept a call towards a twillio phone number, log it and forward the call to another number.
If I don't pass it, it can be done easily with response.record() function.
How can it be solved with forwarding functionality?
I want to intercept a call towards a twillio phone number, log it and forward the call to another number.
If I don't pass it, it can be done easily with response.record() function.
How can it be solved with forwarding functionality?
There are a couple of ways to do that for example :
Using TwilMl Dial verb , create a twilMl and assign it to webhook on incoming calls. in this case the log of the call being received and forwarded is the voice log https://www.twilio.com/docs/voice/twiml/dial
Using Twilio studio , https://www.twilio.com/docs/studio/tutorials/how-to-forward-calls in the is case ,to log custom event you can create a Twilio function and use it in the flow.