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
0
votes
0 answers

Twilio Twiml for voicemail forwarding

I'm attempting to use Twiml to setup up the following workflow. Can anyone provide clarification on the parts I'm missing? This is what I want to achieve: Someone calls my Twilio number Dial up to 10 numbers simultaneously If no one picks up send…
0
votes
0 answers

How to record 5 second snippets of audo using Twilio API

I am trying to continuously record 5 second snippets of audio from a phone call initiated using the Twilio API. I know that I can use TwiML and the verb, but the problem I am having is that sometimes my TwiML is in the middle of using the…
0
votes
1 answer

Cut and paste from Twilio blog is returning invalid TwiML

I'm trying to do something pretty simple that is straight from the Twilio blog at https://www.twilio.com/blog/2009/05/dialing-multiple-numbers-simultaneously-with-twilio.html Namely, this:
SAnderson
  • 41
  • 2
0
votes
1 answer

Twilio: Dial out from conference

I have an incoming phone call that is waiting in a conference. While they are waiting, our application looks for an appropriate rep based on some business logic to connect to them too. If we are unable to find a rep, we would like to forward the…
Dave
  • 1,645
  • 2
  • 23
  • 39
0
votes
1 answer

How do i get a unique 'id' for my conversation between my twilio end-point and the person texting to my end-point

Twilio API / TWIML when a user responds to my text (via text) and i receive their answer to my end-point, how do i identify the sender? at first i thought it would be the 'sid', but it is not.. I cannot find an 'conversation_id' that exists both in…
user1709076
  • 2,538
  • 9
  • 38
  • 59
0
votes
1 answer

Better Voice for Twilio

I am looking for a better alternative to the 'Alice' voice provided by Twilio. I am pretty sure Twilio only provides two basic default voices along with 'Alice', a more robust version able to more effectively enunciate text. The only problem is that…
webdevnoob
  • 21
  • 1
0
votes
1 answer

TwiML: verbs Gather and Pause have no effect

I am using the Twilio SDK (Java) to make a call to a U.S. mobile phone number and when the user answers the phone I want to have a TwiML file say a message and get the digit the user presses. But Twilio seems to completely ignore the Gather and…
Codigo
  • 151
  • 1
  • 1
  • 5
0
votes
2 answers

How to pass parameters to transcribeCallback in twilio for email customization

Using the TwiML Voice: verb to collect a voice message, save it and transcribe it. I've got a PHP file to generate an email and the end to end seems to be working fine. My problem is that, in an early step, I collect an access code from the caller…
Chrisjx
  • 113
  • 1
  • 1
  • 9
0
votes
1 answer

Twilio: Hangup a call in an existing conference, ERROR 20404

Following situation: Someone called my Twilio Number Twilio requested my url Caller gets into a conference (don't starts until a second person join) TwiML makes call to a Mobile The Moblie dont accept the call => no second Person enters the…
nova
  • 313
  • 6
  • 19
0
votes
1 answer

Unable to generate an XML response with "newline" (for TwiML response)

Happy Monday, I'm building a very simple app with Meteor and Twilio (to send SMS) using TwiML. However, I'm stuck: I don't know how to send a response with newline (kind of html
). Below my simple function : function xyz(message) { …
charnould
  • 2,480
  • 3
  • 19
  • 23
0
votes
2 answers

How to end conference with node.js?

A conference is open with two participants. If someone hang up, the conference is still open, and I want that conference hang up if the amount of participants is lower then 2. Any Ideas how to realize this in node.js? This is the conference…
nova
  • 313
  • 6
  • 19
0
votes
1 answer

Can twiml set a rate limit on responses?

I have a number set up with a small twiml script (using twimlets). I want to have it stop responding for a bit if it's overused. For example if it's dialed 5 times in 1 minute it should wait 3 minutes before responding again. Is this possible with…
user83358
  • 1,034
  • 3
  • 11
  • 18
0
votes
2 answers

TWIML Schema Validation Warning

This block of Twiml is throwing a schema validation warning. Trinethra Indian Supermarket Peacock Indian Cuisine Sneha South & North Indian Restaurant Peacock…
0
votes
2 answers

Connect Twilio phone number with Twiml app

When buy a new number from twilio and connecting it with sms url to recieve SMS reply from user we do the following: twilio.object.account.incoming_phone_numbers.create( :phone_number => number, :sms_url => url ) but when change this url we…
mohamed-ibrahim
  • 10,837
  • 4
  • 39
  • 51
0
votes
1 answer

Using twimlet in MS Access - extending usability

I am trying to implement a automated calling in MS Access using Twilio. There is a Twilio example on how to get started, and I was able to get it to work for our setup. However, it uses a twimlet in the http request to launch the call. From what I…
squirrel
  • 1
  • 2