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
2 answers

Not Transcribing short answers

I am using Twilio to call my cell phone. I need to respond with a short Yes or No answer. This is working correctly and recording. However, the next step is to transcribe this and then determine what to do based upon the transcription. If I…
0
votes
1 answer

How to say/play something to everyone in a call in Twilio

My Twiml is: (Dial attributes) (Number url="_numberURL")_toNumber(/Number) (Say)Party 2 prompt(/Say) (/Dial) Party 2 gets connected after phone is picked up and Party 1, Party 2 can now talk to each other however (Say) verb is never called!! Is…
gndps
  • 461
  • 3
  • 13
0
votes
1 answer

Getting twilio parse error on what looks valid

Twilio is getting the following as the body of the xml according to the debugger. It says there is a problem on line 2, that the xml is not well formed. I copied this straight of of the debugger page and an hoping that someone could tell me what's…
Altimus Prime
  • 2,207
  • 2
  • 27
  • 46
0
votes
1 answer

How to create confirmed outgoing caller ID from Toll-free twilio numbers?

I am trying to create outgoing caller ID dynamically. But the problem is that Twilio does not create it because it fails to verify it (noone responds and inputs confirmation code). Why do I need to verify number if I get it from the list of…
Bogdan Burym
  • 5,482
  • 2
  • 27
  • 46
0
votes
1 answer

Twilio Connect -Create TWIML Application programmatically

Currently I use Twilio normally in my app. I have created and configured TWIML application manually in my Twilio account. When migrating to Twilio Connect I will no longer have access to account. All I will have is Account SID and Security Token. I…
Bogdan Burym
  • 5,482
  • 2
  • 27
  • 46
0
votes
1 answer

Avoiding repeated outbound calls from twilio python program

This is my python script that I run from command line.It makes a call to the 10_DIGIT_NO.If I dont answer the call it repeatedly makes calls.The twiml was generated via https://www.twilio.com/labs/twimlets/my/create?type=callme. How to avoid…
snekam
  • 29
  • 2
  • 5
0
votes
1 answer

twilio get dialed number

I have populated the following numbers from the database. 8018xxxxxx 8012xxxxxx 8013xxxxxx How to get the dialed number? Okay, to clarify this…
hodl
  • 1,420
  • 12
  • 21
0
votes
1 answer

how to bypass answering machine in twilio

I want to initiate a call from my Twilio number to a customer and say something using the verb. It works fine for me, but some customers have answering machines and they could not pick up the calls and listen to the verb. How can I make…
smartpctech
  • 27
  • 1
  • 6
-1
votes
0 answers

Trouble installing twilio-twiml

I have a problem regarding I have a problem regarding the TwiML settings with my virtual machine / RDP. I'm currently installing my TwiML module via my virtual machine / RDP, I've been waiting for the install to complete since August 2nd until now…
-1
votes
1 answer

How to use twilio and twiml to record an incoming call in Python

Very similar to this question: How to use twilio and twiml to record a call and redirect the call or join someone else to the call I'm trying to record an incoming call. The solution in the post above is written in JavaScript. How do you write the…
Nick Garyu
  • 506
  • 2
  • 5
-1
votes
1 answer

Twilio (TwiML) - how to say an English word in the middle of a Spanish verb?

Let's say you have a sentence like "today, we are going to McDonald's for lunch". In Spanish it's roughly, "hoy vamos a almorzar a McDonald's". Linguistics aside, my stakeholder (who's a Spanish native) is interested in having the proper noun…
Ted Krapf
  • 403
  • 3
  • 11
-1
votes
1 answer

Can I forward a call from a Twilio number _without_ being charged per minute on the outbound call?

ETA: I fully understand that it is Twilio's choice to charge however they want - my main intent behind asking was to avoid unnecessary charges on my end is there was any alternative. If not then that's totally fine too! I have a system set up where…
user3806486
  • 135
  • 1
  • 7
-1
votes
1 answer

Abandoned calls metrics seem too high

Recently we implemented a scheduled callback for our users, and it seemed to coincide with an increase in the abandoned calls metric. As of now, right after we schedule a callback, we take the call out of the queue and then hang up. So, the question…
rotarypot
  • 9
  • 2
-1
votes
1 answer

Twilio Voice - Remove or change hangup tone

I'm currently consuming Twilio from the JavaScript SDK on the frontend and the Twilio TwiML NodeJS library. I've been looking for a way of avoiding the HANGUP tone at the end of voice calls. Even changing it to a better sound would work for me. Do…
-1
votes
1 answer

Ringing multiple phones or apps with Twilio

I have a Twilio number I have a TwiML app (3rd party web app) I have a SIP phone (configured to a SIP domain) I have a regular mobile phone I know Twilio is very powerful, but also complex. I try to find out how I can achieve one of the following…
Jan
  • 12,992
  • 9
  • 53
  • 89