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

Twilio Twiml refuse to say dynamic text

I am getting crazy trying to understand what is wrong with twilio. I have this twiml (just an example): http://twilio.gomme-auto.it/twilio/order/address/check/208325 gomme auto punto i t.
Max Favilli
  • 6,161
  • 3
  • 42
  • 62
0
votes
2 answers

Forwarding a call to a custom number using Twilio and twiml

I'm trying to setup a simple call forwarding app using twiml only. The process flow I'm trying to accomplish is; Call twilio # say prompt to ask for the phone number to dial dial to that phone number Reading the documentation it looks fairly…
0
votes
1 answer

Twilio: How to dial multiple phone numbers, each with IVR (say + gather for each)?

From my app, I need to dial in 2 users with say = "hello < name1 > this is FantasticApp. Press 1 to be connected to your buddy < name2 >". Only after both users answered and pressed 1, they are connected in a call. If user1 answered and accepted…
Dora
  • 11
  • 2
0
votes
1 answer
0
votes
1 answer

Twiml getting callers number

In my app I want to enable User A to call a twilio number and then User B to receive a call from the twilio number and let both Users talk. When call button is pressed the twilio number is called. Then the /hello function is executed.…
EsmaGo
  • 141
  • 1
  • 7
0
votes
1 answer

Twilio URL not routing correctly in Worker

I have a twilio app that is making phone calls. I put the guts of it in a Worker, and now cannot get the API to recognize the url I am passing as a valid url for my TwiML response. Code is below. Any ideas? Also note that I have tried both…
Colton Seal
  • 379
  • 2
  • 14
0
votes
1 answer

get the closest local number programmatically using Twiml

I would like to use the right Twilio phone number I own to make outgoing calls, once I know the destination phone number I need to choose programmatically the local number which can make the call the cheapest possible. Is there a way to achieve…
Ali Thami
  • 7
  • 4
0
votes
1 answer

I would like to make multiples simultaneous outgoing call using twilio

Scenario: at 2PM, I have a message (ex: your money has been transfered) I want to deliver to 20 phone numbers via an outgoing call not SMS. the Calls should happen at exactly 2PM with a 1 or 2 minutes of error margin. What it is the best aproach to…
Ali Thami
  • 7
  • 4
0
votes
1 answer

twilio: need to initiate a transcription of recorded calls after the call has ended

I have a small python program using the API that dials my voicemail, records the call, and transcribes the results. The program checks at set intervals, e.g., 1 hour, 3 hours, etc., and all checks are recorded by twilio. I know that a recording less…
Odj fourth
  • 649
  • 1
  • 9
  • 16
0
votes
1 answer

How do I have Twilio make a silent call that only sends digits, not voice via mp3/wav?

I'm writing a small program to check my voicemail and email the recording to me at set intervals. Here's the python code for the call portion, at least up to testing basic call & AUDIX option tree navigation once the call connects: from twilio.rest…
Odj fourth
  • 649
  • 1
  • 9
  • 16
0
votes
1 answer

Customers cannot listen code properly due to speed of call is fast using Twilio

I am using twilio api for voice message. my code look like: public bool SendVoiceCall(string FromNumber, string ToNumber) { string URL = "http://twimlets.com/message?Message%5B0%5D=" + "hi, abc thanks for registration your code is…
Jatin Gadhiya
  • 1,955
  • 5
  • 23
  • 42
0
votes
1 answer

Twilio Ruby Gem calls.create param - adding r.Say message

I'm trying to add the option of adding a spoken message before a prerecorded message plays in my outbound calls. The closest question of this this type I could find was this Does Twilio Ruby Gem Take Other Params I currently have a form where you…
0
votes
1 answer

Why and When Twilio removes the error message from the receiver service?

Trying to call an invalid number I found that when we use the Dial as normal to call a number like: 3134610537 or 3134610537 …
Maxi Capodacqua
  • 303
  • 1
  • 15
0
votes
1 answer

Twilio twiml say different messages to each person on call?

I'm using Twilio to create phone calls between two phone numbers. In certain cases during the call I want to interrupt the call and play IVR messages. When I interrupt the call I want to play a different message to each person. I see the way to…
startupsmith
  • 5,554
  • 10
  • 50
  • 71
0
votes
1 answer

Automatic call disconnects in Twilio

Automatic call disconnects in Twilio, and I think this is the reason: controller var lng="en-US"; var code="123456" var twiml=""; twiml+=Messages("callData", "","
Govind Singh
  • 15,282
  • 14
  • 72
  • 106