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 Gather/Play Recordings in loop

I am building a Twilio IVR using WebAPI and hit a bit of a snag. I am trying to loop through the recordings and at the end of each one offer the option to press 1 to delete the recording. I can't find any examples anywhere of this in a C# WebAPI…
devfunkd
  • 3,164
  • 12
  • 45
  • 73
0
votes
1 answer

Write TwiML instead of code

I am using twilio right now by writing a python script and hosting that with ngrok. When I visit the webpage hosted and view the source, I just see TwiML. Is it possible to just write TwiML w/o code?
user3473819
  • 455
  • 1
  • 4
  • 8
0
votes
1 answer

TWILIO code not calling the second number

I have the following TWIMlet: ConnectingSupport.wav +1555XXXXXXX …
user3522242
  • 85
  • 2
  • 6
0
votes
1 answer

twilio Message tag not working

Why is this failing? Store Location: 123 Easy St. https://demo.twilio.com/owl.png I am receiving the following…
0
votes
1 answer

Sending MMS messages based on user interaction?

I am trying to build an app that is loosely based on the code given in this link: https://www.twilio.com/help/faq/sms/how-do-i-build-a-sms-keyword-response-application My question is how can I make it so it sends MMS messages back to the sender…
0
votes
1 answer

Twilio post to url with params[:text_response] and params[:phone_number]

I am using ruby 2.0.0 and Rails 4.0. I am sending a text message out via my rails app to my end user. When they respond, I want to redirect them to an api call: www.myapp.com/api/verify_text_response Within that API call, I want to see what the text…
Luigi
  • 5,443
  • 15
  • 54
  • 108
0
votes
2 answers

Need to help to setup Voicemail box on Twilio

I need help to setup Twilio voicemail box. I think I've setup everything correctly and I am getting voice message on my email when someone submit their voice message but when people trying to submit a voice message then Twilio automatically saying…
Md Mazedul Islam Khan
  • 5,318
  • 4
  • 40
  • 66
0
votes
1 answer

Where to store TwiML (XML) file for Twilio in Rails App

I have the following TwiML code that needs to be saved in my rails app. I then need to get the public facing url for that xml so that I can input it in the Twilio UI. Thanks for the message. Reply HELP for help.Reply STOP to…
Luigi
  • 5,443
  • 15
  • 54
  • 108
0
votes
1 answer

TwiML app doesn't send request

On my TwiML app, when I click the call button, the seconds start to count but nothing happens. I don't receive the request on my server, and I'm sure the url is correct. Previously if something didn't work, I heard Sorry, an application error has…
user3124032
  • 409
  • 1
  • 4
  • 4
0
votes
2 answers

Twilio Redirect within a probably not working

I have a TwiML which is performing a to a (as described here https://www.twilio.com/docs/api/twiml/queue) In the url attribute of I put the url to the following TwiML:
Max Favilli
  • 6,161
  • 3
  • 42
  • 62
0
votes
1 answer

What is the best way to multiple phone numbers simultaneously using the Twilio C# Library?

I'm using the twilio-csharp helper library. I have a Twilio number, and when someone calls that number, I want to call multiple phones or endpoints like a Twilio Client endpoint and a few phone numbers all at the same time. What is the best way to…
theLearningChan
  • 373
  • 2
  • 12
0
votes
1 answer

How to forward outgoing call?

In my application I create outgoing call with REST API. Call has machine detection enabled, so I at least can hang it up when machine answer is detected. The questions is: can I dial another number in this case without creating new call with REST…
Bogdan Burym
  • 5,482
  • 2
  • 27
  • 46
0
votes
1 answer

Extending the Twilio Weather By Phone app to create python TwiML server

I am trying to create a demo webserver that returns a TwiML Say block with custom text inside it based on parameters provided with the URL (Yes, POSTing would be better, but I'm not quite sure how to do that). It would work a lot like…
Ann Kilzer
  • 1,266
  • 3
  • 16
  • 39
0
votes
1 answer

Allowing the user to record after the verb times out

If someone calls our Twilio number, I want it to dial our office phone number, and if no one answers, I want the caller to be able to leave a message. I've tried the following Twiml, and although the second sound bite plays, it does not record a…
synic
  • 26,359
  • 20
  • 111
  • 149
0
votes
2 answers

Why might php mail sent but not received unless I manually call the script?

Why might php mail not be received in the second case where twilio is calling the page? Are there characters that might be returned from the api that make the email undeliverable? 1) If I type the URL into the broweser, it attempts to make a wav…
Altimus Prime
  • 2,207
  • 2
  • 27
  • 46