Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9164533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:42:24+00:00 2026-06-17T14:42:24+00:00

With Twilio we make outbound calls: curl -X POST ‘https://api.twilio.com/2010-04-01/Accounts/ACc1….4658a/Calls.json’ \ -d ‘From=%2B44987654321’ \

  • 0

With Twilio we make outbound calls:

curl -X POST 'https://api.twilio.com/2010-04-01/Accounts/ACc1....4658a/Calls.json' \
-d 'From=%2B44987654321' \
-d 'To=%2B123456789' \
-d 'Url=http%3A%2F%2Fourdomain.com%2Ftwiml.php%3Faction%3Dcall_is_taken' \
-u ACc1....4658a:{AuthToken}

Not that it matters, but when someone picks up the phone, our response twiml code (which will change) is just:

<Response><Say>Thank you for picking up.</Say></Response>

We can add a <Record> in our Twiml code to start recording a section, but we want to record the ENTIRE call (including Twiml voice and human voice), right from the START till the END of the outbound call.

I could find the <Dial record="true">, but thats for calling outside the call. I did try <Response record="true">, but that didn’t give me any recording SIDs either, it’s not documented anyway.

How do I record the entire call?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:42:26+00:00Added an answer on June 17, 2026 at 2:42 pm

    I figured this out myself. This will record an entire conversation:

    curl -X POST 'https://api.twilio.com/2010-04-01/Accounts/ACc1....4658a/Calls.json' \
    -d 'From=%2B44987654321' \
    -d 'To=%2B123456789' \
    -d 'Record=true' \
    -d 'Url=http%3A%2F%2Fourdomain.com%2Ftwiml.php%3Faction%3Dcall_is_taken' \
    -u ACc1....4658a:{AuthToken}
    

    The only thing added was the -d 'Record=true' parameter. I couldn’t quite find it in the documentation though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following curl command works perfectly (private data anonymized): curl -X POST 'https://api.twilio.com/2010-04-01/Accounts/abc/SMS/Messages.json' \
call = https://aaa@api.twilio.com/2010-04-01/Accounts/sasa/Calls.xml fields = { To : +12321434, From : req.body.from } request.post
I am using the Twilio REST API to make reminder calls and I'm not
Currently I am trying to clone this git repo: https://github.com/twilio/OpenVBX into my main repo,
If I create a Toddler Amusement Line (see http://blog.tropo.com/2010/11/22/something-fun-and-quick-to-make-the-toddler-amusement-line/ ) using Twilio and Kynetx
From http://www.twilio.com/docs/api/twiml/your_response : Twilio behaves just like a web browser when making HTTP requests
I am going to integrate twilio Voice for making outbound calls and receiving incoming
I'm spiking on a rails app to make calls using twilio. I'm using the
I am following http://www.twilio.com/docs/quickstart/client/browser-to-browser-calls for making a call from browser to browse. According to
I'm attempting to use twilio to automatically make a few calls for me, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.