How can I use Twilio as a proxy between a caller and a callee to keep the phone number of the callee private from the caller?
A bonus feature would be to transcribe the call automatically, but I am still new to the Twilio API.
You may also use the TwiML <Dial> tag to connect a call in progress with another phone number. You can specify a callerId attribute to set the outgoing callerId to any incoming phone number you have purchased from Twilio or any phone number you have verified with Twilio. Here's an example:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial callerId="123-456-7890">415-123-4567</Dial>
</Response>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With