Questions tagged [twilio-twiml]

For anything related to Twilio's TwiML (Twilio Markup Language)

For anything related to Twilio's TwiML (Twilio Markup Language)

709 questions
-1
votes
1 answer

twilio - how to make an outbound voice call in php

I have the below method. Currently is just calls up an external phone number and says "Welcome". I cannot understand how to connect a twilio number with an external phone number by voice? Lots of example of how to do text-to-voice but not much on…
spreaderman
  • 918
  • 2
  • 10
  • 39
-1
votes
1 answer

Log Twilio SIP Call to Google Sheet and send to SIP Trunk FreePBX

We configure our phone numbers in Twilio to handle Voice Calls with a SIP Trunk that goes to our FreePBX server in our office. My goal is to log all calls to a Google Sheet when they are completed. I have tried to set this up two ways: Configure…
-1
votes
1 answer

How to fetch an SMS message's information (such as the from property) with its Sid?

I'd like to be able to send a Sid to a number and have the function used for that number retrieve the information for that Sid. Specifically, I'd like to be able to retrieve the 'from' phone number for that specific SMS message (determined by the…
-1
votes
1 answer

play music to caller while simultaneous dial to multiple destinations

We've got a basic twiml set up that sends a call to multiple destinations, it looks something like this: https://xxx.xxx.xxx/assets/MoH.wav
royce3
  • 1,203
  • 1
  • 10
  • 17
-1
votes
1 answer

Twilio - call routing

I have a CRM tool that salespeople use to call out. I want to set Twilio up so that they click on the icon to initiate the call in their browser, Twilio will call their cell phone and then the customers phone number after they have accepted the call…
Jhaus
  • 3
  • 1
-1
votes
1 answer

How to pass dynamic values to TwiML

I have an ASP.Net Core website in which I want to start an outbound call on the number provided on the page. For this, first I generate a token from the backend controller as: var accountSid =…
Hemant Sisodia
  • 488
  • 6
  • 23
-1
votes
2 answers

How to use Twilio API to create a Twilio Function (or any other Twilio built-in service) that forwards incoming calls?

In my app, the users see a list of Twilio numbers. I simply want to give the user the ability to specify a "forward number" for each of these numbers, and my app would call the Twilio API to set this up properly. I understand that I can give each…
-1
votes
1 answer

Twilio TwiML Bin Doesn't Allow CallerId Attribute to Be Dynamic

I'm trying to use a TwiML moustache template for the callerId attribute in the following Bin: {{to}} However, when…
heiligbasil
  • 149
  • 3
  • 11
-1
votes
1 answer

Twilio number - Suppress

I have a Twilio number that forwards to my mobile phone, and I'd like the caller ID to be suppressed (not see the callers number) and just show the Twilio number. This is so I know the call is coming via the Twilio number. Is this possible?
Ossey
  • 1
-1
votes
2 answers

Twilio how to ring multiple numbers

I have a requirement where I need to ring multiple numbers when a person calls the Twilio number. If one of the phones are engaged I want to ring one of the other available phones. How can I do this? I can achieve ringing multiple phones using the…
user1738621
-1
votes
1 answer

TwiML not dialling a phone number

Hi I'm trying to write some TwiML XML code to dial a number. This is my code at the moment:
-1
votes
1 answer

Twiml - Auto press (digit) and hangup

I want a simple script that will allow me to: Answer the incoming phone (from Intercom) Automatically press "9" Hangup the call I have an intercom which calls to my number and I have to answer it then press 9 to door to be opened and hangup. I…
-1
votes
1 answer

Twilio Skip Options (ruby)

I am building a web app using ruby and the twilio api that allows you to call a twilio number and record a voice recording. This is the method that gets called to record your voice: def getRecord() Twilio::TwiML::Response.new do |response| …
stecd
  • 1,681
  • 6
  • 19
  • 28
-1
votes
1 answer

How do I Say something after Dialing?

I am joining two callers together by calling the first and then in the URL Response TwiML I am dialing the second number. How can I Say a message to both parties after the second phone has picked up?
darkfrog
  • 1,053
  • 8
  • 29
-2
votes
2 answers

Twilio IVR Setup

I am creating a Twilio IVR using Twilio Studio. I've run into an issue that I have not been able to find any relevant documentation on Twilio or the web. The company is a FinTech that issues debit cards. So it's imperative that the caller is…
1 2 3
47
48