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

Listen to twiml without calling number

I am making my TwiML for incoming calls and want to hear what it sounds like without having to call the phone number directly. Are there any twilio dev tools that help with that problem? I tried looking through the developer console and searching…
Haroun Ansari
  • 85
  • 1
  • 7
4
votes
1 answer

SMS messaging using Twilio with SIP

I'm trying to use Twilio to send and receive SMS on my iPhone. I've gotten inbound and outbound calling set up following these instructions. I'd like the equivalent instructions for SMS. I'm presently using Zoiper as a SIP client, but that's…
brandones
  • 1,847
  • 2
  • 18
  • 36
4
votes
1 answer

Play music while waiting an answer in TWIML

How to dial numbers and diffuse a music to the caller while waiting a successful connexion ? The code below waits the music to end before doing the (which is logic)
Allan Stepps
  • 1,047
  • 1
  • 10
  • 23
4
votes
1 answer

How can I use Twilio for "pass-through" SMS exchanges?

For some reason, I'm having a very tough time understanding how the Twilio model works; as a result, I'm trying to code a solution by guessing (something I hate doing.) I hope someone can help with the confusion. I've already set up a forwarder so…
4
votes
2 answers

Twilio - Twiml Enqueue timeout or redirect after fixed time

Is there a way to redirect a call in a queue after a certain amount of time? I know in a Twiml you can set a timeout. Is there any way to do that in or even as part of it's waitURL Right now I'm doing something like…
Eva611
  • 5,964
  • 8
  • 30
  • 38
4
votes
1 answer

What Request URL for Voice in TwiML App setup should I use when I develop on localhost?

I am creating an app in ASP.NET-MVC where I can call phone number from browser. To do that I need to create capability token like in the sample: var capability = new TwilioCapability(accountSid, authToken); …
Yoda
  • 17,363
  • 67
  • 204
  • 344
4
votes
1 answer

Twilio action in Dial method not working, C#

I have encountered a small problem using Twilio with C#. Basically, I'm having trouble controlling the call after the .Dial method is called. Considering I have the following piece of code: TwilioResponse _twiml = new TwilioResponse(); …
RainierMallol
  • 806
  • 1
  • 8
  • 24
4
votes
2 answers

How can I forward SMS to Another Using the Echo Twimlet

I just need to forward whatever incoming SMS to my mobile phone. I would prefer to just use a Twimlet like Echo but what I've tried so far doesn't work. https://www.twilio.com/labs/twimlets/echo Ex: Where should be or be replaced with whatever…
Brian Boatright
  • 36,294
  • 34
  • 81
  • 102
4
votes
2 answers

Twilio play pause/resume

Does Twilio have any support for pausing and resuming playback of content. In other words, I have fairly long files that will be played to the caller, and I'm trying to find a way to implement pause & resume functionality. In the middle of a play of…
LB2
  • 4,802
  • 19
  • 35
4
votes
2 answers

Forwarding an incoming call to multiple numbers using call screening without round robin

Background I'm attempting to implement call screening for my twilio app - i.e. a person presses a key to accept a call. I have seen a couple of examples of this in action (e.g. How to use twilio to guarantee a live answer or voicemail?) however the…
user714852
  • 2,054
  • 4
  • 30
  • 52
4
votes
1 answer

Twilio - How to dial third party number and add him to conference?

I am facing a small problem while using Twilio conference. My API gets incoming call and puts caller to new and empty conference room:
Bogdan Burym
  • 5,482
  • 2
  • 27
  • 46
3
votes
1 answer

How do you implement TwiML as a method using the .NET Core MVC Framework?

I'm executing code based on a Twilio example for receiving and responding to SMS messages found here: https://www.twilio.com/docs/sms/tutorials/how-to-receive-and-reply-csharp The only difference is that I am using .NET MVC Core and not the .NET MVC…
Mark
  • 1,667
  • 2
  • 24
  • 51
3
votes
1 answer

In Twilio, can you a random audio file from a list of provided URLs for incoming calls?

Using Twilio for an interactive art exhibition where you call the number and listen to the audio in the gallery. I'd like for incoming callers to not always hear the same 20-30 seconds of audio at the beginning of the audio file. Is it possible to…
3
votes
1 answer

How to convert a twilio twiML with templates to node.js code

I'm trying to convert a twiML with templates to node.js code using twilio npm library. More specifically I am trying to make a similar call (with node.js) to the following twiML:
Antonis S
  • 733
  • 6
  • 15
3
votes
1 answer

How to Setup Voicemail with Twilio SIP Endpoint

I'm attempting to setup a simple voicemail system in twiml with this as my guide, Desired Behaviour: When a call arrives, connect to SIP. If no answer after 20 sec, play mp3, record message, email message.
Kogenesis
  • 31
  • 2
1
2
3
47 48