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
2
votes
1 answer

Transfer call from SIP trunk to Twiml application

I have a phone number registered in Twilio that I wanted to use for both a Twiml application and an Elastic SIP Trunk (connected to Asterisk). The idea is that inbound calls hit the Twiml app first and then can be forwarded to the Asterisk server if…
Moshe Katz
  • 15,992
  • 7
  • 69
  • 116
2
votes
2 answers

Prevent call from disconnected when client is not connected

I'm trying to set up some phone numbers in Twilio. I am able to call them fine and get connected fine when that specific client is connected (I'm using unique URLs to define which client should be dialed when a specific number is called...like this:…
Adam McGurk
  • 186
  • 1
  • 19
  • 54
2
votes
2 answers

Using Twiml How Do I Implement a Sequential Ring Group?

I want to use Twilio / Twiml to create a sequential ring group when a call comes in. What I have currently rings all phone numbers in the group simultaneously. xxx-xxx-xxxx
MediaGiantDesign
  • 620
  • 9
  • 24
2
votes
2 answers

How to gather Twilio DTMF input from call recipient on outbound call

We're developing a Twilio programmable voice app that can select from a list of persons, and place an outbound call to their regular telephone number. Once the call is connected, we want to be able to speak to the party and then gather dtmf input…
2
votes
1 answer

verb raises " Invalid content was found starting with element 'Pay'. One of '{Play"

I'm attempting to use the new feature and every attempt at testing results in a hangup on the outgoing call and a Schema warning in the Debugger that says, " Invalid content was found starting with element 'Pay'. One of '{Play" My TWiML:
DGill
  • 91
  • 1
  • 7
2
votes
1 answer

Twilio / TwiML on iOS - Using Enqueue and Dial

Basically, I am creating an iOS app that will Dial a phone number in my office when certain button is tapped. This is working fine, but now I want to have a music file played while waiting for the phone to be picked up. Knowing that Dial cannot use…
Pa Bebek
  • 21
  • 1
2
votes
2 answers

Twilio autopilot handoff action is not working with Twiml Bin

I have a Twilio autopilot task from an incoming call, which performs a greeting then asks a question before redirecting to a new task called 'callnumber'. This all works fine. The 'callnumber' task looks like this { "actions": [ { …
ianrathbone
  • 2,334
  • 2
  • 15
  • 16
2
votes
1 answer

Twilio conference recordingStatusCallback URL not triggering

I am using the recordingStatusCallback for conference as stated here https://www.twilio.com/docs/voice/twiml/conference#attributes-recording-status-callback However, this URL is never been hit at all. I am not able to get the recording, but when I…
ecorvo
  • 3,559
  • 4
  • 24
  • 35
2
votes
1 answer

How to stop Twilio Voice API from expanding abbreviations in voice messages?

I have recently upgraded the Twilio library from version 3 to 5 on a project I am working on, and after finishing the upgrade I noticed that the voice messaging system is expanding abbreviations (for example, "assoc" gets read out as "association").…
Frank
  • 176
  • 1
  • 7
2
votes
1 answer

Make a programable call with generated TwiML file in runtime

I use Twilio in order to make a programable call. As you can know Twilio uses TwiML files for a call configurations. I would like to build the TwiML file in runtime. I use Twilio dependency to work with API, so call looks like: Call.creator(new…
boden
  • 1,621
  • 1
  • 21
  • 42
2
votes
1 answer

TwiML Answering Machine Detection for Masked Calling

I'm using Twilio to connect my "users" with my on-call "staff", but I want to use masked calling as the staff are remote and I need to track how long the calls lasted, so don't want them having each others numbers. This is all working perfectly…
James
  • 4,146
  • 1
  • 20
  • 35
2
votes
2 answers

Twilio Inbound Text Message to Outbound Voice Call

I want Twilio to initiate an outbound call to my mobile phone when anyone sends a text message to my Twilio number. I would prefer to do this with a TwiML Bin or Twilio Function or something hosted by Twilio so I do not have to run my own web…
Zack Peterson
  • 56,055
  • 78
  • 209
  • 280
2
votes
1 answer

Twilio Repeat SAY

When utilizing and TwiML, how can I setup a repeating loop? My use case is calling a support line, Twilio waiting through on hold music until a tech answers call and dials 1. I can't figure how to wait for human to pickup so I figure repeat…
2
votes
1 answer

How to reference "from" field in TWIML to make a simple call b/w two phones

Trying to follow this tutorial: https://www.twilio.com/docs/quickstart/ruby/rest/call-request This code only dials the to number for me: @call = @client.calls.create( :from => '+14159341234', # From your Twilio number :to => '+18004567890', …
user1130176
  • 1,772
  • 1
  • 23
  • 33
2
votes
1 answer

How to automate twilio outgoing call testing

Looking to add Twilio to one of the project. Managed to setup outgoing calls with But how can I automate the testing of these outgoing call scripts ? or testing the simple IVR that I have setup.
user1774599
  • 79
  • 1
  • 6