Questions tagged [twimlet]

Ask Question

Twimlet is tiny web application from Twilio Labs implementing only basic voice functionality for apps. It is very similar to widget in web application.

8 questions
0 votes 1 answer 237 views

Twilio App - Updating Call Resource Ends Call

I'm a Twilio newbie and trying to develop a C# app that will interact with an automated phone tree. The issue is that the beginning of the phone tree is a bit different each time so instead of trying ... Sean Pinto's user avatar Sean Pinto
  • 1
1 vote 1 answer 133 views

simulring and collect digits from dialed number to accept call

We've got a basic twiml set up that sends a call to multiple destinations, it looks something like this: <?xml version="1.0" encoding="UTF-8"?> <Response> <Dial&... royce3's user avatar royce3
  • 1,302
-1 votes 1 answer 183 views

play music to caller while simultaneous dial to multiple destinations

We've got a basic twiml set up that sends a call to multiple destinations, it looks something like this: <?xml version="1.0" encoding="UTF-8"?> <Response> <Play ... royce3's user avatar royce3
  • 1,302
0 votes 1 answer 409 views

Twilio call forwarding one after another - how to disconnect if person picks up the call

<?xml version="1.0" encoding="UTF-8"?> <Response> <Say> Connecting call to Pinto </Say> <Dial record ="record-from-answer" timeout=&... Karthick Selvaraj's user avatar Karthick Selvaraj
  • 11
0 votes 1 answer 52 views

Twilio call diverting call to personal cellphone answering machine instead of twimlet

I am trying to use twimlbin code to forward calls to the voicemail box for my current twilio number. The goal is to have a call come in, then it is split to call multiple numbers at the same time. ... user1193480's user avatar user1193480
  • 27
0 votes 1 answer 94 views

Twilio complication

I'm new to Twilio, and I'm struggling with one task. I want to do the following: Customer A calls the Twilio number. Twilio forwards the call to the sequence of number (I have used twimlet findme to ... Verma Ashish's user avatar Verma Ashish
  • 13
2 votes 1 answer 458 views

Twilio conference recordingStatusCallback URL not triggering

I am using the recordingStatusCallback for conference as stated here However, this URL is never been hit at all.... ecorvo's user avatar ecorvo
  • 3,599
0 votes 2 answers 157 views

How to set proper S3 bucket name for Holdmusic Twimlet

I'm trying to setup a Twilio number to receive calls and play MP3 files that are on my public S3 bucket. I want to use a HoldMusic Twimlet for that and set this as the WebHook for my number. ... petezurich's user avatar petezurich
  • 9,625

You Might Also Like