foreign-sapphire
foreign-sapphire4mo ago

twilio recordings

How can I get Twilio to record the calls?
8 Replies
foreign-sapphire
foreign-sapphireOP4mo ago
@Shubham Bajaj
Vapi
Vapi4mo ago
To record calls routed through Twilio using Vapi, you should enable recording in your Vapi assistant's configuration by setting assistant.artifactPlan.recordingEnabled to true. You can also choose the recording format and storage location (Vapi or your own cloud bucket). For more details, see the Vapi call recording guide. Clarifying question:
Are you looking to record calls using Vapi's recording features, or do you want to use Twilio's own native call recording functionality outside of Vapi? Source: - Vapi Call Recording Documentation
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
Vapi
Vapi4mo ago
To record calls routed through Twilio using Vapi, you should enable recording in your Vapi assistant's configuration by setting assistant.artifactPlan.recordingEnabled to true. You can also choose the recording format and storage location (Vapi or your own cloud bucket). For more details, see the Vapi call recording guide. Clarifying question:
Are you looking to record calls using Vapi's recording features, or do you want to use Twilio's own native call recording functionality outside of Vapi? Source: - Vapi Call Recording Documentation
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
foreign-sapphire
foreign-sapphireOP4mo ago
@Duckie want to use Twilio's own native call recording
Vapi
Vapi4mo ago
I couldn't find enough info on how to enable Twilio's own native call recording when using Twilio numbers with Vapi. The docs mostly cover Vapi's built-in recording features (Vapi call recording guide), but not Twilio's native recording. I'm escalating this to a human on our team who can help you out with the specifics!
wee-brown
wee-brown4mo ago
Use <Dial record="true"> in your TwiML to auto-record, set a recordingStatusCallback URL to receive recording details, and optionally use the Twilio REST API to control or fetch recordings dynamically..
foreign-sapphire
foreign-sapphireOP4mo ago
where do I do this? @Kings_big💫
wee-brown
wee-brown4mo ago
You'll do this in your Twilio Console under your phone number’s Voice & Fax settings by setting the “A CALL COMES IN” webhook URL to your server that returns TwiML with recording enabled..

Did you find this page helpful?